A B C D E F G H I L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ACCOUNT_ID_ENDPOINT_MODE - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Option used by the rest of the SDK to read the
DefaultsMode
. - AccountIdEndpointMode - Enum in software.amazon.awssdk.awscore.endpoints
-
Enum Class for AccountId Endpoint Mode.
- AccountIdEndpointModeResolver - Class in software.amazon.awssdk.awscore.endpoints
- adaptiveRetryStrategy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Returns an
AdaptiveRetryStrategy
with AWS-specific conditions added. - addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in interface software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy
-
Deprecated.
- addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
-
Deprecated.Add credentials to be used by the signer in later stages.
- addCredentialsToExecutionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
-
Deprecated.Add credentials to be used by the signer in later stages.
- addRetryConditions(RetryPolicy) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
-
Deprecated.Update the provided
RetryPolicy
to add AWS-specific conditions. - addRetryConditions(RetryStrategy) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Update the provided
RetryStrategy
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
-
Deprecated.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.
- AuthorizationStrategyFactory - Class in software.amazon.awssdk.awscore.internal.authcontext
-
Deprecated.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.
- AuthorizationStrategyFactory(SdkRequest, MetricCollector, SdkClientConfiguration) - Constructor for class software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategyFactory
-
Deprecated.
- authSchemes - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- authSchemes() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- AUTO - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The AUTO mode is an experimental mode that builds on the standard mode.
- 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_AUTH_ACCOUNT_ID - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
The AWS account ID associated with the identity resolved for this request.
- AWS_AUTH_ACCOUNT_ID_ENDPOINT_MODE - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
The mode for an AWS account ID that's resolved for this request.
- AWS_JSON - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- 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
-
A collection of advanced options that can be configured on an AWS client via
ClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object)
. - 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
-
Deprecated.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.
- AwsCredentialsAuthorizationStrategy(AwsCredentialsAuthorizationStrategy.Builder) - Constructor for class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
-
Deprecated.
- AwsCredentialsAuthorizationStrategy.Builder - Class in software.amazon.awssdk.awscore.internal.authcontext
-
Deprecated.
- AwsDefaultClientBuilder<BuilderT extends AwsClientBuilder<BuilderT,ClientT>,ClientT> - Class in software.amazon.awssdk.awscore.client.builder
-
An SDK-internal implementation of the methods in
AwsClientBuilder
,AwsAsyncClientBuilder
andAwsSyncClientBuilder
. - 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 - Variable in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- awsErrorDetails() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
-
Additional details pertaining to an exception thrown by an AWS service.
- awsErrorDetails() - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-
The
AwsErrorDetails
from the service response. - awsErrorDetails() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- awsErrorDetails(AwsErrorDetails) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-
Specifies the additional awsErrorDetails from the service response.
- awsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- AwsErrorDetails - Class in software.amazon.awssdk.awscore.exception
- AwsErrorDetails(AwsErrorDetails.Builder) - Constructor for class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- 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
- AwsProtocolMetadata - Class in software.amazon.awssdk.awscore.internal
-
Contains AWS-specific protocol metadata.
- AwsProtocolMetadata.Builder - Class in software.amazon.awssdk.awscore.internal
- 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
-
Deprecated.Use instead
AwsRetryStrategy
- AwsRetryStrategy - Class in software.amazon.awssdk.awscore.retry
-
Retry strategies 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
- AwsServiceProtocol - Enum in software.amazon.awssdk.awscore.internal
- 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
B
- build() - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
- build() - Method in interface software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
- build() - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
- build() - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- build() - Method in class software.amazon.awssdk.awscore.endpoint.DualstackEnabledProvider.Builder
- build() - Method in class software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider.Builder
- build() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
- build() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
- build() - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
- build() - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller.Builder
- build() - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
- build() - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
- build() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Creates a new
AwsErrorDetails
with the properties set on this builder. - build() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- build() - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- build() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- build() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- build() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- build() - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata.Builder
- build() - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
- build() - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
- build() - Method in interface software.amazon.awssdk.awscore.presigner.PresignRequest.Builder
-
Build the presigned request, based on the configuration on this builder.
- build() - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Build the presigner using the configuration on this builder.
- builder() - Static method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
- builder() - Static method in class software.amazon.awssdk.awscore.endpoint.DualstackEnabledProvider
- builder() - Static method in class software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider
- builder() - Static method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- builder() - Static method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- builder() - Static method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
-
Creates a
EventStreamAsyncResponseTransformer.Builder
used to createEventStreamAsyncResponseTransformer
. - builder() - Static method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller
- builder() - Static method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier
- builder() - Static method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer
- builder() - Static method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- builder() - Static method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
- builder() - Static method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
-
Deprecated.
- builder() - Static method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
-
Deprecated.
- builder() - Static method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- builder() - Static method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher
-
Builder method to construct instance of CachedTokenRefresher.
- Builder() - Constructor for class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
- Builder() - Constructor for class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
- Builder() - Constructor for class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
- BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- BuilderImpl(AwsRequest) - Constructor for class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
- BuilderImpl(AwsResponse) - Constructor for class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
- BuilderImpl(AwsServiceClientConfiguration) - Constructor for class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- BuilderImpl(AwsServiceException) - Constructor for class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
C
- CachedTokenRefresher<TokenT extends SdkToken> - Class in software.amazon.awssdk.awscore.internal.token
-
Class to cache Tokens which are supplied by the Suppliers while constructing this class.
- CachedTokenRefresher.Builder<TokenT extends SdkToken> - Class in software.amazon.awssdk.awscore.internal.token
- cause(Throwable) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- cause(Throwable) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- CBOR - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- clockSkew() - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-
The request-level time skew between the client and server date for the request that generated this exception.
- clockSkew() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- clockSkew(Duration) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
-
The request-level time skew between the client and server date for the request that generated this exception.
- clockSkew(Duration) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- close() - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher
- close() - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner
-
Close this presigner, releasing any resources it might have acquired.
- complete() - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
-
Called when all data has been successfully published to the
Subscriber
. - complete() - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
- configure(T) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Configures a retry strategy using its builder to add AWS-specific retry exceptions.
- CONFIGURED_DEFAULTS_MODE - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Configuration of the DEFAULTS_MODE.
- configureStrategy(RetryStrategy.Builder<?, ?>) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Configures any retry strategy using its builder to add AWS-specific retry exceptions.
- create() - Static method in class software.amazon.awssdk.awscore.endpoints.AccountIdEndpointModeResolver
- create() - Static method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
- create(String...) - Static method in class software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
- create(Map<String, String>) - Static method in class software.amazon.awssdk.awscore.DefaultAwsResponseMetadata
- create(Set<String>) - Static method in class software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
- CREDENTIALS_IDENTITY_PROVIDER - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
- CREDENTIALS_PROVIDER - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Deprecated.
- credentialsIdentityProvider() - Method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
-
The optional
IdentityProvider
that will provide credentials to be used to authenticate this request. - credentialsProvider - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- credentialsProvider() - Method in interface software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
-
Return the optional
AwsCredentialsProvider
that will provide credentials to be used to authenticate this request. - credentialsProvider() - Method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
-
The optional
AwsCredentialsProvider
that will provide credentials to be used to authenticate this request. - credentialsProvider() - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- credentialsProvider() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- credentialsProvider() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
- credentialsProvider(AwsCredentialsProvider) - Method in interface software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
-
Set the optional
AwsCredentialsProvider
that will provide credentials to be used to authenticate this request. - credentialsProvider(AwsCredentialsProvider) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
-
Configure the credentials that should be used to authenticate with AWS.
- credentialsProvider(AwsCredentialsProvider) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Configure the credentials that should be used for request signing.
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration.Builder
-
Set the optional
IdentityProvider
that will provide credentials to be used to authenticate this request. - credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
-
Configure the credentials provider
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
-
Configure the credentials that should be used to authenticate with AWS.
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Configure the credentials that should be used to authenticate with AWS.
- CROSS_REGION - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The CROSS_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services in a different region
D
- DefaultAwsResponseMetadata - Class in software.amazon.awssdk.awscore
-
Represents additional metadata included with a response from a service.
- DefaultBuilder() - Constructor for class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
- DefaultBuilder() - Constructor for class software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder
- DefaultBuilder(PresignedRequest) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
- DefaultBuilder(PresignRequest) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder
- defaultConfig(DefaultsMode) - Static method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeConfiguration
-
Return the default config options for a given defaults mode
- defaultCredentialsProvider() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- defaultCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- DefaultEventStreamResponseHandlerBuilder<ResponseT,EventT,SubBuilderT> - Class in software.amazon.awssdk.awscore.eventstream
-
Base class for event stream response handler builders.
- DefaultEventStreamResponseHandlerBuilder() - Constructor for class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- defaultHttpConfig(DefaultsMode) - Static method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeConfiguration
-
Return the default config options for a given defaults mode
- defaultMode(DefaultsMode) - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
-
Configure the
DefaultsMode
that should be used if the mode is not specified anywhere else. - defaultMode(AccountIdEndpointMode) - Method in class software.amazon.awssdk.awscore.endpoints.AccountIdEndpointModeResolver
- defaultRetryCondition() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
-
Deprecated.Retrieve the
RetryCondition.defaultRetryCondition()
with AWS-specific conditions added. - defaultRetryPolicy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.defaultRetryPolicy()
with AWS-specific conditions added. - defaultRetryStrategy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Retrieve the
SdkDefaultRetryStrategy.defaultRetryStrategy()
with AWS-specific conditions added. - DEFAULTS_MODE - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Option used by the rest of the SDK to read the
DefaultsMode
. - defaultSdkPojoSupplier(Supplier<SdkPojo>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
-
Registers the default
SdkPojo
supplier. - DefaultServiceEndpointBuilder - Class in software.amazon.awssdk.awscore.endpoint
-
Uses service metadata and the request region to construct an endpoint for a specific service
- DefaultServiceEndpointBuilder(String, String) - Constructor for class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- defaultSigner() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- defaultSigner() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- defaultSigner(Signer) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- defaultSigner(Signer) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- defaultsMode(DefaultsMode) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
-
Sets the
DefaultsMode
that will be used to determine how certain default configuration options are resolved in the SDK. - defaultsMode(DefaultsMode) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- DefaultsMode - Enum in software.amazon.awssdk.awscore.defaultsmode
-
A defaults mode determines how certain default configuration options are resolved in the SDK.
- DefaultsModeConfiguration - Class in software.amazon.awssdk.awscore.internal.defaultsmode
-
Contains a collection of default configuration options for each DefaultsMode
- DefaultsModeResolver - Class in software.amazon.awssdk.awscore.internal.defaultsmode
-
Allows customizing the variables used during determination of a
DefaultsMode
. - defaultTokenProvider() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- defaultTokenProvider(IdentityProvider<? extends TokenIdentity>) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- defaultValue() - Method in enum software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
- DEFINITE_CLOCK_SKEW_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- DISABLED - software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
When mode is disabled, any resolved account ID will not be used in endpoint construction and rules that reference them will be bypassed.
- disableDoubleEncoding() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- disableDoubleEncoding() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- disableDoubleEncoding(Boolean) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
- disableDoubleEncoding(Boolean) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
- discover(Region) - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.AutoDefaultsModeDiscovery
-
Discovers the defaultMode using the following workflow: 1.
- doNotRetry() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Returns a retry strategy that does not retry.
- DUALSTACK_ENDPOINT_ENABLED - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
Whether dualstack endpoints were enabled for this request.
- DUALSTACK_ENDPOINT_ENABLED - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Whether the SDK should resolve dualstack endpoints instead of default endpoints.
- dualstackEnabled(Boolean) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
-
Configure whether the SDK should use the AWS dualstack endpoint.
- dualstackEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- dualstackEnabled(Boolean) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Configure whether the SDK should use the AWS dualstack endpoint.
- DualstackEnabledProvider - Class in software.amazon.awssdk.awscore.endpoint
-
A resolver for the default value of whether the SDK should use dualstack endpoints.
- DualstackEnabledProvider.Builder - Class in software.amazon.awssdk.awscore.endpoint
E
- EC2 - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- ENABLE_DEFAULT_REGION_DETECTION - Static variable in class software.amazon.awssdk.awscore.client.config.AwsAdvancedClientOption
-
Whether region detection should be enabled.
- encodeEventStreamRequestToByteBuffer(SdkHttpFullRequest) - Static method in class software.amazon.awssdk.awscore.client.handler.AwsClientHandlerUtils
-
Encodes the request into a flow message and then returns bytebuffer from the message.
- ENDPOINT_PREFIX - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
The
AwsClientOption.ENDPOINT_PREFIX
for the client. - ENDPOINT_PREFIX - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
The first part of the URL in the DNS name for the service.
- EndpointAuthScheme - Interface in software.amazon.awssdk.awscore.endpoints.authscheme
-
An authentication scheme for an
Endpoint
returned by an endpoint provider. - endpointOverride - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- endpointOverride() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- endpointOverride(URI) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- endpointOverride(URI) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Configure an endpoint that should be used in the pre-signed requests.
- endpointProvider - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- endpointProvider() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- endpointProvider(EndpointProvider) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- environmentVariable() - Method in enum software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
- equals(Object) - Method in class software.amazon.awssdk.awscore.AwsRequest
- equals(Object) - Method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
- equals(Object) - Method in class software.amazon.awssdk.awscore.AwsResponse
- equals(Object) - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
- equals(Object) - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
- equals(Object) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- equals(Object) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- equals(Object) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- equals(Object) - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- equals(Object) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
- equals(Object) - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest
- errorCode() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
The error code specified by the service.
- errorCode() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- errorCode() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
-
Returns the error code associated with the response.
- errorCode(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Specifies the error code returned by the service.
- errorCode(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- errorMessage() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
The error message specified by the service.
- errorMessage() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- errorMessage() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- errorMessage(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Specifies the error message returned by the service.
- errorMessage(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- eventResponseHandler(HttpResponseHandler<? extends EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
- eventStreamAsyncResponseTransformer(EventStreamAsyncResponseTransformer<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
- EventStreamAsyncResponseTransformer<ResponseT,EventT> - Class in software.amazon.awssdk.awscore.eventstream
-
Unmarshalling layer on top of the
AsyncResponseTransformer
to decode event stream messages and deliver them to the subscriber. - EventStreamAsyncResponseTransformer.Builder<ResponseT,EventT> - Class in software.amazon.awssdk.awscore.eventstream
-
Builder for
EventStreamAsyncResponseTransformer
. - EventStreamInitialRequestInterceptor - Class in software.amazon.awssdk.awscore.eventstream
-
An interceptor for event stream requests sent over RPC.
- EventStreamInitialRequestInterceptor() - Constructor for class software.amazon.awssdk.awscore.eventstream.EventStreamInitialRequestInterceptor
- eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
- eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
- EventStreamResponseHandler<ResponseT,EventT> - Interface in software.amazon.awssdk.awscore.eventstream
-
Response handler for event streaming operations.
- EventStreamResponseHandler.Builder<ResponseT,EventT,SubBuilderT> - Interface in software.amazon.awssdk.awscore.eventstream
-
Base builder for sub-interfaces of
EventStreamResponseHandler
. - EventStreamResponseHandlerFromBuilder<ResponseT,EventT> - Class in software.amazon.awssdk.awscore.eventstream
-
Base class for creating implementations of an
EventStreamResponseHandler
from a builder. - EventStreamResponseHandlerFromBuilder(DefaultEventStreamResponseHandlerBuilder<ResponseT, EventT, ?>) - Constructor for class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
- EventStreamTaggedUnionJsonMarshaller<BaseEventT> - Class in software.amazon.awssdk.awscore.eventstream
-
Composite
Marshaller
that dispatches the given event to the correct marshaller based on the event class type. - EventStreamTaggedUnionJsonMarshaller.Builder<BaseEventT> - Class in software.amazon.awssdk.awscore.eventstream
- EventStreamTaggedUnionPojoSupplier - Class in software.amazon.awssdk.awscore.eventstream
- EventStreamTaggedUnionPojoSupplier.Builder - Class in software.amazon.awssdk.awscore.eventstream
- exceptionHandler(Function<SdkException, TokenT>) - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
- exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
-
Called when an exception occurs while establishing the connection or streaming the response.
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer
- exceptionResponseHandler(HttpResponseHandler<? extends Throwable>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler
- execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler
- execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler
- executor(Executor) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
-
Deprecated.
- expiration() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
-
The exact SERVICE time that the request will expire.
- expiration(Instant) - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
-
Configure the exact SERVICE time that the request will expire.
- expiration(Instant) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
- extendedRequestId(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- extendedRequestId(String) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
F
- finalizeChildConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-
Return a client configuration object, populated with the following chain of priorities.
- finalizeServiceConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-
Optionally overridden by child classes to derive service-specific configuration from the default-applied configuration.
- FIPS_ENDPOINT_ENABLED - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
Whether fips endpoints were enabled for this request.
- FIPS_ENDPOINT_ENABLED - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Whether the SDK should resolve fips endpoints instead of default endpoints.
- fipsEnabled(Boolean) - Method in interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
-
Configure whether the SDK should use the AWS fips endpoints.
- fipsEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- fipsEnabled(Boolean) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
-
Configure whether the SDK should use the AWS fips endpoint.
- FipsEnabledProvider - Class in software.amazon.awssdk.awscore.endpoint
-
A resolver for the default value of whether the SDK should use fips endpoints.
- FipsEnabledProvider.Builder - Class in software.amazon.awssdk.awscore.endpoint
- forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.defaultRetryPolicy()
with AWS-specific conditions added. - forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Retrieve the appropriate retry strategy for the retry mode with AWS-specific conditions added.
- from(RequestOverrideConfiguration) - Static method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
-
Create a
AwsRequestOverrideConfiguration
from the providedRequestOverrideConfiguration
. - fromValue(String) - Static method in enum software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
- fromValue(String) - Static method in enum software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
Returns the appropriate AccountIdEndpointMode value after parsing the parameter.
- fromValue(String) - Static method in enum software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- future(CompletableFuture<Void>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
G
- getAwsErrorDetails() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- getMessage() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
- getRegion() - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- getServiceEndpoint() - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- getValue(String) - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
-
Get the value based on the key, returning
AwsResponseMetadata.UNKNOWN
if the value is null. - GlobalServiceExecutionInterceptor - Class in software.amazon.awssdk.awscore.interceptor
-
A more specific version of
HelpfulUnknownHostExceptionInterceptor
that was used for older IAM clients. - GlobalServiceExecutionInterceptor() - Constructor for class software.amazon.awssdk.awscore.interceptor.GlobalServiceExecutionInterceptor
H
- hashCode() - Method in class software.amazon.awssdk.awscore.AwsRequest
- hashCode() - Method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
- hashCode() - Method in class software.amazon.awssdk.awscore.AwsResponse
- hashCode() - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
- hashCode() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
- hashCode() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- hashCode() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- hashCode() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- hashCode() - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- hashCode() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
- hashCode() - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest
- HelpfulUnknownHostExceptionInterceptor - Class in software.amazon.awssdk.awscore.interceptor
-
This interceptor will monitor for
UnknownHostException
s and provide the customer with additional information they can use to debug or fix the problem. - HelpfulUnknownHostExceptionInterceptor() - Constructor for class software.amazon.awssdk.awscore.interceptor.HelpfulUnknownHostExceptionInterceptor
- httpRequest() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
-
The entire SigV4 query-parameter signed request (minus the payload), that can be transmitted as-is to a service using any HTTP client that implement the SDK's HTTP client SPI.
- httpRequest(SdkHttpRequest) - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
-
Configure the entire SigV4 query-parameter signed request (minus the payload), that can be transmitted as-is to a service using any HTTP client that implement the SDK's HTTP client SPI.
- httpRequest(SdkHttpRequest) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
I
- IN_REGION - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The IN_REGION mode builds on the standard mode and includes optimization tailored for applications which call AWS services from within the same AWS region
- initialResponseHandler(HttpResponseHandler<? extends ResponseT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
- invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler
- invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler
- invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>, SdkClientConfiguration) - Static method in class software.amazon.awssdk.awscore.internal.AwsExecutionContextBuilder
-
Used by both sync and async clients to create the execution context, and run initial interceptors.
- isBrowserExecutable() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
-
Whether the url returned by the url method can be executed in a browser.
- isBrowserExecutable(Boolean) - Method in interface software.amazon.awssdk.awscore.presigner.PresignedRequest.Builder
-
Configure whether the url returned by the url method can be executed in a browser.
- isBrowserExecutable(Boolean) - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
- isClockSkewException() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
- isDefiniteClockSkewErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- isDisableDoubleEncodingSet() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- isDisableDoubleEncodingSet() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- isDualstackEnabled() - Method in class software.amazon.awssdk.awscore.endpoint.DualstackEnabledProvider
-
Returns true when dualstack should be used, false when dualstack should not be used, and empty when there is no global dualstack configuration.
- isFipsEnabled() - Method in class software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider
-
Returns true when dualstack should be used, false when dualstack should not be used, and empty when there is no global dualstack configuration.
- isPossibleClockSkewErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- isPossibleClockSkewStatusCode(int) - Static method in class software.amazon.awssdk.awscore.internal.AwsStatusCode
- isRetryableErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- isSignerOverridden(SdkRequest, ExecutionAttributes) - Static method in class software.amazon.awssdk.awscore.util.SignerOverrideUtils
- isThrottlingErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- isThrottlingException() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
-
Checks if the exception is caused by throttling, considering both generic SDK and AWS-specific error code details.
L
- LEGACY - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The LEGACY mode provides default settings that vary per SDK and were used prior to establishment of defaults_mode
- legacyRetryStrategy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Returns a
LegacyRetryStrategy
with AWS-specific conditions added. - loadToken() - Method in interface software.amazon.awssdk.awscore.internal.token.TokenManager
M
- marshall(BaseEventT) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller
- mergeChildDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- mergeInternalDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-
Optionally overridden by child classes to define internal default configuration.
- mergeServiceDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-
Optionally overridden by child classes to define service-specific default configuration.
- message(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
- message(String) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- metricCollector() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- metricCollector() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- metricCollector(MetricCollector) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- metricCollector(MetricCollector) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- MOBILE - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The MOBILE mode builds on the standard mode and includes optimization tailored for mobile applications
- modifyAsyncHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamInitialRequestInterceptor
- modifyException(Context.FailedExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.interceptor.GlobalServiceExecutionInterceptor
- modifyException(Context.FailedExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.interceptor.HelpfulUnknownHostExceptionInterceptor
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamInitialRequestInterceptor
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.interceptor.TraceIdExecutionInterceptor
N
- name() - Method in interface software.amazon.awssdk.awscore.endpoints.authscheme.EndpointAuthScheme
- name() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- name() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
O
- onComplete(Runnable) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- onComplete(Runnable) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Action to invoke when the event stream completes.
- onError(Consumer<Throwable>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- onError(Consumer<Throwable>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Callback to invoke in the event on an error.
- onEventStream(Consumer<SdkPublisher<EventT>>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- onEventStream(Consumer<SdkPublisher<EventT>>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Callback to invoke when the
SdkPublisher
is available. - onEventStream(SdkPublisher<EventT>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
-
Called when events are ready to be streamed.
- onEventStream(SdkPublisher<EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
- onResponse(Consumer<ResponseT>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- onResponse(Consumer<ResponseT>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Callback to invoke when the initial response is received.
- onResponse(ResponseT) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer
- onResponse(SdkResponse) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
- onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
- onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer
- overrideConfiguration - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- overrideConfiguration() - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
- overrideConfiguration() - Method in class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
- overrideConfiguration() - Method in class software.amazon.awssdk.awscore.AwsRequest
- overrideConfiguration() - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
-
Add an optional request override configuration.
- overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
-
Add an optional request override configuration.
- overrideConfiguration(AwsRequestOverrideConfiguration) - Method in class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
- overrideConfiguration(ClientOverrideConfiguration) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- overrideSignerIfNotOverridden(SdkRequest, ExecutionAttributes, Supplier<Signer>) - Static method in class software.amazon.awssdk.awscore.util.SignerOverrideUtils
-
Deprecated.No longer used by modern clients after migration to reference architecture
- overrideSignerIfNotOverridden(SdkRequest, ExecutionAttributes, Signer) - Static method in class software.amazon.awssdk.awscore.util.SignerOverrideUtils
-
Deprecated.No longer used by modern clients after migration to reference architecture
P
- parseSigningRegion(String, String) - Static method in class software.amazon.awssdk.awscore.util.AwsHostNameUtils
-
Attempts to parse the region name from an endpoint based on conventions about the endpoint format.
- POSSIBLE_CLOCK_SKEW_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- POSSIBLE_CLOCK_SKEW_STATUS_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsStatusCode
- PREFERRED - software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
Default value that indicates account ID values will be used in endpoint rules if available.
- prefetchTime(Duration) - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
-
Configure the amount of time, relative to SSO session token expiration, that the cached credentials are considered close to stale and should be updated.
- prepare() - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
- prepare() - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer
- PresignedRequest - Class in software.amazon.awssdk.awscore.presigner
-
The base class for all presigned requests.
- PresignedRequest(PresignedRequest.DefaultBuilder<?>) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignedRequest
- PresignedRequest.Builder - Interface in software.amazon.awssdk.awscore.presigner
- PresignedRequest.DefaultBuilder<B extends PresignedRequest.DefaultBuilder<B>> - Class in software.amazon.awssdk.awscore.presigner
- PresignRequest - Class in software.amazon.awssdk.awscore.presigner
-
The base class for all presign requests.
- PresignRequest(PresignRequest.DefaultBuilder<?>) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignRequest
- PresignRequest.Builder - Interface in software.amazon.awssdk.awscore.presigner
-
The base interface for all presign request builders.
- PresignRequest.DefaultBuilder<B extends PresignRequest.DefaultBuilder<B>> - Class in software.amazon.awssdk.awscore.presigner
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.awscore.endpoint.DualstackEnabledProvider.Builder
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider.Builder
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.awscore.endpoints.AccountIdEndpointModeResolver
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
-
Configure the profile file that should be used when determining the
RetryMode
. - profileName(String) - Method in class software.amazon.awssdk.awscore.endpoint.DualstackEnabledProvider.Builder
- profileName(String) - Method in class software.amazon.awssdk.awscore.endpoint.FipsEnabledProvider.Builder
- profileName(String) - Method in class software.amazon.awssdk.awscore.endpoints.AccountIdEndpointModeResolver
- profileName(String) - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
-
Configure the profile file name should be used when determining the
RetryMode
. - property() - Method in enum software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
- publisherTransformer(Function<SdkPublisher<EventT>, SdkPublisher<EventT>>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- publisherTransformer(Function<SdkPublisher<EventT>, SdkPublisher<EventT>>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Allows for optional transformation of the publisher of events before subscribing.
- putAdvancedOption(ServiceMetadataAdvancedOption<T>, T) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- putAuthScheme(AuthScheme<?>) - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
- putAuthScheme(AuthScheme<?>) - Method in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- putMarshaller(Class<? extends BaseEventT>, Marshaller<BaseEventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller.Builder
-
Registers a new
Marshaller
with given event class type. - putSdkPojoSupplier(String, Supplier<SdkPojo>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionPojoSupplier.Builder
Q
- QUERY - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
R
- rawResponse() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
The raw response from the service.
- 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.
- rawResponse(SdkBytes) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Specifies raw http response from the service.
- rawResponse(SdkBytes) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- 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 - Variable in class software.amazon.awssdk.awscore.AwsServiceClientConfiguration.BuilderImpl
- region() - Method in interface software.amazon.awssdk.awscore.AwsServiceClientConfiguration.Builder
-
Return the region
- 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.AwsServiceClientConfiguration.Builder
-
Configure the region
- 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
-
Deprecated.
- request() - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- request(SdkRequest) - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy.Builder
-
Deprecated.
- request(SdkRequest) - Method in class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy.Builder
-
Deprecated.
- 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
- REQUIRED - software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
Required mode would be used in scenarios where endpoint resolution should return an error if no account ID is available.
- resolve() - Method in class software.amazon.awssdk.awscore.endpoints.AccountIdEndpointModeResolver
- resolve() - Method in class software.amazon.awssdk.awscore.internal.defaultsmode.DefaultsModeResolver
-
Resolve which defaults mode should be used, based on the configured values.
- resolveSigner() - Method in interface software.amazon.awssdk.awscore.internal.authcontext.AuthorizationStrategy
-
Deprecated.
- resolveSigner() - Method in class software.amazon.awssdk.awscore.internal.authcontext.AwsCredentialsAuthorizationStrategy
-
Deprecated.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
-
Deprecated.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() - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
- responseMetadata() - Method in class software.amazon.awssdk.awscore.AwsResponse
- responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
- responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
- 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
- REST_JSON - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- REST_XML - software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- 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
-
Builder for
RestEventStreamAsyncResponseTransformer
. - 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.
S
- schemeId() - Method in interface software.amazon.awssdk.awscore.endpoints.authscheme.EndpointAuthScheme
- schemeId() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- schemeId() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- sdkHttpResponse() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
The HTTP response returned from the service.
- 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.
- sdkHttpResponse(SdkHttpResponse) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
-
Specifies the
SdkHttpResponse
returned on the error response from the service. - sdkHttpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- 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() - 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() - 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.
- 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(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
- serviceProtocol() - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- serviceProtocol(AwsServiceProtocol) - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata.Builder
- setAwsErrorDetails(AwsErrorDetails) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
- setCredentialsProvider(AwsCredentialsProvider) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
- setCredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity>) - 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
- setOverrides(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
-
Apply the client override configuration to the provided configuration.
- 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() - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest
-
Retrieves the duration for which this presigned request should be valid.
- 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
- 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.
- 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
- 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.
- 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
- SignerOverrideUtils - Class in software.amazon.awssdk.awscore.util
-
Utility to override a given
SdkRequest
'sSigner
. - 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() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- signingName() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- signingName(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
- signingName(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
- signingRegion() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme
- signingRegion(String) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4AuthScheme.Builder
- signingRegionSet() - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme
- signingRegionSet(List<String>) - Method in class software.amazon.awssdk.awscore.endpoints.authscheme.SigV4aAuthScheme.Builder
- 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
- STANDARD - software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
The STANDARD mode provides the latest recommended default values that should be safe to run in most scenarios
- standardRetryStrategy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryStrategy
-
Returns a
StandardRetryStrategy
with AWS-specific conditions added. - 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
-
Deprecated.
- subscriber(Consumer<EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.DefaultEventStreamResponseHandlerBuilder
- subscriber(Consumer<EventT>) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler.Builder
-
Sets the subscriber to the
SdkPublisher
of events. - subscriber(Supplier<Subscriber<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.
T
- THROTTLING_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
- toBuilder() - Method in class software.amazon.awssdk.awscore.AwsRequest
- toBuilder() - Method in class software.amazon.awssdk.awscore.AwsRequestOverrideConfiguration
- toBuilder() - Method in class software.amazon.awssdk.awscore.AwsResponse
- toBuilder() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
-
Create a
AwsErrorDetails.Builder
initialized with the properties of thisAwsErrorDetails
. - toBuilder() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
-
Create a
AwsServiceException.Builder
initialized with the properties of thisAwsServiceException
. - toBuilder() - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- TOKEN_IDENTITY_PROVIDER - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Option to specific the
SdkTokenProvider
to use for bearer token authorization. - TOKEN_PROVIDER - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Deprecated.
- TokenAuthorizationStrategy - Class in software.amazon.awssdk.awscore.internal.authcontext
-
Deprecated.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.
- TokenAuthorizationStrategy(TokenAuthorizationStrategy.Builder) - Constructor for class software.amazon.awssdk.awscore.internal.authcontext.TokenAuthorizationStrategy
-
Deprecated.
- TokenAuthorizationStrategy.Builder - Class in software.amazon.awssdk.awscore.internal.authcontext
-
Deprecated.
- TokenManager<T extends SdkToken> - Interface in software.amazon.awssdk.awscore.internal.token
-
An object that knows how to load and optionally, store, an SSO token.
- TokenRefresher<T extends SdkToken> - Interface in software.amazon.awssdk.awscore.internal.token
-
Interface to refresh token.
- tokenRetriever(Supplier<TokenT>) - Method in class software.amazon.awssdk.awscore.internal.token.CachedTokenRefresher.Builder
- TokenTransformer<T extends SdkToken,R extends AwsResponse> - Interface in software.amazon.awssdk.awscore.internal.token
-
Transformer to convert the response received from service to respective Token objects.
- toString() - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
- toString() - Method in enum software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
- toString() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
- toString() - Method in class software.amazon.awssdk.awscore.internal.AwsProtocolMetadata
- toString() - Method in enum software.amazon.awssdk.awscore.internal.AwsServiceProtocol
- TraceIdExecutionInterceptor - Class in software.amazon.awssdk.awscore.interceptor
-
The
TraceIdExecutionInterceptor
copies the trace details to theTraceIdExecutionInterceptor.TRACE_ID_HEADER
header, assuming we seem to be running in a lambda environment. - TraceIdExecutionInterceptor() - Constructor for class software.amazon.awssdk.awscore.interceptor.TraceIdExecutionInterceptor
- TracingSystemSetting - Enum in software.amazon.awssdk.awscore.internal.interceptor
-
Tracing specific System Setting.
- transform(R) - Method in interface software.amazon.awssdk.awscore.internal.token.TokenTransformer
-
API to convert the response received from the service to Token.
U
- url() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
-
The URL that the presigned request will execute against.
- USE_GLOBAL_ENDPOINT - Static variable in class software.amazon.awssdk.awscore.AwsExecutionAttribute
-
Whether the client was configured to use the service's global endpoint.
- USE_GLOBAL_ENDPOINT - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
-
Option to specify whether global endpoint should be used.
V
- validateAsyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.awscore.internal.client.config.AwsClientOptionValidation
- validateSyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.awscore.internal.client.config.AwsClientOptionValidation
- valueOf(String) - Static method in enum software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.awscore.internal.AwsServiceProtocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.awscore.defaultsmode.DefaultsMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.awscore.endpoints.AccountIdEndpointMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in class software.amazon.awssdk.awscore.endpoints.AwsEndpointAttribute
- values() - Static method in enum software.amazon.awssdk.awscore.internal.AwsServiceProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- withDualstackEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- withFipsEnabled(Boolean) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- withProfileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- withProfileFile(ProfileFile) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- withProfileName(String) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- withRegion(Region) - Method in class software.amazon.awssdk.awscore.endpoint.DefaultServiceEndpointBuilder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
_
- _X_AMZN_TRACE_ID - software.amazon.awssdk.awscore.internal.interceptor.TracingSystemSetting
All Classes All Packages