Skip navigation links
A B C D E F G H I M O P R S T U V W 

A

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
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
 
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
An SDK-internal implementation of the methods in AwsClientBuilder, AwsAsyncClientBuilder and AwsSyncClientBuilder.
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
The AwsErrorDetails from the service response.
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.
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
 

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 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 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.eventstream.EventStreamAsyncResponseTransformer
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
 
BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
 
BuilderImpl(AwsRequest) - Constructor for class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
 
BuilderImpl(AwsResponse) - Constructor for class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
 
BuilderImpl(AwsServiceException) - Constructor for class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
 

C

cause(Throwable) - Method in interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
 
childHttpConfig() - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
 
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() - 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
 
clockSkew() - Method in class software.amazon.awssdk.awscore.exception.AwsServiceException.BuilderImpl
 
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
 
create(Map<String, String>) - Static method in class software.amazon.awssdk.awscore.DefaultAwsResponseMetadata
 
create(String...) - Static method in class software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
 
create(Set<String>) - Static method in class software.amazon.awssdk.awscore.retry.conditions.RetryOnErrorCodeCondition
 
createExecutionContext(ClientExecutionParams<InputT, OutputT>, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.client.handler.AwsAsyncClientHandler
 
createExecutionContext(ClientExecutionParams<InputT, OutputT>, ExecutionAttributes) - Method in class software.amazon.awssdk.awscore.client.handler.AwsSyncClientHandler
 
CREDENTIALS_PROVIDER - Static variable in class software.amazon.awssdk.awscore.client.config.AwsClientOption
 
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() - 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(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 class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
 
credentialsProvider(AwsCredentialsProvider) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
Configure the credentials that should be used for request signing.

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(PresignedRequest) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignedRequest.DefaultBuilder
 
DefaultBuilder() - Constructor for class software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder
 
DefaultBuilder(PresignRequest) - Constructor for class software.amazon.awssdk.awscore.presigner.PresignRequest.DefaultBuilder
 
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
 
defaultRetryCondition() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
Retrieve the RetryCondition.defaultRetryCondition() with AWS-specific conditions added.
defaultRetryPolicy() - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
Retrieve the RetryPolicy.defaultRetryPolicy() with AWS-specific conditions added.
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
 
DEFINITE_CLOCK_SKEW_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
 

E

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
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.
endpointOverride(URI) - Method in interface software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder
Configure an endpoint that should be used in the pre-signed requests.
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.presigner.PresignedRequest
 
equals(Object) - Method in class software.amazon.awssdk.awscore.presigner.PresignRequest
 
errorCode(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
Specifies the error code returned by the service.
errorCode() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
The error code specified by the service.
errorCode(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
 
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.
errorMessage(String) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
Specifies the error message returned by the service.
errorMessage() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
The error message specified by the service.
errorMessage(String) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorMessage() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
 
errorMessage() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
 
eventResponseHandler(HttpResponseHandler<? extends EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.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(EventStreamAsyncResponseTransformer<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
 
EventStreamAsyncResponseTransformer.Builder<ResponseT,EventT> - Class in software.amazon.awssdk.awscore.eventstream
eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
EventStreamResponseHandler<ResponseT,EventT> - Interface in software.amazon.awssdk.awscore.eventstream
Response handler for event streaming operations.
eventStreamResponseHandler(EventStreamResponseHandler<ResponseT, EventT>) - Method in class software.amazon.awssdk.awscore.eventstream.RestEventStreamAsyncResponseTransformer.Builder
 
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
 
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>, AsyncResponseTransformer<OutputT, ReturnT>) - 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>, 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
 
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
 
expiration() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
The exact SERVICE time that the request will expire.
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
 
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.
forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.awscore.retry.AwsRetryPolicy
Retrieve the RetryPolicy.defaultRetryPolicy() with AWS-specific conditions added.
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.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 UnknownHostExceptions 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(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
 
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.

I

initialResponseHandler(HttpResponseHandler<? extends ResponseT>) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer.Builder
 
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
 
isBrowserExecutable() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
Whether the url returned by the url method can be executed in a browser.
isClockSkewException() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
 
isDefiniteClockSkewErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
 
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
 
isThrottlingErrorCode(String) - Static method in class software.amazon.awssdk.awscore.internal.AwsErrorCode
 
isThrottlingException() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
 

M

marshall(BaseEventT) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamTaggedUnionJsonMarshaller
 
mergeChildDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.awscore.client.builder.AwsDefaultClientBuilder
 
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
 
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
 

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(SdkResponse) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamAsyncResponseTransformer
 
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
 
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() - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
 
overrideConfiguration(AwsRequestOverrideConfiguration) - Method in interface software.amazon.awssdk.awscore.AwsRequest.Builder
Add an optional request override configuration.
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder>) - 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(Consumer<AwsRequestOverrideConfiguration.Builder>) - Method in class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
 
overrideConfiguration() - Method in class software.amazon.awssdk.awscore.AwsRequest.BuilderImpl
 
overrideConfiguration() - Method in class software.amazon.awssdk.awscore.AwsRequest
 

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
 
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
 
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.
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
Registers a new Supplier of an SdkPojo associated with a given event type.

R

rawResponse(SdkBytes) - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
Specifies raw http response from the service.
rawResponse() - Method in interface software.amazon.awssdk.awscore.exception.AwsErrorDetails.Builder
The raw response from the service.
rawResponse(SdkBytes) - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
 
rawResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails.BuilderImpl
 
rawResponse() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
Returns the response payload as bytes.
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 that should be used for request signing.
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
 
responseMetadata() - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in interface software.amazon.awssdk.awscore.AwsResponse.Builder
 
responseMetadata(AwsResponseMetadata) - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.awscore.AwsResponse.BuilderImpl
 
responseMetadata() - Method in class software.amazon.awssdk.awscore.AwsResponse
 
responseReceived(ResponseT) - Method in interface software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandler
Called when the initial response has been received and the POJO response has been unmarshalled.
responseReceived(ResponseT) - Method in class software.amazon.awssdk.awscore.eventstream.EventStreamResponseHandlerFromBuilder
 
RestEventStreamAsyncResponseTransformer<ResponseT extends SdkResponse,EventT> - Class in software.amazon.awssdk.awscore.eventstream
Unmarshalling layer on top of the AsyncResponseTransformer to decode event stream messages for Rest services and deliver them to the subscriber.
RestEventStreamAsyncResponseTransformer.Builder<ResponseT extends SdkResponse,EventT> - Class in software.amazon.awssdk.awscore.eventstream
RETRYABLE_ERROR_CODES - Static variable in class software.amazon.awssdk.awscore.internal.AwsErrorCode
 
RetryOnErrorCodeCondition - Class in software.amazon.awssdk.awscore.retry.conditions
Retry condition implementation that retries if the exception or the cause of the exception matches the error codes defined.

S

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
 
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
Sets the subscriber 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 this AwsErrorDetails.
toBuilder() - Method in exception software.amazon.awssdk.awscore.exception.AwsServiceException
Create a AwsServiceException.Builder initialized with the properties of this AwsServiceException.
toString() - Method in class software.amazon.awssdk.awscore.AwsResponseMetadata
 
toString() - Method in class software.amazon.awssdk.awscore.exception.AwsErrorDetails
 

U

url() - Method in class software.amazon.awssdk.awscore.presigner.PresignedRequest
The URL that the presigned request will execute against.

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
 

W

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
 
A B C D E F G H I M O P R S T U V W 
Skip navigation links

Copyright © 2020. All rights reserved.