- addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in interface software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy
-  
- addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
- 
Add credentials to be used by the signer in later stages. 
- addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
- 
Add credentials to be used by the signer in later stages. 
- addRetryConditions(RetryPolicy) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
- 
Update the provided  RetryPolicy to add AWS-specific conditions. 
- addSigningRegion(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
-  
- apply(SdkHttpFullResponse) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
-  
- asyncRefreshEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
- 
Configure whether this refresher should fetch tokens asynchronously in the background. 
- AUTH_SCHEMES - Static variable in class software.amazon.awssdk.awscore.endpoints.AwsEndpointAttribute
- 
The auth schemes supported by the endpoint. 
- AuthorizationStrategy - Interface in software.amazon.awssdk.awscore.internal.authcontext
- 
Represents a logical unit for providing instructions on how to authorize a request,
 including which signer and which credentials to use. 
- AuthorizationStrategyFactory - Class in software.amazon.awssdk.awscore.internal.authcontext
- 
Will create the correct authorization strategy based on provided credential type. 
- AuthorizationStrategyFactory(SdkRequest, MetricCollector, SdkClientConfiguration) - Constructor for class software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategyFactory
-  
- AutoDefaultsModeDiscovery - Class in software.amazon.awssdk.awscore.internal.defaultsmode
- 
This class attempts to discover the appropriate  DefaultsMode by inspecting the environment. 
- AutoDefaultsModeDiscovery() - Constructor for class software.amazon.awssdk.awscore.internal.defaultsmode.AutoDefaultsModeDiscovery
-  
- AWS_REGION - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
- 
The AWS  Region the client was configured with. 
- AWS_REGION - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
- 
AWS Region the client was configured with. 
- AWS_REQUEST_ID - Static variable in class software.amazon.awssdk.awscore.util.AwsHeader
-  
- AwsAdvancedClientOption<T> - Class in software.amazon.awssdk.awscore.client.config
- 
- AwsAsyncClientBuilder<B extends AwsAsyncClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.awscore.client.builder
- 
This includes required and optional override configuration required by every AWS async client builder. 
- AwsAsyncClientHandler - Class in software.amazon.awssdk.awscore.client.handler
- 
Async client handler for AWS SDK clients. 
- AwsAsyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler
-  
- AwsClient - Interface in software.amazon.awssdk.awscore
- 
Interface for an AWS Client that extends SdkClient. 
- AwsClientBuilder<BuilderT extends AwsClientBuilder<BuilderT,ClientT>,ClientT> - Interface in software.amazon.awssdk.awscore.client.builder
- 
This includes required and optional override configuration required by every client builder. 
- AwsClientHandlerUtils - Class in software.amazon.awssdk.awscore.client.handler
-  
- AwsClientOption<T> - Class in software.amazon.awssdk.awscore.client.config
-  
- AwsClientOptionValidation - Class in software.amazon.awssdk.awscore.internal.client.config
- 
A set of static methods used to validate that a  SdkClientConfiguration contains all of
 the values required for the AWS client handlers to function. 
- AwsCredentialsAuthorizationStrategy - Class in software.amazon.awssdk.awscore.internal.authcontext
- 
An authorization strategy for AWS Credentials that can resolve a compatible signer as
 well as provide resolved AWS credentials as an execution attribute. 
- AwsCredentialsAuthorizationStrategy(AwsCredentialsAuthorizationStrategy.Builder) - Constructor for class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
-  
- AwsCredentialsAuthorizationStrategy.Builder - Class in software.amazon.awssdk.awscore.internal.authcontext
-  
- AwsDefaultClientBuilder<BuilderT extends AwsClientBuilder<BuilderT,ClientT>,ClientT> - Class in software.amazon.awssdk.awscore.client.builder
- 
- AwsDefaultClientBuilder() - Constructor for class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- AwsEndpointAttribute - Class in software.amazon.awssdk.awscore.endpoints
- 
Known endpoint attributes added by endpoint rule sets for AWS services. 
- AwsErrorCode - Class in software.amazon.awssdk.awscore.internal
- 
Contains AWS error codes. 
- AwsErrorDetails - Class in software.amazon.awssdk.awscore.exception
-  
- AwsErrorDetails(AwsErrorDetails.Builder) - Constructor for class software.amazon.awssdk.awscore.exception.AwsErrorDetails
-  
- awsErrorDetails() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
- 
Additional details pertaining to an exception thrown by an AWS service. 
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- 
Specifies the additional awsErrorDetails from the service response. 
- awsErrorDetails() - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- 
- awsErrorDetails - Variable in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- awsErrorDetails() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- AwsErrorDetails.Builder - Interface in software.amazon.awssdk.awscore.exception
-  
- AwsErrorDetails.BuilderImpl - Class in software.amazon.awssdk.awscore.exception
-  
- AwsExecutionAttribute - Class in software.amazon.awssdk.awscore
- 
AWS-specific attributes attached to the execution. 
- AwsExecutionContextBuilder - Class in software.amazon.awssdk.awscore.internal
-  
- AwsHeader - Class in software.amazon.awssdk.awscore.util
- 
Constants for commonly used Aws headers. 
- AwsHostNameUtils - Class in software.amazon.awssdk.awscore.util
-  
- AwsRequest - Class in software.amazon.awssdk.awscore
- 
Base class for all AWS Service requests. 
- AwsRequest(AwsRequest.Builder) - Constructor for class software.amazon.awssdk.awscore.AwsRequest
-  
- AwsRequest.Builder - Interface in software.amazon.awssdk.awscore
-  
- AwsRequest.BuilderImpl - Class in software.amazon.awssdk.awscore
-  
- AwsRequestOverrideConfiguration - Class in software.amazon.awssdk.awscore
- 
Request-specific configuration overrides for AWS service clients. 
- AwsRequestOverrideConfiguration.Builder - Interface in software.amazon.awssdk.awscore
-  
- AwsResponse - Class in software.amazon.awssdk.awscore
- 
Base class for all AWS Service responses. 
- AwsResponse(AwsResponse.Builder) - Constructor for class software.amazon.awssdk.awscore.AwsResponse
-  
- AwsResponse.Builder - Interface in software.amazon.awssdk.awscore
-  
- AwsResponse.BuilderImpl - Class in software.amazon.awssdk.awscore
-  
- AwsResponseMetadata - Class in software.amazon.awssdk.awscore
- 
Represents additional metadata included with a response from a service. 
- AwsResponseMetadata(Map<String, String>) - Constructor for class software.amazon.awssdk.awscore.AwsResponseMetadata
- 
Creates a new ResponseMetadata object from a specified map of raw
 metadata information. 
- AwsResponseMetadata(AwsResponseMetadata) - Constructor for class software.amazon.awssdk.awscore.AwsResponseMetadata
-  
- AwsRetryPolicy - Class in software.amazon.awssdk.awscore.retry
- 
Retry Policy used by clients when communicating with AWS services. 
- AwsServiceClientConfiguration - Class in software.amazon.awssdk.awscore
- 
Class to expose AWS service client settings to the user, e.g., region 
- AwsServiceClientConfiguration(AwsServiceClientConfiguration.Builder) - Constructor for class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-  
- AwsServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.awscore
- 
The base interface for all AWS service client configuration builders 
- AwsServiceClientConfiguration.BuilderImpl - Class in software.amazon.awssdk.awscore
-  
- AwsServiceException - Exception in software.amazon.awssdk.awscore.exception
- 
Extension of  SdkServiceException that represents an error response returned
 by an Amazon web service. 
- AwsServiceException(AwsServiceException.Builder) - Constructor for exception software.amazon.awssdk.awscore.exception.AwsServiceException
-  
- AwsServiceException.Builder - Interface in software.amazon.awssdk.awscore.exception
-  
- AwsServiceException.BuilderImpl - Class in software.amazon.awssdk.awscore.exception
-  
- AwsStatusCode - Class in software.amazon.awssdk.awscore.internal
- 
Contains AWS-specific meanings behind status codes. 
- AwsSyncClientBuilder<B extends AwsSyncClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.awscore.client.builder
- 
This includes required and optional override configuration required by every sync client builder. 
- AwsSyncClientHandler - Class in software.amazon.awssdk.awscore.client.handler
- 
Client handler for AWS SDK clients. 
- AwsSyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler
-  
- rawResponse(SdkBytes) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
Specifies raw http response from the service. 
- rawResponse() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
The raw response from the service. 
- rawResponse(SdkBytes) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- rawResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- rawResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- 
Returns the response payload as bytes. 
- refreshIfStaleAndFetch() - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher
-  
- refreshIfStaleAndFetch() - Method in interface software.amazon.awssdk.awscore.internal.token.TokenRefresher
- 
Gets the fresh token from the service or provided suppliers. 
- region() - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- 
Return the region 
- region(Region) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- 
Configure the region 
- region - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
-  
- region() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
-  
- region() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-  
- region(Region) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
- 
Configure the region with which the SDK should communicate. 
- region(Region) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- region(Region) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
- 
Configure the region for which the requests should be signed. 
- request() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-  
- request(SdkRequest) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-  
- request() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-  
- request(SdkRequest) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-  
- requestId() - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
- 
Returns the AWS request ID contained in this response metadata object. 
- requestId(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-  
- requestId(String) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- resolve() - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
- 
Resolve which defaults mode should be used, based on the configured values. 
- resolveCredentialsProvider(SdkRequest, AwsCredentialsProvider) - Static method in class software.amazon.awssdk.awscore.internal.AwsExecutionContextBuilder
- 
Resolves the credentials provider, with the request override configuration taking precedence over the
 provided default. 
- resolveSigner() - Method in interface software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy
-  
- resolveSigner() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
- 
Request override signers take precedence over the default alternative, for instance what is specified in the
 client. 
- resolveSigner() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
- 
Request override signers take precedence over the default alternative, for instance what is specified in the
 client. 
- resolveSigner(SdkRequest, Signer) - Static method in class software.amazon.awssdk.awscore.internal.AwsExecutionContextBuilder
- 
Request override signers take precedence over the default alternative, for instance what is specified in the
 client. 
- responseMetadata() - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
-  
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
-  
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
-  
- responseMetadata() - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
-  
- responseMetadata() - Method in class software.amazon.awssdk.awscore.AwsResponse
-  
- responseReceived(ResponseT) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
- 
Called when the initial response has been received and the POJO response has
 been unmarshalled. 
- responseReceived(ResponseT) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
-  
- RestEventStreamAsyncResponseTransformer<ResponseT extends SdkResponse,EventT> - Class in software.amazon.awssdk.awscore.eventstream
- 
Adapter transformer meant for eventstream responses from REST services (REST-XML, REST-JSON). 
- RestEventStreamAsyncResponseTransformer.Builder<ResponseT extends SdkResponse,EventT> - Class in software.amazon.awssdk.awscore.eventstream
- 
- RETRYABLE_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
-  
- RetryOnErrorCodeCondition - Class in software.amazon.awssdk.awscore.retry.conditions
- 
Retry condition implementation that retries if the exception or the cause of the exception matches the error codes defined. 
- runInitialInterceptors(InterceptorContext, ExecutionAttributes, ExecutionInterceptorChain) - Static method in class software.amazon.awssdk.awscore.internal.AwsExecutionContextBuilder
- 
Finalize  SdkRequest by running beforeExecution and modifyRequest interceptors. 
- sdkHttpResponse(SdkHttpResponse) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
Specifies the  SdkHttpResponse returned on the error response from the service. 
- sdkHttpResponse() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
The HTTP response returned from the service. 
- sdkHttpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- sdkHttpResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- sdkHttpResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- 
Returns a map of HTTP headers associated with the error response. 
- SdkPresigner - Interface in software.amazon.awssdk.awscore.presigner
- 
The base interface for all SDK presigners. 
- SdkPresigner.Builder - Interface in software.amazon.awssdk.awscore.presigner
- 
The base interface for all SDK presigner builders. 
- serializableBuilderClass() - Static method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
-  
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
-  
- SERVICE_SIGNING_NAME - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
- 
Scope name to use during signing of a request. 
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.awscore.AwsClient
-  
- serviceEndpointPrefix() - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- 
Implemented by child classes to define the endpoint prefix used when communicating with AWS. 
- serviceHttpConfig() - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- 
Optionally overridden by child classes to define service-specific HTTP configuration defaults. 
- serviceName() - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- 
Implemented by child classes to define the service name used to identify the request in things like metrics. 
- serviceName(String) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
-  
- serviceName(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
Specifies the name of the service that returned this error. 
- serviceName() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
- 
Returns the name of the service as defined in the static constant
 SERVICE_NAME variable of each service's interface. 
- serviceName(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- serviceName() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
-  
- serviceName() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- 
Returns the name of the service as defined in the static constant
 SERVICE_NAME variable of each service's interface. 
- setAwsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- setCredentialsProvider(AwsCredentialsProvider) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- setDefaultsMode(DefaultsMode) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- setDualstackEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- setFipsEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- setRegion(Region) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-  
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
-  
- signatureDuration(Duration) - Method in interface software.amazon.awssdk.awscore.presigner.PresignRequest.Builder
- 
Specifies the duration for which this presigned request should be valid. 
- signatureDuration(Duration) - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder
-  
- signatureDuration() - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest
- 
Retrieves the duration for which this presigned request should be valid. 
- signedHeaders(Map<String, List<String>>) - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
- 
Configure the subset of headers that were signed, and MUST be included in the presigned request to prevent
 the request from failing. 
- signedHeaders(Map<String, List<String>>) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
-  
- signedHeaders() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
- 
Returns the subset of headers that were signed, and MUST be included in the presigned request to prevent
 the request from failing. 
- signedPayload(SdkBytes) - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
- 
Configure the payload that was signed. 
- signedPayload(SdkBytes) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
-  
- signedPayload() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
- 
Returns the payload that was signed, or Optional.empty() if there is no signed payload with this request. 
- SignerOverrideUtils - Class in software.amazon.awssdk.awscore.util
- 
- SIGNING_REGION - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
- 
AWS Region to be used for signing the request. 
- signingName() - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- 
Implemented by child classes to define the signing-name that should be used when signing requests when communicating with
 AWS. 
- signingName(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
-  
- signingName() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
-  
- signingName(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
-  
- signingName() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
-  
- signingRegion(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
-  
- signingRegion() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
-  
- signingRegionSet() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
-  
- SigV4aAuthScheme - Class in software.amazon.awssdk.awscore.endpoints.authscheme
- 
A Signature Version 4A  authentication scheme. 
- SigV4aAuthScheme.Builder - Class in software.amazon.awssdk.awscore.endpoints.authscheme
-  
- SigV4AuthScheme - Class in software.amazon.awssdk.awscore.endpoints.authscheme
- 
A Signature Version 4 authentication scheme. 
- SigV4AuthScheme.Builder - Class in software.amazon.awssdk.awscore.endpoints.authscheme
-  
- software.amazon.awssdk.awscore - package software.amazon.awssdk.awscore
-  
- software.amazon.awssdk.awscore.client.builder - package software.amazon.awssdk.awscore.client.builder
-  
- software.amazon.awssdk.awscore.client.config - package software.amazon.awssdk.awscore.client.config
-  
- software.amazon.awssdk.awscore.client.handler - package software.amazon.awssdk.awscore.client.handler
-  
- software.amazon.awssdk.awscore.defaultsmode - package software.amazon.awssdk.awscore.defaultsmode
-  
- software.amazon.awssdk.awscore.endpoint - package software.amazon.awssdk.awscore.endpoint
-  
- software.amazon.awssdk.awscore.endpoints - package software.amazon.awssdk.awscore.endpoints
-  
- software.amazon.awssdk.awscore.endpoints.authscheme - package software.amazon.awssdk.awscore.endpoints.authscheme
-  
- software.amazon.awssdk.awscore.eventstream - package software.amazon.awssdk.awscore.eventstream
-  
- software.amazon.awssdk.awscore.exception - package software.amazon.awssdk.awscore.exception
-  
- software.amazon.awssdk.awscore.interceptor - package software.amazon.awssdk.awscore.interceptor
-  
- software.amazon.awssdk.awscore.internal - package software.amazon.awssdk.awscore.internal
-  
- software.amazon.awssdk.awscore.internal.authcontext - package software.amazon.awssdk.awscore.internal.authcontext
-  
- software.amazon.awssdk.awscore.internal.client.config - package software.amazon.awssdk.awscore.internal.client.config
-  
- software.amazon.awssdk.awscore.internal.defaultsmode - package software.amazon.awssdk.awscore.internal.defaultsmode
-  
- software.amazon.awssdk.awscore.internal.interceptor - package software.amazon.awssdk.awscore.internal.interceptor
-  
- software.amazon.awssdk.awscore.internal.token - package software.amazon.awssdk.awscore.internal.token
-  
- software.amazon.awssdk.awscore.presigner - package software.amazon.awssdk.awscore.presigner
-  
- software.amazon.awssdk.awscore.retry - package software.amazon.awssdk.awscore.retry
-  
- software.amazon.awssdk.awscore.retry.conditions - package software.amazon.awssdk.awscore.retry.conditions
-  
- software.amazon.awssdk.awscore.util - package software.amazon.awssdk.awscore.util
-  
- staleDuration(Duration) - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
-  
- statusCode(int) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-  
- statusCode(int) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- storeToken(T) - Method in interface software.amazon.awssdk.awscore.internal.token.TokenManager
-  
- strategyFor(CredentialType) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategyFactory
-  
- subscriber(Supplier<Subscriber<EventT>>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
-  
- subscriber(Consumer<EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
-  
- subscriber(Supplier<Subscriber<EventT>>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
- 
Subscriber that will subscribe to the  SdkPublisher of events. 
- subscriber(Consumer<EventT>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-