- addRetryConditions(RetryPolicy) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
- 
Update the provided  RetryPolicy to add AWS-specific conditions. 
- apply(SdkHttpFullResponse) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
-  
- 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
-  
- 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. 
- 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
-  
- 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. 
- 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
-  
- 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. 
- 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
-  
- 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. 
- 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. 
- 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.endpoint - package software.amazon.awssdk.awscore.endpoint
-  
- 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.client.config - package software.amazon.awssdk.awscore.internal.client.config
-  
- 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
-  
- statusCode(int) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-  
- statusCode(int) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
-  
- 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
-