Uses of Class
software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
-
Uses of AccountIdEndpointMode in software.amazon.awssdk.awscore
Fields in software.amazon.awssdk.awscore with type parameters of type AccountIdEndpointMode Modifier and Type Field Description static ExecutionAttribute<AccountIdEndpointMode>AwsExecutionAttribute. AWS_AUTH_ACCOUNT_ID_ENDPOINT_MODEThe mode for an AWS account ID that's resolved for this request. -
Uses of AccountIdEndpointMode in software.amazon.awssdk.awscore.client.config
Fields in software.amazon.awssdk.awscore.client.config with type parameters of type AccountIdEndpointMode Modifier and Type Field Description static AwsClientOption<AccountIdEndpointMode>AwsClientOption. ACCOUNT_ID_ENDPOINT_MODEOption used by the rest of the SDK to read theDefaultsMode. -
Uses of AccountIdEndpointMode in software.amazon.awssdk.awscore.endpoints
Methods in software.amazon.awssdk.awscore.endpoints that return AccountIdEndpointMode Modifier and Type Method Description static AccountIdEndpointModeAccountIdEndpointMode. fromValue(String s)Returns the appropriate AccountIdEndpointMode value after parsing the parameter.AccountIdEndpointModeAccountIdEndpointModeResolver. resolve()static AccountIdEndpointModeAccountIdEndpointMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountIdEndpointMode[]AccountIdEndpointMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.awscore.endpoints with parameters of type AccountIdEndpointMode Modifier and Type Method Description AccountIdEndpointModeResolverAccountIdEndpointModeResolver. defaultMode(AccountIdEndpointMode defaultMode) -
Uses of AccountIdEndpointMode in software.amazon.awssdk.awscore.internal.useragent
Methods in software.amazon.awssdk.awscore.internal.useragent with parameters of type AccountIdEndpointMode Modifier and Type Method Description static Optional<String>BusinessMetricsUtils. resolveAccountIdEndpointModeMetric(AccountIdEndpointMode accountIdEndpointMode)
-