Uses of Class
software.amazon.awssdk.awscore.client.config.AwsClientOption
Packages that use AwsClientOption
-
Uses of AwsClientOption in software.amazon.awssdk.awscore.client.config
Fields in software.amazon.awssdk.awscore.client.config declared as AwsClientOptionModifier and TypeFieldDescriptionstatic final AwsClientOption<AccountIdEndpointMode>AwsClientOption.ACCOUNT_ID_ENDPOINT_MODEOption used by the rest of the SDK to read theDefaultsMode.static final AwsClientOption<Region>AwsClientOption.AWS_REGIONAWS Region the client was configured with.static final AwsClientOption<Set<String>>AwsClientOption.AWS_SIGV4A_SIGNING_REGION_SETAWS Sigv4a signing region set used for computing multi-region request signatures.static final AwsClientOption<DefaultsMode>AwsClientOption.CONFIGURED_DEFAULTS_MODEConfiguration of the DEFAULTS_MODE.static final AwsClientOption<IdentityProvider<? extends AwsCredentialsIdentity>>AwsClientOption.CREDENTIALS_IDENTITY_PROVIDERstatic final AwsClientOption<AwsCredentialsProvider>AwsClientOption.CREDENTIALS_PROVIDERDeprecated.static final AwsClientOption<DefaultsMode>AwsClientOption.DEFAULTS_MODEOption used by the rest of the SDK to read theDefaultsMode.static final AwsClientOption<Boolean>AwsClientOption.DUALSTACK_ENDPOINT_ENABLEDWhether the SDK should resolve dualstack endpoints instead of default endpoints.static final AwsClientOption<String>AwsClientOption.ENDPOINT_PREFIXThe first part of the URL in the DNS name for the service.static final AwsClientOption<String>AwsClientOption.SERVICE_SIGNING_NAMEScope name to use during signing of a request.static final AwsClientOption<Region>AwsClientOption.SIGNING_REGIONAWS Region to be used for signing the request.static final AwsClientOption<IdentityProvider<? extends TokenIdentity>>AwsClientOption.TOKEN_IDENTITY_PROVIDEROption to specific theSdkTokenProviderto use for bearer token authorization.static final AwsClientOption<SdkTokenProvider>AwsClientOption.TOKEN_PROVIDERDeprecated.static final AwsClientOption<Boolean>AwsClientOption.USE_GLOBAL_ENDPOINTOption to specify whether global endpoint should be used.