-
Interfaces Interface Description software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.
-
Classes Class Description software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder UseAwsClientEndpointProvider
. This is only used by old client versions.software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategyFactory This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy This is only used for compatibility with pre-SRA authorization logic. After we are comfortable that the new code paths are working, we should migrate old clients to the new code paths (where possible) and delete this code.software.amazon.awssdk.awscore.retry.AwsRetryPolicy Use insteadAwsRetryStrategy
-
Fields Field Description software.amazon.awssdk.awscore.client.config.AwsClientOption.CREDENTIALS_PROVIDER software.amazon.awssdk.awscore.client.config.AwsClientOption.TOKEN_PROVIDER
-
Methods Method Description software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder.executor(Executor) software.amazon.awssdk.awscore.util.SignerOverrideUtils.overrideSignerIfNotOverridden(SdkRequest, ExecutionAttributes, Signer) No longer used by modern clients after migration to reference architecture