Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

abort() - Method in class software.amazon.awssdk.core.http.HttpResponse
 
abort() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - Method in class software.amazon.awssdk.core.io.SdkInputStream
Can be used to provide abortion logic prior to throwing the AbortedException.
abort() - Method in class software.amazon.awssdk.core.ResponseInputStream
 
AbortedException - Exception in software.amazon.awssdk.core.exception
Extension of SdkClientException that is thrown whenever an operation has been aborted by the SDK.
AbortedException(AbortedException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.AbortedException
 
AbortedException.Builder - Interface in software.amazon.awssdk.core.exception
 
AbortedException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
Aborts with subclass specific abortion logic executed if needed.
abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
Aborts with subclass specific abortion logic executed if needed.
abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkInputStream
Aborts with subclass specific abortion logic executed if needed.
AbstractErrorUnmarshaller<ExceptionT extends SdkServiceException,T> - Class in software.amazon.awssdk.core.runtime.transform
 
AbstractErrorUnmarshaller(Class<? extends SdkServiceException>) - Constructor for class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
Constructs a new error unmarshaller that will unmarshall error responses into objects of the specified class, extending SdkServiceException.
acquire() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Attempts to acquire a single capacity unit.
acquire(int) - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Attempts to acquire a given amount of capacity.
adapt(String) - Method in class software.amazon.awssdk.core.adapter.StringToInputStreamAdapter
 
adapt(String) - Method in class software.amazon.awssdk.core.adapter.StringToSdkBytesAdapter
 
adapt(SourceT) - Method in interface software.amazon.awssdk.core.adapter.TypeAdapter
 
adapt(Publisher<T>) - Static method in interface software.amazon.awssdk.core.async.SdkPublisher
Adapts a Publisher to SdkPublisher.
adapt(boolean, SdkHttpFullRequest, SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.internal.http.SdkHttpResponseAdapter
 
add(T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
add(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
addAll(Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
addAll(int, Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
addAllErrorMetadata(JsonErrorShapeMetadata...) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
addApiName(ApiName) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Set the optional name of the higher level library that constructed the request.
addApiName(Consumer<ApiName.Builder>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Set the optional name of the higher level library that constructed the request.
addApiName(ApiName) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
addApiName(Consumer<ApiName.Builder>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
addErrorMetadata(JsonErrorShapeMetadata) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
addErrorResponseHandler(ClientExecutionParams<InputT, OutputT>) - Static method in class software.amazon.awssdk.core.client.handler.BaseClientHandler
 
addExecutionInterceptor(ExecutionInterceptor) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Add an execution interceptor that will have access to read and modify the request and response objects as they are processed by the SDK.
addHeader(String, String) - Method in class software.amazon.awssdk.core.DefaultRequest
 
addHeader(String, String) - Method in class software.amazon.awssdk.core.http.HttpResponse
Adds an HTTP header to the set associated with this response.
addHeader(String, String) - Method in interface software.amazon.awssdk.core.Request
Sets the specified header for this request.
ADDITIONAL_HTTP_HEADERS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
 
addParameter(String, String) - Method in class software.amazon.awssdk.core.DefaultRequest
 
addParameter(String, String) - Method in interface software.amazon.awssdk.core.Request
Adds the specified request parameter to this request.
addParameters(String, List<String>) - Method in class software.amazon.awssdk.core.DefaultRequest
 
addParameters(String, List<String>) - Method in interface software.amazon.awssdk.core.Request
Adds the specified request parameter and list of values to this request.
addRetryInfoHeader(SdkHttpFullRequest, int) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
Add the "amz-sdk-retry" header to the request.
addStaticQueryParametersToRequest(Request<?>, String) - Static method in class software.amazon.awssdk.core.util.UriResourcePathUtils
Identifies the static query parameters in Uri resource path for and adds it to request.
advancedOption(SdkAdvancedAsyncClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
Load the requested advanced option that was configured on the client builder.
advancedOption(SdkAdvancedAsyncClientOption<T>, T) - Method in interface software.amazon.awssdk.core.client.config.ClientAsyncConfiguration.Builder
Configure an advanced async option.
advancedOption(SdkAdvancedClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
Load the optional requested advanced option that was configured on the client builder.
advancedOptions(Map<SdkAdvancedAsyncClientOption<?>, ?>) - Method in interface software.amazon.awssdk.core.client.config.ClientAsyncConfiguration.Builder
Configure the map of advanced override options.
advancedOptions(Map<SdkAdvancedClientOption<?>, ?>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure the map of advanced override options.
advancedOptions() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
 
afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the finalized SdkResponse as it will be returned by the client invocation.
afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
AfterExecutionInterceptorsStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
AfterExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
 
afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the marshalled HTTP request, before it is modified by other interceptors.
afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the HTTP response as it was returned by the HTTP client, before it is modified by other interceptors.
afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
AfterTransmissionExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
AfterTransmissionExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
 
afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the SdkResponse as it was returned by the unmarshaller, before it is modified by other interceptors.
afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
AmazonAsyncHttpClient - Class in software.amazon.awssdk.core.internal.http
 
AmazonAsyncHttpClient(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
 
AmazonAsyncHttpClient.RequestExecutionBuilder - Interface in software.amazon.awssdk.core.internal.http
Interface to configure a request execution and execute the request.
AmazonSyncHttpClient - Class in software.amazon.awssdk.core.internal.http
 
AmazonSyncHttpClient(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
 
AmazonSyncHttpClient.RequestExecutionBuilder - Interface in software.amazon.awssdk.core.internal.http
Interface to configure a request execution and execute the request.
AndRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
Composite RetryCondition that evaluates to true when all contained retry conditions evaluate to true.
ApiName - Class in software.amazon.awssdk.core
Encapsulates the API name and version of a library built using the AWS SDK.
ApiName.Builder - Interface in software.amazon.awssdk.core
 
apiNames() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
The optional names of the higher level libraries that constructed the request.
apiNames() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
The optional names of the higher level libraries that constructed the request.
apiNames() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
apply(JsonFactory, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory.CborGeneratorSupplier
 
apply(IonWriterBuilder, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory.IonGeneratorSupplier
 
apply(ResponseT, AbortableInputStream) - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Process the response contents.
ApplyTransactionIdStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Generates a unique identifier for the request that is consistent across retries.
ApplyTransactionIdStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
ApplyUserAgentStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Apply any custom user agent supplied, otherwise instrument the user agent with info about the SDK and environment.
ApplyUserAgentStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
asBoolean(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Boolean.
asBoolean(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asBoolean(String, Node) but allows an xpath to be passed in explicitly for reuse.
asByte(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Byte.
asByte(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asByte(String, Node) but allows an xpath to be passed in explicitly for reuse.
asByteBuffer(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified xpath expression, base64 decodes the data and returns the result as a ByteBuffer.
asByteBuffer(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asByteBuffer(String, Node) but allows an xpath to be passed in explicitly for reuse.
asDate(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Date.
asDate(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asDate(String, Node) but allows an xpath to be passed in explicitly for reuse.
asDouble(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the results as a Double.
asDouble(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asDouble(String, Node) but allows an xpath to be passed in explicitly for reuse.
asFloat(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Float.
asFloat(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asFloat(String, Node) but allows an xpath to be passed in explicitly for reuse.
asInteger(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as an Integer.
asInteger(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asInteger(String, Node) but allows an xpath to be passed in explicitly for reuse.
asLong(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Long.
asLong(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asLong(String, Node) but allows an xpath to be passed in explicitly for reuse.
asNode(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a Node.
asNode(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asNode(String, Node) but allows an xpath to be passed in explicitly for reuse.
asStream() - Method in class software.amazon.awssdk.core.sync.RequestBody
 
asString(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Evaluates the specified XPath expression and returns the result as a string.
asString(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Same as XpathUtils.asString(String, Node) but allows an xpath to be passed in explicitly for reuse.
async(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Convert a synchronous RequestPipeline factory into a factory that produces a version of the RequestPipeline that accepts a CompletableFuture and returns a CompletableFuture.
async(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
ASYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
The asynchronous HTTP client implementation to make HTTP requests with.
ASYNC_RETRY_EXECUTOR_SERVICE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
The executor used for scheduling async retry attempts.
asyncClientConfiguration() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Return a client configuration object, populated with the following chain of priorities.
AsyncClientHandler - Interface in software.amazon.awssdk.core.client.handler
Client interface to invoke an API.
asyncConfiguration(ClientAsyncConfiguration) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
Specify overrides to the default SDK async configuration that should be used for clients created by this builder.
asyncConfiguration(Consumer<ClientAsyncConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
Similar to SdkAsyncClientBuilder.asyncConfiguration(ClientAsyncConfiguration), but takes a lambda to configure a new ClientAsyncConfiguration.Builder.
asyncConfiguration(ClientAsyncConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
AsyncExecutionFailureExceptionReportingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
AsyncExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
 
AsyncPageFetcher<ResponseT> - Interface in software.amazon.awssdk.core.pagination.async
Interface to deal with async paginated responses.
AsyncRequestBody - Interface in software.amazon.awssdk.core.async
Interface to allow non-blocking streaming of request content.
AsyncResponseTransformer<ResponseT,ReturnT> - Interface in software.amazon.awssdk.core.async
Callback interface to handle a streaming asynchronous response.
AsyncRetryableStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Wrapper around the pipeline for a single request to provide retry functionality.
AsyncRetryableStage(SdkHttpResponseHandler<OutputT>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
 
AttachHttpMetadataResponseHandler<T extends SdkResponse> - Class in software.amazon.awssdk.core.client.handler
Decorate HttpResponseHandler to attach SdkHttpResponse to the response object.
AttachHttpMetadataResponseHandler(HttpResponseHandler<T>) - Constructor for class software.amazon.awssdk.core.client.handler.AttachHttpMetadataResponseHandler
 
available() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
 
available() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
available() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
availableCapacity() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Returns the currently available capacity.
AWS_REQUEST_ID - Static variable in class software.amazon.awssdk.core.SdkResponseMetadata
 
AwsDateUtils - Class in software.amazon.awssdk.core.internal.util
 

B

BackoffStrategy - Interface in software.amazon.awssdk.core.retry.backoff
 
backoffStrategy() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
backoffStrategy(BackoffStrategy) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
backoffStrategy() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
BASE_DELAY - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
BaseAsyncClientHandler - Class in software.amazon.awssdk.core.client.handler
 
BaseAsyncClientHandler(SdkClientConfiguration, AmazonAsyncHttpClient) - Constructor for class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
 
BaseClientHandler - Class in software.amazon.awssdk.core.client.handler
 
BaseClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.client.handler.BaseClientHandler
 
baseDelay(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
 
baseDelay() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
 
baseDelay(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
 
baseDelay() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
 
BaseJsonProtocolFactory<RequestT extends SdkRequest,ExceptionT extends SdkServiceException> - Class in software.amazon.awssdk.core.protocol.json
Factory to generate the various JSON protocol handlers and generators depending on the wire protocol to be used for communicating with the service.
BaseJsonProtocolFactory(JsonClientMetadata) - Constructor for class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
BaseSdkStructuredJsonFactory - Class in software.amazon.awssdk.core.internal.protocol.json
Generic implementation of a structured JSON factory that is pluggable for different variants of JSON.
BaseSdkStructuredJsonFactory(JsonFactory, Map<Class<?>, Unmarshaller<?, JsonUnmarshallerContext>>) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
 
BaseSyncClientHandler - Class in software.amazon.awssdk.core.client.handler
 
BaseSyncClientHandler(SdkClientConfiguration, AmazonSyncHttpClient) - Constructor for class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
 
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read a request that has been given to a service client before it is modified by other interceptors.
beforeExecution(Context.BeforeExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
beforeMarshalling(Context.BeforeMarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the finalized request as it will be given to the marshaller to be converted into an SdkHttpFullRequest.
beforeMarshalling(Context.BeforeMarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
beforeTransmission(Context.BeforeTransmission, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the finalized HTTP request as it will be sent to the HTTP client.
beforeTransmission(Context.BeforeTransmission, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
BeforeTransmissionExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
BeforeTransmissionExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeTransmissionExecutionInterceptorsStage
 
beforeUnmarshalling(Context.BeforeUnmarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Read the finalized HTTP response as it will be given to the unmarshaller to be converted into an SdkResponse.
beforeUnmarshalling(Context.BeforeUnmarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
BeforeUnmarshallingExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
BeforeUnmarshallingExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
 
BIG_DECIMAL - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
BIG_DECIMAL - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
BigDecimalCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller
 
BigDecimalIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller
 
BigDecimalJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
 
BigIntegerCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller
 
BigIntegerIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller
 
BigIntegerJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
 
BOOLEAN - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
BOOLEAN - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
BOOLEAN - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
BOOLEAN - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
BooleanCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller
 
BooleanIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller
 
BooleanJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
 
buffer(int) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Buffers the events into lists of the given buffer size.
build() - Method in interface software.amazon.awssdk.core.ApiName.Builder
 
build() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Build a client using the current state of this builder.
build() - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.ResetException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
 
build() - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
Creates a new SdkException with the specified properties.
build() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
build() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
Creates a new SdkServiceException with the specified properties.
build() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
build() - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
 
build(HttpClientDependencies) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Construct the RequestPipeline with the currently configured stages.
build() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
 
build() - Method in interface software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription.Builder
 
build() - Method in interface software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 
build() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
 
build() - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
 
build() - Method in interface software.amazon.awssdk.core.pagination.async.ResponsesSubscription.Builder
 
build() - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedItemsIterable.Builder
 
build() - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator.Builder
 
build() - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
build() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
build() - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
build() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Create a new SdkRequestOverrideConfiguration with the properties set on this builder.
build() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
 
build() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
 
build() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
build() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
build() - Method in interface software.amazon.awssdk.core.SdkRequest.Builder
 
build() - Method in interface software.amazon.awssdk.core.SdkRequestOverrideConfiguration.Builder
 
build() - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
 
buildClient() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Implemented by child classes to create a client using the provided immutable configuration objects.
buildDefaultTimeoutThreadPool(String) - Static method in class software.amazon.awssdk.core.internal.http.timers.TimeoutThreadPoolBuilder
Creates a ScheduledThreadPoolExecutor with custom name for the threads.
builder() - Static method in class software.amazon.awssdk.core.ApiName
 
builder() - Static method in class software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
 
builder() - Static method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
builder() - Static method in exception software.amazon.awssdk.core.exception.AbortedException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.Crc32MismatchException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.NonRetryableException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.ResetException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.RetryableException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.SdkException
 
builder() - Static method in exception software.amazon.awssdk.core.exception.SdkServiceException
 
builder() - Static method in class software.amazon.awssdk.core.http.ExecutionContext
 
Builder(ExecutionContext) - Constructor for class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
builder() - Static method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
 
builder() - Static method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
Create a builder for a SdkClientConfiguration.
builder() - Static method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
builder() - Static method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
Builder() - Constructor for class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
 
builder() - Static method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
builder() - Static method in class software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription
Create a builder for creating a ItemsSubscription.
builder() - Static method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
 
builder() - Static method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
 
builder() - Static method in class software.amazon.awssdk.core.internal.RequestExecutionContext
Builder() - Constructor for class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
 
builder() - Static method in class software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher
 
builder() - Static method in class software.amazon.awssdk.core.pagination.async.ResponsesSubscription
Create a builder for creating a ResponsesSubscription.
builder() - Static method in class software.amazon.awssdk.core.pagination.sync.PaginatedItemsIterable
 
builder() - Static method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
 
builder(MarshallingType<T>) - Static method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
builder() - Static method in class software.amazon.awssdk.core.protocol.OperationInfo
 
builder() - Static method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
builder() - Static method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
builder() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
 
builder() - Static method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
builder() - Static method in class software.amazon.awssdk.core.SdkRequestOverrideConfiguration
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
 
BuilderImpl(AbortedException) - Constructor for class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
 
BuilderImpl(ClientExecutionTimeoutException) - Constructor for class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
 
BuilderImpl(Crc32MismatchException) - Constructor for class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
BuilderImpl(NonRetryableException) - Constructor for class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
 
BuilderImpl(ResetException) - Constructor for class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
 
BuilderImpl(RetryableException) - Constructor for class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 
BuilderImpl(SdkClientException) - Constructor for class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
BuilderImpl(SdkException) - Constructor for class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
BuilderImpl(SdkServiceException) - Constructor for class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
BuilderImpl(RequestOverrideConfiguration) - Constructor for class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
BuilderImpl() - Constructor for class software.amazon.awssdk.core.SdkResponse.BuilderImpl
 
BuilderImpl(SdkResponse) - Constructor for class software.amazon.awssdk.core.SdkResponse.BuilderImpl
 
buildWithDefaults(AttributeMap) - Method in class software.amazon.awssdk.core.internal.http.loader.DefaultSdkAsyncHttpClientBuilder
 
buildWithDefaults(AttributeMap) - Method in class software.amazon.awssdk.core.internal.http.loader.DefaultSdkHttpClientBuilder
 
ByteArrayAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
An implementation of AsyncRequestBody for providing data from memory.
ByteArrayAsyncRequestBody(byte[]) - Constructor for class software.amazon.awssdk.core.internal.async.ByteArrayAsyncRequestBody
 
ByteArrayAsyncResponseTransformer<ResponseT> - Class in software.amazon.awssdk.core.internal.async
Implementation of AsyncResponseTransformer that dumps content into a byte array and supports further conversions into types, like strings.
ByteArrayAsyncResponseTransformer() - Constructor for class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
 
ByteCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ByteCborUnmarshaller
 
ByteIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ByteIonUnmarshaller
 
ByteJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
 

C

calculateExponentialDelay(int, Duration, Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
 
cancel() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
cancel() - Method in class software.amazon.awssdk.core.internal.util.NoopSubscription
 
cancel() - Method in class software.amazon.awssdk.core.pagination.async.EmptySubscription
 
cancelTask() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
 
cancelTask() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
 
cancelTask() - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
 
capacityManager(CapacityManager) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
 
CapacityManager - Class in software.amazon.awssdk.core.internal.util
Manages capacity of a finite resource.
CapacityManager(int) - Constructor for class software.amazon.awssdk.core.internal.util.CapacityManager
Creates a CapacityManager.
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
 
cause() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.ResetException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
Specifies the exception that caused this exception to occur.
cause() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
The exception that caused this exception to occur.
cause - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
cause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
 
cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
CBOR_FACTORY - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
 
CBOR_GENERATOR_SUPPLIER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
 
CBOR_SCALAR_UNMARSHALLERS - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
cbor unmarshallers for scalar types.
changeQueryParametersToFormData(SdkHttpFullRequest.Builder) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
 
CharacterJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
 
checkInterrupted() - Static method in class software.amazon.awssdk.core.internal.http.InterruptMonitor
Check if the thread has been interrupted.
checkInterrupted(SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.internal.http.InterruptMonitor
Check if the thread has been interrupted.
childHttpConfig() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Optionally overridden by child implementations to provide implementation-specific default HTTP configuration.
chunkSizeInBytes(Integer) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
Sets the size of chunks read from the file.
classLoader() - Static method in class software.amazon.awssdk.core.internal.util.ClassLoaderHelper
Attempt to get the current thread's class loader and fallback to the system classloader if null
ClassLoaderHelper - Class in software.amazon.awssdk.core.internal.util
 
ClasspathInterceptorChainFactory - Class in software.amazon.awssdk.core.interceptor
Factory for creating request/response handler chains from the classpath.
ClasspathInterceptorChainFactory() - Constructor for class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
 
cleanup() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
clearCurrentToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
ClientAsyncConfiguration - Class in software.amazon.awssdk.core.client.config
Async configuration values for which the client already provides sensible defaults.
ClientAsyncConfiguration.Builder - Interface in software.amazon.awssdk.core.client.config
Configure and create a ClientAsyncConfiguration.
clientConfiguration - Variable in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
clientConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
 
clientConfiguration() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
ClientExecutionAbortTask - Interface in software.amazon.awssdk.core.internal.http.timers.client
Task to be scheduled by ClientExecutionTimer
ClientExecutionAbortTaskImpl - Class in software.amazon.awssdk.core.internal.http.timers.client
Implementation of ClientExecutionAbortTask that interrupts the caller thread and aborts any HTTP request when triggered
ClientExecutionAbortTaskImpl(Thread) - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
 
ClientExecutionAbortTrackerTask - Interface in software.amazon.awssdk.core.internal.http.timers.client
 
ClientExecutionAbortTrackerTaskImpl - Class in software.amazon.awssdk.core.internal.http.timers.client
Keeps track of the scheduled ClientExecutionAbortTask and the associated Future
ClientExecutionAbortTrackerTaskImpl(ClientExecutionAbortTask, ScheduledFuture<?>) - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
 
ClientExecutionParams<InputT extends SdkRequest,OutputT> - Class in software.amazon.awssdk.core.client.handler
Encapsulates parameters needed for a particular API call.
ClientExecutionParams() - Constructor for class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
ClientExecutionTimedStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Wrapper around a RequestPipeline to manage the client execution timeout feature.
ClientExecutionTimedStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ClientExecutionTimedStage
 
ClientExecutionTimeoutException - Exception in software.amazon.awssdk.core.exception
 
ClientExecutionTimeoutException(ClientExecutionTimeoutException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
 
ClientExecutionTimeoutException.Builder - Interface in software.amazon.awssdk.core.exception
 
ClientExecutionTimeoutException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
clientExecutionTimer(ClientExecutionTimer) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
 
clientExecutionTimer() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
ClientExecutionTimer - Class in software.amazon.awssdk.core.internal.http.timers.client
Represents a timer to enforce a timeout on the total client execution time.
ClientExecutionTimer() - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
 
clientExecutionTrackerTask() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
clientExecutionTrackerTask(ClientExecutionAbortTrackerTask) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
Sets the tracker task for the ClientExecutionTimer.
clientExecutionTrackerTask() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
clientExecutionTrackerTask(ClientExecutionAbortTrackerTask) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
Sets the tracker task for the ClientExecutionTimer.
ClientOption<T> - Class in software.amazon.awssdk.core.client.config
An option in a SdkClientConfiguration.
ClientOption(Class<T>) - Constructor for class software.amazon.awssdk.core.client.config.ClientOption
 
ClientOption(AttributeMap.Key.UnsafeValueType) - Constructor for class software.amazon.awssdk.core.client.config.ClientOption
 
ClientOverrideConfiguration - Class in software.amazon.awssdk.core.client.config
Configuration values for which the client already provides sensible defaults.
ClientOverrideConfiguration.Builder - Interface in software.amazon.awssdk.core.client.config
ClockSkewUtil - Class in software.amazon.awssdk.core.internal.util
 
close() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
close() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
close() - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
 
close() - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
 
close() - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
Close this configuration, which closes all closeable attributes.
close() - Method in class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
close() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
Shuts down this HTTP client object, releasing any resources that might be held open.
close() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
close() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
Shutdown the underlying ScheduledThreadPoolExecutor.
close() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
close() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
Closes the underlying stream and validates the calculated checksum against the expected.
close() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
If ReleasableInputStream.closeDisabled is false, closes this input stream and releases any system resources associated with the stream.
close() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
close() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
complete() - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Called when all data has been successfully published to the Subscriber.
complete() - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
 
complete() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
 
complete() - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
 
completeSubscription() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
computeDelayBeforeNextRetry() - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
Computes the delay before the next retry should be attempted based on the retry policy context.
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
Compute the delay before the next retry request.
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
 
computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
consumedCapacity() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Returns the currently consumed capacity.
contains(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
containsAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
containsKey(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
containsValue(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
contentLength() - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
 
contentLength() - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncRequestBody
 
contentLength() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
 
contentLength() - Method in class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
 
contentLength() - Method in class software.amazon.awssdk.core.sync.RequestBody
 
contentType(String) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
contentType() - Method in class software.amazon.awssdk.core.sync.RequestBody
 
Context - Class in software.amazon.awssdk.core.interceptor
A wrapper for the immutable context objects that are visible to the ExecutionInterceptors.
Context.AfterExecution - Interface in software.amazon.awssdk.core.interceptor
Context.AfterMarshalling - Interface in software.amazon.awssdk.core.interceptor
Context.AfterTransmission - Interface in software.amazon.awssdk.core.interceptor
Context.AfterUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
Context.BeforeExecution - Interface in software.amazon.awssdk.core.interceptor
Context.BeforeMarshalling - Interface in software.amazon.awssdk.core.interceptor
Context.BeforeTransmission - Interface in software.amazon.awssdk.core.interceptor
Context.BeforeUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
Context.FailedExecution - Interface in software.amazon.awssdk.core.interceptor
All information that is known about a particular execution that has failed.
Context.ModifyHttpRequest - Interface in software.amazon.awssdk.core.interceptor
Context.ModifyHttpResponse - Interface in software.amazon.awssdk.core.interceptor
Context.ModifyRequest - Interface in software.amazon.awssdk.core.interceptor
Context.ModifyResponse - Interface in software.amazon.awssdk.core.interceptor
convert(T, Function<? super T, ? extends U>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
Null-safely convert between types by applying a function.
convert(List<T>, Function<? super T, ? extends U>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
Null-safely convert between two lists by applying a function to each value.
convert(Map<T1, T2>, Function<? super T1, ? extends U1>, Function<? super T2, ? extends U2>, BiPredicate<U1, U2>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
Null-safely convert between two maps by applying a function to each key and value.
copy(String) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Short) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Integer) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Long) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Float) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Double) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(BigDecimal) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Boolean) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(InputStream) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(Instant) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(SdkBytes) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
copy(ByteBuffer) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
 
CRC32_FROM_COMPRESSED_DATA_ENABLED - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
Whether to calculate the CRC 32 checksum of a message based on the uncompressed data.
Crc32ChecksumCalculatingInputStream - Class in software.amazon.awssdk.core.internal.util
Simple InputStream wrapper that examines the wrapped stream's contents as they are read and calculates and CRC32 checksum.
Crc32ChecksumCalculatingInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
 
Crc32ChecksumValidatingInputStream - Class in software.amazon.awssdk.core.internal.util
Wraps the provided input stream with a Crc32ChecksumCalculatingInputStream and after the stream is closed will validate the calculated checksum against the actual checksum.
Crc32ChecksumValidatingInputStream(InputStream, long) - Constructor for class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
 
Crc32MismatchException - Exception in software.amazon.awssdk.core.exception
Extension of SdkClientException that is thrown whenever the client-side computed CRC32 does not match the server-side computed CRC32.
Crc32MismatchException(Crc32MismatchException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.Crc32MismatchException
Creates a new CRC32MismatchException with the specified message.
Crc32MismatchException.Builder - Interface in software.amazon.awssdk.core.exception
 
Crc32MismatchException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.AbortedException
 
create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
 
create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.Crc32MismatchException
 
create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.ResetException
 
create(String) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
 
create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
 
create(IonWriterBuilder, String) - Static method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
create(Duration) - Static method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
 
create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
 
create(int) - Static method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
 
create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
 
create(Set<Class<? extends Exception>>) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
create(Class<? extends Exception>...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
create(Set<Integer>) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
create(Integer...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
createErrorResponseHandler(List<SdkJsonErrorUnmarshaller>) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
 
createErrorResponseHandler(JsonErrorResponseMetadata) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
Creates a response handler for handling a error response (non 2xx response).
createErrorResponseHandler(JsonErrorResponseMetadata) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
Creates a response handler for handling a error response (non 2xx response).
createErrorResponseHandler(List<SdkJsonErrorUnmarshaller>) - Method in interface software.amazon.awssdk.core.protocol.json.SdkStructuredJsonFactory
Returns the error response handler for handling a error response.
createExecutionContext(SdkRequest) - Method in class software.amazon.awssdk.core.client.handler.BaseClientHandler
 
createGenerator(OperationInfo) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
createGenerator(OperationInfo) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
 
createJsonContent(HttpResponse, JsonFactory) - Static method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
Static factory method to create a JsonContent object from the contents of the HttpResponse provided
createParser(InputStream) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(byte[]) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(char[]) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(char[], int, int) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(Reader) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(File) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createParser(URL) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
createProtocolMarshaller(OperationInfo, T) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
 
createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
Returns the response handler to be used for handling a successful response.
createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
Returns the response handler to be used for handling a successful response.
createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonFactory
Returns the response handler to be used for handling a successful response.
createUnknownException() - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
The default unmarshaller should always work but if it doesn't we fall back to creating an exception explicitly.
createUnknownException() - Method in class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
 
createWriter(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
 
createWriter(JsonFactory, String) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
 
createWriter(String) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonFactory
Returns the StructuredJsonGenerator to be used for marshalling the request.
currentPage - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 

D

DateCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
 
DateIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
 
DEFAULT - Static variable in class software.amazon.awssdk.core.retry.conditions.SdkRetryCondition
 
DEFAULT_ERROR_MESSAGE_PARSER - Static variable in class software.amazon.awssdk.core.protocol.json.SdkJsonErrorMessageParser
Standard JSON Error Message Parser that checks for JSON fields in this order: 'message', 'Message', 'errorMessage'
DEFAULT_MAX_RETRIES - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
DEFAULT_STREAM_BUFFER_SIZE - Static variable in class software.amazon.awssdk.core.RequestOption
 
DefaultFailedExecutionContext - Class in software.amazon.awssdk.core.internal.interceptor
An SDK-internal implementation of Context.FailedExecution.
DefaultFailedExecutionContext(InterceptorContext, Throwable) - Constructor for class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
DefaultRequest<T> - Class in software.amazon.awssdk.core
Default implementation of the Request interface.
DefaultRequest(T, String) - Constructor for class software.amazon.awssdk.core.DefaultRequest
Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
DefaultRequest(String) - Constructor for class software.amazon.awssdk.core.DefaultRequest
Constructs a new DefaultRequest with the specified service name and no specified original, user facing request object.
defaultRetryCondition() - Static method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
 
defaultRetryPolicy() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
 
DefaultSdkAsyncHttpClientBuilder - Class in software.amazon.awssdk.core.internal.http.loader
Utility to load the default HTTP client factory and create an instance of SdkHttpClient.
DefaultSdkAsyncHttpClientBuilder() - Constructor for class software.amazon.awssdk.core.internal.http.loader.DefaultSdkAsyncHttpClientBuilder
 
DefaultSdkAutoConstructList<T> - Class in software.amazon.awssdk.core.util
Default implementation of SdkAutoConstructList.
DefaultSdkAutoConstructMap<K,V> - Class in software.amazon.awssdk.core.util
Default implementation of SdkAutoConstructMap.
DefaultSdkHttpClientBuilder - Class in software.amazon.awssdk.core.internal.http.loader
Utility to load the default HTTP client factory and create an instance of SdkHttpClient.
DefaultSdkHttpClientBuilder() - Constructor for class software.amazon.awssdk.core.internal.http.loader.DefaultSdkHttpClientBuilder
 
DefaultSdkHttpResponse - Class in software.amazon.awssdk.core.internal.http
Internal implementation of SdkHttpResponse.
defaultStrategy() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
 
defaultThrottlingStrategy() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
 
defaultValue() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
 
defaultValueSupplier(Supplier<T>) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
defaultValueSupplier() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
disableClose() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
Used to disable the close method.
documentFrom(InputStream) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
This method closes the given input stream upon completion.
documentFrom(String) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
 
documentFrom(URL) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
 
DOUBLE - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
DOUBLE - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
DOUBLE - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
DOUBLE - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
DoubleCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
 
DoubleIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
 
DoubleJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
 

E

empty() - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates a AsyncRequestBody with no content.
empty() - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody with no content.
EmptySubscription - Class in software.amazon.awssdk.core.pagination.async
A NoOp implementation of Subscription interface.
EmptySubscription(Subscriber) - Constructor for class software.amazon.awssdk.core.pagination.async.EmptySubscription
 
endElement() - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Closes the last opened element at the current position in the in-progress XML document.
ENDPOINT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
 
endpointOverride(URI) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
Configure the endpoint with which the SDK should communicate.
endpointOverride(URI) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
entrySet() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
environmentVariable() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
 
EqualJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
Backoff strategy that uses equal jitter for computing the delay before the next retry.
EqualJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
 
equals(Object) - Method in class software.amazon.awssdk.core.ResponseBytes
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
equals(Object) - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
ErrorMessageParser - Interface in software.amazon.awssdk.core.internal.protocol.json
 
errorResponseHandler(SdkHttpResponseHandler<? extends SdkException>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for the error response handler
errorResponseHandler(HttpResponseHandler<? extends SdkException>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Fluent setter for the error response handler
ErrorType - Enum in software.amazon.awssdk.core.exception
 
exception() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
The exception associated with the failed execution.
exception() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
exception() - Method in class software.amazon.awssdk.core.internal.Response
 
exception(SdkException) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
exception() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
exceptionClass - Variable in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
The type of SdkServiceException that will be instantiated.
exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Called when an exception occurs while establishing the connection or streaming the response.
exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
 
exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in interface software.amazon.awssdk.core.client.handler.AsyncClientHandler
Execute's a web service request.
execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in interface software.amazon.awssdk.core.client.handler.AsyncClientHandler
Execute's a streaming web service request.
execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
 
execute(ClientExecutionParams<InputT, OutputT>) - Method in interface software.amazon.awssdk.core.client.handler.SyncClientHandler
Execute's a web service request.
execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in interface software.amazon.awssdk.core.client.handler.SyncClientHandler
Execute's a streaming web service request.
execute(SdkHttpResponseHandler<OutputT>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Executes the request with the given configuration.
execute(HttpResponseHandler<OutputT>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Executes the request with the given configuration.
execute() - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Executes the request with the given configuration; not handling response.
execute(InputT, RequestExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.pipeline.RequestPipeline
Execute the pipeline with the given input.
execute(OutputT, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
 
execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeTransmissionExecutionInterceptorsStage
 
execute(Pair<SdkHttpFullRequest, HttpResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ClientExecutionTimedStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
 
execute(HttpResponse, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage
 
execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.HttpResponseAdaptingStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeHttpRequestStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestImmutableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestMutableStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomHeadersStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
 
execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.SigningStage
Returns the response from executing one httpClientSettings request; or null for retry.
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.TimerExceptionHandlingStage
 
execute(Response<OutputT>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.UnwrapResponseContainer
 
execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.StreamManagingStage
 
EXECUTION_INTERCEPTORS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
 
ExecutionAttribute<T> - Class in software.amazon.awssdk.core.interceptor
An attribute attached to a particular execution, stored in ExecutionAttributes.
ExecutionAttribute(String) - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttribute
Creates a new ExecutionAttribute bound to the provided type param.
executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
executionAttributes() - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
ExecutionAttributes - Class in software.amazon.awssdk.core.interceptor
A mutable collection of ExecutionAttributes that can be modified by ExecutionInterceptors in order to save and retrieve information specific to the current execution.
ExecutionAttributes() - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttributes
 
executionAttributes() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
executionAttributes() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
executionAttributes() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
ExecutionContext - Class in software.amazon.awssdk.core.http
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
executionContext(ExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for the execution context
executionContext(ExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Fluent setter for the execution context
executionContext(ExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
 
executionContext() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
executionContext(ExecutionContext) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
 
executionContext() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
ExecutionContext.Builder - Class in software.amazon.awssdk.core.http
 
ExecutionFailureExceptionReportingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
ExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, OutputT>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
 
ExecutionInterceptor - Interface in software.amazon.awssdk.core.interceptor
An interceptor that is invoked during the execution lifecycle of a request/response (execution).
ExecutionInterceptorChain - Class in software.amazon.awssdk.core.internal.interceptor
A wrapper for a list of ExecutionInterceptors that ensures the interceptors are executed in the correct order as it is documented in the ExecutionInterceptor documentation.
ExecutionInterceptorChain(List<ExecutionInterceptor>) - Constructor for class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
Create a chain that will execute the provided interceptors in the order they are provided.
executionInterceptors(List<ExecutionInterceptor>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure a list of execution interceptors that will have access to read and modify the request and response objcets as they are processed by the SDK.
executionInterceptors() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
 
executionInterceptors() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
An immutable collection of ExecutionInterceptors that should be hooked into the execution of each request, in the order that they should be applied.

F

failure(Throwable) - Static method in class software.amazon.awssdk.core.internal.util.ThrowableUtils
Used to help perform common throw-up with minimal wrapping.
failure(Throwable, String) - Static method in class software.amazon.awssdk.core.internal.util.ThrowableUtils
Same as ThrowableUtils.failure(Throwable), but the given errmsg will be used if it was wrapped as either an SdkClientException or AbortedException.
FakeIoException - Exception in software.amazon.awssdk.core.internal.util
Used for simulating an IOException for test purposes.
FakeIoException(String) - Constructor for exception software.amazon.awssdk.core.internal.util.FakeIoException
 
FileAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
Implementation of AsyncRequestBody that reads data from a file.
FileAsyncRequestBody.Builder - Interface in software.amazon.awssdk.core.internal.async
A builder for FileAsyncRequestBody.
FileAsyncResponseTransformer<ResponseT> - Class in software.amazon.awssdk.core.internal.async
AsyncResponseTransformer that writes the data to the specified file.
FileAsyncResponseTransformer(Path) - Constructor for class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
 
filter(Class<U>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Filters published events to just those that are instances of the given class.
filter(Predicate<T>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Filters published events to just those that match the given predicate.
finalizeChildConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Optionally overidden by child implementations to derive implementation-specific configuration from the default-applied configuration.
finishMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
 
finishMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
 
finishMarshalling() - Method in interface software.amazon.awssdk.core.protocol.ProtocolRequestMarshaller
Finializes the marshalling and produces a Request object that can be sent for execution.
first(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to create a RequestPipelineBuilder with an initial pipeline stage.
first(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to create a RequestPipelineBuilder with an initial pipeline stage.
FixedDelayBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
Simple backoff strategy that always uses a fixed delay for the delay before the next retry attempt.
flatMapIterable(Function<T, Iterable<U>>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Performs a mapping on the published events and creates a new publisher that emits the mapped events one by one.
FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
FLOAT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
FloatCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
 
FloatIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
 
FloatJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
 
formatServiceSpecificDate(Instant) - Static method in class software.amazon.awssdk.core.internal.util.AwsDateUtils
Formats the give date object into an AWS Service format.
from(HttpResponse) - Static method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
Static factory to create an DefaultSdkHttpResponse from the details in a HttpResponse.
FROM_BOOLEAN - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
Marshalls boolean as a literal 'true' or 'false' string.
FROM_DOUBLE - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
 
FROM_FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
 
FROM_INSTANT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
Marshalls date to an ISO8601 date string.
FROM_INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
 
FROM_LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
 
FROM_STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
Identity converter.
fromBoolean(Boolean) - Static method in class software.amazon.awssdk.core.util.StringConversion
 
fromByte(Byte) - Static method in class software.amazon.awssdk.core.util.StringConversion
Returns the string representation of the specified Byte.
fromByteArray(ResponseT, byte[]) - Static method in class software.amazon.awssdk.core.ResponseBytes
 
fromByteArray(byte[]) - Static method in class software.amazon.awssdk.core.SdkBytes
Create SdkBytes from a Byte array.
fromByteBuffer(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates a AsyncRequestBody from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.SdkBytes
Create SdkBytes from a Byte buffer.
fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody from a ByteBuffer.
fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.util.StringConversion
Base64 encodes the data in the specified byte buffer (from the current position to the buffer's limit) and returns it as a base64 encoded string.
fromBytes(byte[]) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates a AsyncRequestBody from a byte array.
fromBytes(byte[]) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody from a byte array.
fromDouble(Double) - Static method in class software.amazon.awssdk.core.util.StringConversion
Returns the string representation of the specified double.
fromFailure(SdkException, HttpResponse) - Static method in class software.amazon.awssdk.core.internal.Response
 
fromFile(Path) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(File) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates an AsyncRequestBody that produces data from the contents of a file.
fromFile(Path) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Create a RequestBody using the full contents of the specified file.
fromFile(File) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Create a RequestBody using the full contents of the specified file.
fromFloat(Float) - Static method in class software.amazon.awssdk.core.util.StringConversion
 
fromInputStream(InputStream) - Static method in class software.amazon.awssdk.core.SdkBytes
Create SdkBytes from an input stream.
fromInputStream(InputStream, long) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody from an input stream.
fromInstant(Instant) - Static method in class software.amazon.awssdk.core.util.StringConversion
Converts the specified instant to an ISO 8601 timestamp string and returns it.
fromInteger(Integer) - Static method in class software.amazon.awssdk.core.util.StringConversion
 
fromJsonString(String, Class<T>) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
Returns the deserialized object from the given json string and target class; or null if the given json string is null.
fromLong(Long) - Static method in class software.amazon.awssdk.core.util.StringConversion
 
fromSdkBytes(SdkBytes) - Static method in class software.amazon.awssdk.core.util.StringConversion
Base64 encodes the data in the specified sdk bytes.
fromString(String, Charset) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates an AsyncRequestBody that uses a single string as data.
fromString(String) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
Creates an AsyncRequestBody that uses a single string as data with UTF_8 encoding.
fromString(String, Charset) - Static method in class software.amazon.awssdk.core.SdkBytes
Create SdkBytes from a string, using the provided charset.
fromString(String, Charset) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody from a string.
fromString(String) - Static method in class software.amazon.awssdk.core.sync.RequestBody
Creates a RequestBody from a string.
fromString(String) - Static method in class software.amazon.awssdk.core.util.StringConversion
 
fromSuccess(T, HttpResponse) - Static method in class software.amazon.awssdk.core.internal.Response
 
fromUtf8String(String) - Static method in class software.amazon.awssdk.core.SdkBytes
Create SdkBytes from a string, using the UTF-8 charset.
fromValue(String) - Static method in enum software.amazon.awssdk.core.exception.ErrorType
 
fromValue(String) - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
 
FullJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
Backoff strategy that uses a full jitter strategy for computing the next backoff delay.
FullJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
 
FUTURE_COMPLETION_EXECUTOR - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedAsyncClientOption
Configure the executor that should be used to complete the CompletableFuture that is returned by the service clients.

G

get(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
get(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
getAsyncRequestBody() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
getAttribute(ExecutionAttribute<U>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
Retrieve the current value of the provided attribute in this collection of attributes.
getBaseServiceExceptionClass() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
getBigIntegerValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getBinaryValue(Base64Variant) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getBytes() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
getBytes() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
Get the JSON content as a UTF-8 encoded byte array.
getBytes() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
getBytesReadBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getCause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
getClientExecutionTimer() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
For unit testing only.
getCodec() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
getContent() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getContent() - Method in class software.amazon.awssdk.core.http.HttpResponse
Returns the input stream containing the response content.
getContent() - Method in interface software.amazon.awssdk.core.Request
Returns the optional stream containing the payload data to include for this request.
getContentType() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
getContentType() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
getContentType() - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
getContentType() - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
 
getContentType() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
Deprecated.
getContentTypeOverride() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
getCrc32Checksum() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
 
getCurrentDepth() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the element depth of the parser's current position in the JSON document being parsed.
getCurrentDepth() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getCurrentLocation() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getCurrentName() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getCurrentParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the name of the JSON field that is the nearest parent of the current context.Returns null by default.
getCurrentParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getCurrentToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getCurrentToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the current JsonToken that is to be parsed by the parser.
getCurrentToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getCurrentTokenId() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getCurrNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getCustomErrorCodeFieldName() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
 
getDecimalValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getDoubleValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getEmbeddedObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getEndpoint() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getEndpoint() - Method in interface software.amazon.awssdk.core.Request
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
getErrorCode() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
getErrorResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
getErrorShapeMetadata() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
getErrorShapes() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
 
getExecutor() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
This method is current exposed for testing purposes
getFile() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
Returns the underlying file, if known; or null if not;
getFloatValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getGenerator() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
getGenerator() - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
 
getGlobalInterceptors() - Method in class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
Load the global handlers by reading the global execution interceptors resource.
getGlobalTimeOffset() - Static method in class software.amazon.awssdk.core.SdkGlobalTime
Gets the global time difference in seconds between the running JVM and AWS.
getHeader(String) - Method in class software.amazon.awssdk.core.http.HttpResponse
Looks up a header by name and returns it's value.
getHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the value of the header with the specified name from the response, or null if not present.
getHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getHeaders() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getHeaders() - Method in class software.amazon.awssdk.core.http.HttpResponse
Returns the HTTP headers returned with this response.
getHeaders() - Method in interface software.amazon.awssdk.core.Request
Returns a map of all the headers included in this request.
getHttpMethod() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getHttpMethod() - Method in interface software.amazon.awssdk.core.Request
Returns the HTTP method (GET, POST, etc) to use when sending this request.
getHttpResponse() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the original HttpResponse constructed for this request.
getHttpResponse() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getHttpStatusCode() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
getInput() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ByteCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.InstantCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.LongCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ByteIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.LongIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.internal.util.Mimetype
Loads MIME type info from the file 'mime.types' in the classpath, if it's available.
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
 
getInstance() - Static method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
getInstance() - Static method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
getInterceptors(String) - Method in class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
Constructs a new request handler chain by analyzing the specified classpath resource.
getIntValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getJsonNode() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
 
getJsonParser() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the JsonParser used for parsing the Json document.
getJsonParser() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getKey() - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
 
getLastClearedToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getLastParsedParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
This will return the deleted string in stackString when doing update on the stack.
getLastParsedParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getLongValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getMarked() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getMarshaller() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
getMarshaller(MarshallLocation, T) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
 
getMarshaller(MarshallLocation, MarshallingType<T>, T) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
 
getMaxNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getMessage() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
getMetadata() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns any metadata collected through metadata expressions while this context was reading the JSON events from the JSON document.
getMetadata() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getMimetype(Path) - Method in class software.amazon.awssdk.core.internal.util.Mimetype
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getMimetype(File) - Method in class software.amazon.awssdk.core.internal.util.Mimetype
Determines the mimetype of a file by looking up the file's extension in an internal listing to find the corresponding mime type.
getModeledClass() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
getNumberType() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getNumberValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getOriginalRequest() - Method in class software.amazon.awssdk.core.DefaultRequest
Returns the original, user facing request object which this internal request object is representing.
getOriginalRequest() - Method in interface software.amazon.awssdk.core.Request
request object is representing.
getParameters() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getParameters() - Method in interface software.amazon.awssdk.core.Request
Returns a map of all parameters in this request.
getParsingContext() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getPosition() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getRawContent() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
 
getRequest() - Method in class software.amazon.awssdk.core.http.HttpResponse
Returns the original request associated with this response.
getRequestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
getRequestIdFromHeaders(Map<String, String>) - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
 
getResetCount() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getResetIntervalBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
getResourcePath() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getResourcePath() - Method in interface software.amazon.awssdk.core.Request
Returns the path to the resource being requested.
getResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
getResponseStream() - Method in exception software.amazon.awssdk.core.exception.SdkInterruptedException
 
getRootCause(Throwable) - Static method in class software.amazon.awssdk.core.internal.util.ThrowableUtils
Returns the root cause of the given cause, or null if the given cause is null.
getServiceName() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getServiceName() - Method in interface software.amazon.awssdk.core.Request
 
getStatusCode() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
getStatusCode() - Method in class software.amazon.awssdk.core.http.HttpResponse
Returns the HTTP status code (ex: 200, 404, etc) associated with this response.
getStatusText() - Method in class software.amazon.awssdk.core.http.HttpResponse
Returns the HTTP status text associated with this response.
getTargetClass() - Method in interface software.amazon.awssdk.core.protocol.MarshallingType
 
getText() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getTextCharacters() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getTextLength() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getTextOffset() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getTimeOffset() - Method in class software.amazon.awssdk.core.DefaultRequest
 
getTimeOffset() - Method in interface software.amazon.awssdk.core.Request
Returns the optional value for time offset for this request.
getTokenLocation() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getUnmarshaller(Class<T>) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the JsonUnmarsheller for the specified scalar type.
getUnmarshaller(Class<T>) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
getUserAgent() - Static method in class software.amazon.awssdk.core.internal.util.UserAgentUtils
 
getValue() - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
 
getValueAsString(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.core.SdkRequest
Used to retrieve the value of a field from any class that extends SdkRequest.
getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.core.SdkResponse
Used to retrieve the value of a field from any class that extends SdkResponse.
getWrappedInputStream() - Method in class software.amazon.awssdk.core.io.SdkInputStream
Returns the underlying input stream, if any, from the subclass; or null if there is no underlying input stream.
GREEDY - Static variable in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
Marshaller for greedy path labels.
GREEDY_STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
Marshallers for Strings bound to a greedy path param.
greedyPathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 

H

handle(HttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.client.handler.AttachHttpMetadataResponseHandler
 
handle(HttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.http.HttpResponseHandler
Accepts an HTTP response object, and returns an object of type T.
handle(HttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.http.JsonResponseHandler
 
handle(HttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.http.response.SdkErrorResponseHandler
 
handle(HttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
 
handleRequests() - Method in class software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription
 
handleRequests() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
Recursive method to deal with requests until there are no outstandingRequests or no more pages.
handleRequests() - Method in class software.amazon.awssdk.core.pagination.async.ResponsesSubscription
 
HandleResponseStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Unmarshalls an HTTP response into either a successful response POJO, or into a (possibly modeled) exception.
HandleResponseStage(HttpResponseHandler<OutputT>, HttpResponseHandler<? extends SdkException>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage
 
hasClientExecutionAborted() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTask
 
hasClientExecutionAborted() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
 
hasCurrentToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
hasExplicitPayloadMember(boolean) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
hasExplicitPayloadMember() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
hashCode() - Method in class software.amazon.awssdk.core.ResponseBytes
 
hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
 
hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
 
hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
 
hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
 
hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
hashCode() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
hasNext() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
 
hasNextPage() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
hasNextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.async.AsyncPageFetcher
Returns a boolean value indicating if a next page is available.
hasNextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.sync.SyncPageFetcher
Returns a boolean value indicating if a next page is available.
hasPayloadMembers(boolean) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
hasPayloadMembers() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
hasTextCharacters() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
hasTimeoutExpired() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
 
hasTimeoutExpired() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
 
hasTimeoutExpired() - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
 
hasToken(JsonToken) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
hasTokenId(int) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
HEADER_SDK_RETRY_INFO - Static variable in class software.amazon.awssdk.core.internal.retry.RetryHandler
 
HEADER_SDK_TRANSACTION_ID - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
 
HeaderMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
headerMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure headers to be set on the HTTP request.
headers() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
 
headers() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
An unmodifiable representation of the set of HTTP headers that should be sent with every request.
headers() - Method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
 
headers() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Optional additional headers to be added to the HTTP request.
headers(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Add additional headers to be set on the HTTP request.
headers() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
headers(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
headers() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
Optional additional headers to be added to the HTTP request.
headersReceived(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
 
httpClient(SdkAsyncHttpClient) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
Sets the SdkAsyncHttpClient that the SDK service client will use to make HTTP calls.
httpClient(SdkHttpClient) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
httpClient(SdkAsyncHttpClient) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
httpClient(SdkHttpClient) - Method in interface software.amazon.awssdk.core.client.builder.SdkSyncClientBuilder
Sets the SdkHttpClient that the SDK service client will use to make HTTP calls.
httpClientBuilder(SdkAsyncHttpClient.Builder) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
Sets a custom HTTP client builder that will be used to obtain a configured instance of SdkAsyncHttpClient.
httpClientBuilder(SdkHttpClient.Builder) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
httpClientBuilder(SdkAsyncHttpClient.Builder) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
httpClientBuilder(SdkHttpClient.Builder) - Method in interface software.amazon.awssdk.core.client.builder.SdkSyncClientBuilder
Sets a SdkHttpClient.Builder that will be used to obtain a configured instance of SdkHttpClient.
HttpClientDependencies - Class in software.amazon.awssdk.core.internal.http
Client scoped dependencies of AmazonSyncHttpClient.
HttpClientDependencies.Builder - Class in software.amazon.awssdk.core.internal.http
HttpMethodName - Enum in software.amazon.awssdk.core.http
 
httpMethodName(HttpMethodName) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
httpMethodName() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
httpRequest() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
The SdkHttpFullRequest that was created as a result of marshalling the Context.BeforeExecution.request().
httpRequest() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
The latest version of the SdkHttpFullRequest available when the execution failed.
httpRequest() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
httpRequest(SdkHttpFullRequest) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
 
httpRequest() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
HttpResponse - Class in software.amazon.awssdk.core.http
Represents an HTTP response returned by an AWS service in response to a service request.
HttpResponse(SdkHttpFullRequest) - Constructor for class software.amazon.awssdk.core.http.HttpResponse
Constructs a new HttpResponse associated with the specified request.
HttpResponse(SdkHttpFullRequest, Abortable) - Constructor for class software.amazon.awssdk.core.http.HttpResponse
 
httpResponse() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterTransmission
The HTTP response returned by the service with which the SDK is communicating.
httpResponse() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
The latest version of the SdkHttpFullResponse available when the execution failed.
httpResponse() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
httpResponse(SdkHttpFullResponse) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
 
httpResponse() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
httpResponse() - Method in class software.amazon.awssdk.core.internal.Response
 
HttpResponseAdaptingStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Adapt our new SdkHttpFullResponse representation, to the legacy HttpResponse representation.
HttpResponseAdaptingStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.HttpResponseAdaptingStage
 
HttpResponseHandler<T> - Interface in software.amazon.awssdk.core.http
Responsible for handling an HTTP response and returning an object of type T.
httpStatusCode(Integer) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
httpStatusCode() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 

I

IDEMPOTENCY - Static variable in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
Marshaller for members marked with the idempotency trait.
IdempotentUtils - Class in software.amazon.awssdk.core.util
Utility class to manage idempotency token
indexOf(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
INSTANCE - Static variable in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
 
INSTANT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
INSTANT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
INSTANT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
INSTANT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
InstantCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.InstantCborUnmarshaller
 
InstantJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller
 
INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
 
INTEGER - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
IntegerCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
 
IntegerIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
 
IntegerJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
 
interceptorChain(ExecutionInterceptorChain) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
interceptorChain() - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
interceptorChain() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
interceptorChain() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
interceptorContext(InterceptorContext) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
interceptorContext() - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
interceptorContext(InterceptorContext) - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
InterceptorContext - Class in software.amazon.awssdk.core.internal.interceptor
An SDK-internal implementation of Context.AfterExecution and its parent interfaces.
InterceptorContext.Builder - Class in software.amazon.awssdk.core.internal.interceptor
 
InterruptMonitor - Class in software.amazon.awssdk.core.internal.http
A set of utilities for monitoring the status of the currently-executing SDK thread.
invoke(SdkHttpFullRequest, SdkRequest, ExecutionContext, HttpResponseHandler<OutputT>, HttpResponseHandler<? extends SdkException>) - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
Invoke the request using the http client.
ION_GENERATOR_SUPPLIER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
 
ION_SYSTEM - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
 
IonFactory - Class in software.amazon.awssdk.core.internal.protocol.json
 
IonFactory(IonSystem) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.IonFactory
 
IonParser - Class in software.amazon.awssdk.core.internal.protocol.json
 
IonParser(IonReader, boolean) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
isBinary(boolean) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
isBinary() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
isCalculateCrc32FromCompressedData() - Method in class software.amazon.awssdk.core.client.handler.BaseClientHandler
 
isCborEnabled() - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
isClockSkewException() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
Specifies whether or not an exception is caused by clock skew.
isClockSkewException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
Returns true if the specified exception is a clock skew error.
isClosed() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
isCloseDisabled() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
Returns true if the close method has been disabled; false otherwise.
isEmpty() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
isEmpty() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
isEmpty(Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Returns true if the specified node is null or has no children.
isEnabled() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTask
 
isEnabled() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
 
isEnabled() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
 
isEnabled() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
 
isEnabled() - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
 
isExplicitPayloadMember(boolean) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
isExplicitPayloadMember() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
isFailure() - Method in class software.amazon.awssdk.core.internal.Response
 
isFakeIoException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
isHasStreamingSuccessResponse() - Method in class software.amazon.awssdk.core.protocol.json.JsonOperationMetadata
 
isInsideResponseHeader() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns true if the JsonUnmarshallerContext is involved in parsing response headers.
isInsideResponseHeader() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
isIonBinaryEnabled() - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
isIonEnabled() - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
isLastPage(boolean) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
 
isPayloadJson() - Method in class software.amazon.awssdk.core.protocol.json.JsonOperationMetadata
 
isRequestEntityTooLargeException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
Returns true if the specified exception is a request entity too large error.
isRetry() - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
Whether or not the current request is a retry.
isServiceException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
 
isStartOfDocument() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns true if parsing of the Json document is yet to start.
isStartOfDocument() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
isSuccess() - Method in class software.amazon.awssdk.core.internal.Response
 
isSuccessful() - Method in class software.amazon.awssdk.core.http.HttpResponse
If we get back any 2xx status code, then we know we should treat the service call as successful.
isSupportsCbor() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
isSupportsIon() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
isTerminated() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
isThrottlingException() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
Specifies whether or not an exception is caused by throttling.
isThrottlingException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
Returns true if the specified exception is a throttling error.
itemIteratorFunction(Function) - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedItemsIterable.Builder
 
ItemsSubscription<ResponseT,ItemT> - Class in software.amazon.awssdk.core.internal.pagination.async
An implementation of the Subscription interface that can be used to signal and cancel demand for paginated items across pages
ItemsSubscription.Builder - Interface in software.amazon.awssdk.core.internal.pagination.async
 
iterator() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedItemsIterable
 
iterator() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
iteratorFunction(Function) - Method in interface software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription.Builder
 
iteratorFunction(Function) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
 

J

JacksonUtils - Class in software.amazon.awssdk.core.util.json
 
JSON_FACTORY - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
 
JSON_FACTORY - Static variable in class software.amazon.awssdk.core.protocol.json.SdkStructuredPlainJsonFactory
Recommended to share JsonFactory instances per http://wiki.fasterxml .com/JacksonBestPracticesPerformance
JSON_SCALAR_UNMARSHALLERS - Static variable in class software.amazon.awssdk.core.protocol.json.SdkStructuredPlainJsonFactory
 
jsonClientMetadata - Variable in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
 
JsonClientMetadata - Class in software.amazon.awssdk.core.protocol.json
Wrapper object to provide additional metadata about a client and protocol to SdkJsonProtocolFactory
JsonClientMetadata() - Constructor for class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
JsonContent - Class in software.amazon.awssdk.core.internal.protocol.json
Simple struct like class to hold both the raw json string content and it's parsed JsonNode
JsonContent(byte[], JsonNode) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.JsonContent
 
JsonErrorResponseHandler<ExceptionT extends SdkServiceException> - Class in software.amazon.awssdk.core.internal.http
Base error response handler for JSON protocol.
JsonErrorResponseHandler() - Constructor for class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
 
JsonErrorResponseMetadata - Class in software.amazon.awssdk.core.protocol.json
Contains various metadata needed to create an appropriate JsonErrorResponseHandler for the client.
JsonErrorResponseMetadata() - Constructor for class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
 
JsonErrorShapeMetadata - Class in software.amazon.awssdk.core.protocol.json
Wrapper object to provide additional metadata about a client's error shapes to SdkJsonProtocolFactory
JsonErrorShapeMetadata() - Constructor for class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
JsonErrorUnmarshaller<T extends SdkServiceException> - Class in software.amazon.awssdk.core.internal.protocol.json
 
JsonErrorUnmarshaller(Class<? extends SdkServiceException>) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.JsonErrorUnmarshaller
 
JsonGenerationException(Throwable) - Constructor for exception software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator.JsonGenerationException
 
jsonGenerator(StructuredJsonGenerator) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
 
jsonGenerator() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
 
jsonGenerator(StructuredJsonGenerator) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
jsonGeneratorOf(Writer) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
 
JsonMarshaller<T> - Interface in software.amazon.awssdk.core.internal.protocol.json
Interface to marshall data according to the JSON protocol specification.
JsonMarshallerContext - Class in software.amazon.awssdk.core.internal.protocol.json
Dependencies needed by implementations of JsonMarshaller.
JsonMarshallerContext.Builder - Class in software.amazon.awssdk.core.internal.protocol.json
Builder for a JsonMarshallerContext.
jsonNodeOf(String) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
 
JsonOperationMetadata - Class in software.amazon.awssdk.core.protocol.json
Contains various information needed to create a JsonResponseHandler for the client.
JsonOperationMetadata() - Constructor for class software.amazon.awssdk.core.protocol.json.JsonOperationMetadata
 
JsonProtocolMarshaller<OrigRequestT extends SdkRequest> - Class in software.amazon.awssdk.core.internal.protocol.json
Implementation of ProtocolRequestMarshaller for JSON based services.
JsonProtocolMarshaller(StructuredJsonGenerator, String, OperationInfo, OrigRequestT) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
 
JsonProtocolMarshallerBuilder<T extends SdkRequest> - Class in software.amazon.awssdk.core.protocol.json
Builder to create an appropriate implementation of ProtocolRequestMarshaller for JSON based services.
JsonProtocolMarshallerBuilder() - Constructor for class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
JsonResponseHandler<T> - Class in software.amazon.awssdk.core.http
Default implementation of HttpResponseHandler that handles a successful response from a service and unmarshalls the result using a JSON unmarshaller.
JsonResponseHandler(Unmarshaller<T, JsonUnmarshallerContext>, Map<Class<?>, Unmarshaller<?, JsonUnmarshallerContext>>, JsonFactory, boolean, boolean) - Constructor for class software.amazon.awssdk.core.http.JsonResponseHandler
Constructs a new response handler that will use the specified JSON unmarshaller to unmarshall the service response and uses the specified response element path to find the root of the business data in the service's response.
JsonUnmarshallerContext - Class in software.amazon.awssdk.core.runtime.transform
Used effectively as the API to access the context of performing the json-related unmarshalling.
JsonUnmarshallerContext() - Constructor for class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
 
JsonUnmarshallerContextImpl - Class in software.amazon.awssdk.core.runtime.transform
 
JsonUnmarshallerContextImpl(JsonParser, Map<Class<?>, Unmarshaller<?, JsonUnmarshallerContext>>, HttpResponse) - Constructor for class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 

K

keySet() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 

L

lastIndexOf(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
limit(int) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Limit the number of published events and cancel the subscription after that limit has been reached.
LIST - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
LIST - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
LIST - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
listIterator() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
listIterator(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
ListUnmarshaller<T> - Class in software.amazon.awssdk.core.runtime.transform
This unmarshaller assumes that the start array token as already been consumed before getting control of the context.
ListUnmarshaller(Unmarshaller<T, JsonUnmarshallerContext>) - Constructor for class software.amazon.awssdk.core.runtime.transform.ListUnmarshaller
 
loadClass(String, Class<?>...) - Static method in class software.amazon.awssdk.core.internal.util.ClassLoaderHelper
Loads the class via the optionally specified classes in the order of their specification, and if not found, via the context class loader of the current thread, and if not found, from the caller class loader as the last resort.
loadClass(String, boolean, Class<?>...) - Static method in class software.amazon.awssdk.core.internal.util.ClassLoaderHelper
If classesFirst is false, loads the class via the context class loader of the current thread, and if not found, via the class loaders of the optionally specified classes in the order of their specification, and if not found, from the caller class loader as the last resort.
LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
 
LONG - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
LongCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.LongCborUnmarshaller
 
LongIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.LongIonUnmarshaller
 
LongJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
 

M

makeAccessible(AccessibleObject) - Static method in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
 
MakeAsyncHttpRequestStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Delegate to the HTTP implementation to make an HTTP request and receive the response.
MakeAsyncHttpRequestStage(SdkHttpResponseHandler<OutputT>, SdkHttpResponseHandler<? extends SdkException>, HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
 
MakeHttpRequestStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Delegate to the HTTP implementation to make an HTTP request and receive the response.
MakeHttpRequestStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeHttpRequestStage
 
MakeRequestImmutableStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
MakeRequestImmutableStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestImmutableStage
 
MakeRequestMutableStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
MakeRequestMutableStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestMutableStage
 
map(Function<T, U>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Perform a mapping on the published events.
MAP - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
MAP - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
Marshalls a Map as a JSON object where each key becomes a field.
MAP - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
MapEntry<K,V> - Class in software.amazon.awssdk.core.runtime.transform
Simple implementation of the Map.Entry interface.
MapEntry() - Constructor for class software.amazon.awssdk.core.runtime.transform.MapEntry
 
MapUnmarshaller<K,V> - Class in software.amazon.awssdk.core.runtime.transform
 
MapUnmarshaller(Unmarshaller<K, JsonUnmarshallerContext>, Unmarshaller<V, JsonUnmarshallerContext>) - Constructor for class software.amazon.awssdk.core.runtime.transform.MapUnmarshaller
 
mark(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
mark(int) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
Marks the current position in this input stream.
mark(int) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
mark(int) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
markSupported() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
 
markSupported() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
markSupported() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
marshall(T, JsonMarshallerContext, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.JsonMarshaller
Marshall the data into the request.
marshall(MarshallLocation, Object) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(MarshallLocation, Object, String) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
Convenience method to marshall a nested object (may be simple or structured) at the given location.
marshall(V, MarshallingInfo<V>) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
 
marshall(V, MarshallingInfo<V>) - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
 
marshall(T, MarshallingInfo<T>) - Method in interface software.amazon.awssdk.core.protocol.ProtocolMarshaller
Marshalls the value into the appropriate location based on the MarshallingInfo metadata.
marshall(ProtocolMarshaller) - Method in interface software.amazon.awssdk.core.protocol.StructuredPojo
Marshalls this structured data using the given ProtocolMarshaller.
marshall(R) - Method in interface software.amazon.awssdk.core.runtime.transform.Marshaller
 
marshall(String, String, String) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
 
marshall(String, String, Integer) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
 
marshall(String, String, Long) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
 
marshall(T) - Method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
 
Marshaller<T,R> - Interface in software.amazon.awssdk.core.runtime.transform
 
marshallerRegistry(MarshallerRegistry) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
 
marshallerRegistry() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
 
MarshallerRegistry - Class in software.amazon.awssdk.core.internal.protocol.json
 
MarshallerRegistry.Builder - Class in software.amazon.awssdk.core.internal.protocol.json
Builder for a MarshallerRegistry.
MarshallingInfo<T> - Class in software.amazon.awssdk.core.protocol
Metadata about the marshalling requirements of a given member.
MarshallingInfo.Builder<T> - Class in software.amazon.awssdk.core.protocol
Builder for a MarshallingInfo.
marshallingType() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
MarshallingType<T> - Interface in software.amazon.awssdk.core.protocol
Represents the various types supported for marshalling.
marshallLocation(MarshallLocation) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
marshallLocation() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
MarshallLocation - Enum in software.amazon.awssdk.core.protocol
Enum representing the various locations data can be marshalled to.
marshallLocationName(String) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
 
marshallLocationName() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
 
matches(int) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonErrorUnmarshaller
 
MAX_BACKOFF - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
 
maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
 
maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
 
maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
 
MaxNumberOfRetriesCondition - Class in software.amazon.awssdk.core.retry.conditions
Simple retry condition that allows retries up to a certain max number of retries.
merge(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
Merge this configuration with another configuration, where this configuration's values take precedence.
merge(Consumer<SdkClientConfiguration.Builder>) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
 
mergeChildDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Optionally overridden by child implementations to apply implementation-specific default configuration.
MergeCustomHeadersStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Merge customer supplied headers into the marshalled request.
MergeCustomHeadersStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomHeadersStage
 
MergeCustomQueryParamsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Merge customer supplied query params into the marshalled request.
MergeCustomQueryParamsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
 
message(String) - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
message() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.ResetException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
Specifies the details of this exception.
message() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
The details of this exception.
message - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
message(String) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
message() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
message(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
 
message(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
metadata - Variable in class software.amazon.awssdk.core.SdkResponseMetadata
 
metadata(String) - Method in class software.amazon.awssdk.core.SdkResponseMetadata
 
Mimetype - Class in software.amazon.awssdk.core.internal.util
Utility class that maintains a listing of known Mimetypes, and determines the mimetype of files based on file extensions.
MIMETYPE_GZIP - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
The default gzip mimetype: application/x-gzip
MIMETYPE_HTML - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
The default HTML mimetype: text/html
MIMETYPE_OCTET_STREAM - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
The default binary mimetype: application/octet-stream
MIMETYPE_TEXT_PLAIN - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
 
MIMETYPE_XML - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
The default XML mimetype: application/xml
modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is sent to the service.
modifyHttpRequest(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
modifyHttpResponse(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Modify the SdkHttpFullRequest before it is unmarshalled into an SdkResponse.
modifyHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Modify an SdkRequest given to a service client before it is marshalled into an SdkHttpFullRequest.
modifyRequest(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Modify the SdkResponse before it is returned by the client.
modifyResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
MoveParametersToBodyStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
 
MoveParametersToBodyStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
 
MutableRequestToRequestPipeline - Interface in software.amazon.awssdk.core.internal.http.pipeline
Pipeline stage that takes in a mutable SdkHttpFullRequest.Builder and returns the same builder.

N

name(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
Set the name of the API.
name() - Method in class software.amazon.awssdk.core.ApiName
 
NamespaceRemovingInputStream - Class in software.amazon.awssdk.core.internal.util
FilterInputStream implementation that wraps an InputStream containing an XML document, and removes the XML namespace attribute from the XML document.
NamespaceRemovingInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
Constructs a new NamespaceRemovingInputStream wrapping the specified InputStream.
needsConnectionLeftOpen() - Method in interface software.amazon.awssdk.core.http.HttpResponseHandler
Indicates if this response handler requires that the underlying HTTP connection not be closed automatically after the response is handled.
needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.http.JsonResponseHandler
 
needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.internal.http.response.SdkErrorResponseHandler
 
needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
 
needsConnectionLeftOpen() - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Hook to allow connection to be left open after the SDK returns a response.
newException(String) - Method in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
Constructs a new exception object of the type specified in this class's constructor and sets the specified error message.
newResettableInputStream(File) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException.
newResettableInputStream(File, String) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file, converting any IOException into SdkClientException with the given error message.
newResettableInputStream(FileInputStream) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException.
newResettableInputStream(FileInputStream, String) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
Convenient factory method to construct a new resettable input stream for the given file input stream, converting any IOException into SdkClientException with the given error message.
next() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
 
nextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.async.AsyncPageFetcher
Method that uses the information in #oldPage and returns a completable future for the next page.
nextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.sync.SyncPageFetcher
Method that uses the information in #oldPage and returns the next page if available by making a service call.
nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.Builder
 
nextPageFetcher(AsyncPageFetcher) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.BuilderImpl
 
nextPageFetcher - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
 
nextPageFetcher(SyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator.Builder
 
nextToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
nextToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the next JsonToken from the JsonParser.
nextToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
nextValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
NO_OP - Static variable in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
No-op implementation that ignores all calls and returns empty bytes from getBytes.
nodeLength(NodeList) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Returns the length of the specified node list.
NON_GREEDY - Static variable in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
Marshaller for non greedy path labels.
none() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
 
none() - Static method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
 
NONE - Static variable in class software.amazon.awssdk.core.retry.conditions.SdkRetryCondition
 
none() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
 
NonRetryableException - Exception in software.amazon.awssdk.core.exception
Extension of SdkException that can be used by clients to explicitly have an exception not retried.
NonRetryableException(NonRetryableException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.NonRetryableException
 
NonRetryableException.Builder - Interface in software.amazon.awssdk.core.exception
 
NonRetryableException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
NoOpClientExecutionAbortTrackerTask - Class in software.amazon.awssdk.core.internal.http.timers.client
Dummy implementation of ClientExecutionAbortTrackerTask used when the timer is disabled for a request
NoOpSigner - Class in software.amazon.awssdk.core.signer
A No op implementation of Signer and Presigner interfaces that returns the input SdkHttpFullRequest without modifications.
NoOpSigner() - Constructor for class software.amazon.awssdk.core.signer.NoOpSigner
 
NoopSubscription - Class in software.amazon.awssdk.core.internal.util
An implementation of Subscription that does nothing.
NoopSubscription(Subscriber<?>) - Constructor for class software.amazon.awssdk.core.internal.util.NoopSubscription
 
NULL - Static variable in interface software.amazon.awssdk.core.internal.protocol.json.JsonMarshaller
 
NULL - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
NULL - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
 
NULL - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
Used when a value is null (and thus type can't be determined).
NullAsEmptyBodyProtocolRequestMarshaller<OrigRequestT> - Class in software.amazon.awssdk.core.internal.protocol.json
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
NullAsEmptyBodyProtocolRequestMarshaller(ProtocolRequestMarshaller<OrigRequestT>) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
 
numRetries(Integer) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
numRetries() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
numRetries() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 

O

onExecutionFailure(Context.FailedExecution, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
Invoked when any error happens during an execution that prevents the request from succeeding.
onExecutionFailure(Context.FailedExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
 
onStream(SdkPublisher<ByteBuffer>) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Called when events are ready to be streamed.
onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
 
onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
 
onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
 
operationIdentifier(String) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
operationIdentifier() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
operationInfo(OperationInfo) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
OperationInfo - Class in software.amazon.awssdk.core.protocol
Static information about an API operation used to marshall it correctly.
OperationInfo.Builder - Class in software.amazon.awssdk.core.protocol
Builder for a OperationInfo.
option(ClientOption<T>, T) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration.Builder
Configure the value of a specific option.
option(ClientOption<T>) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
Retrieve the value of a specific option.
originalRequest(SdkRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkRequest
originalRequest(SdkRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
 
originalRequest(SdkRequest) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
 
originalRequest() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
originalRequest(SdkRequest) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
 
originalRequest() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
originalRequest(T) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
originalRequest(SdkRequest) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
originalRequest() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
OrRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
Composite retry condition that evaluates to true if any containing condition evaluates to true.
outstandingRequests - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
overrideConfiguration(ClientOverrideConfiguration) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
Specify overrides to the default SDK configuration that should be used for clients created by this builder.
overrideConfiguration(Consumer<ClientOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
Similar to SdkClientBuilder.overrideConfiguration(ClientOverrideConfiguration), but takes a lambda to configure a new ClientOverrideConfiguration.Builder.
overrideConfiguration(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
overrideConfiguration() - Method in interface software.amazon.awssdk.core.SdkRequest.Builder
 
overrideConfiguration() - Method in class software.amazon.awssdk.core.SdkRequest
 
overrideCurrentName(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 

P

pagesIterable(SdkIterable) - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedItemsIterable.Builder
 
PaginatedItemsIterable<ResponseT,ItemT> - Class in software.amazon.awssdk.core.pagination.sync
Iterable for the paginated items.
PaginatedItemsIterable.Builder - Interface in software.amazon.awssdk.core.pagination.sync
 
PaginatedItemsPublisher<ResponseT,ItemT> - Class in software.amazon.awssdk.core.pagination.async
A publisher to request for a stream of paginated items.
PaginatedItemsPublisher.Builder - Interface in software.amazon.awssdk.core.pagination.async
 
PaginatedResponsesIterator<ResponseT> - Class in software.amazon.awssdk.core.pagination.sync
Iterator for all response pages in a paginated operation.
PaginatedResponsesIterator.Builder - Interface in software.amazon.awssdk.core.pagination.sync
 
PaginationSubscription<ResponseT> - Class in software.amazon.awssdk.core.internal.pagination.async
 
PaginationSubscription(PaginationSubscription.BuilderImpl) - Constructor for class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
PaginationSubscription.Builder<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Interface in software.amazon.awssdk.core.internal.pagination.async
 
PaginationSubscription.BuilderImpl<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Class in software.amazon.awssdk.core.internal.pagination.async
 
parseClockSkewOffset(HttpResponse) - Static method in class software.amazon.awssdk.core.internal.util.ClockSkewUtil
Returns the difference between the client's clock time and the service clock time in unit of seconds.
parseErrorMessage(HttpResponse, JsonNode) - Method in interface software.amazon.awssdk.core.internal.protocol.json.ErrorMessageParser
 
parseErrorMessage(HttpResponse, JsonNode) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonErrorMessageParser
Parse the error message from the response.
parseServiceSpecificInstant(String) - Static method in class software.amazon.awssdk.core.internal.util.AwsDateUtils
Parses the given date string returned by the AWS service into a Date object.
path(Path) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
Sets the file to send to the service.
PathMarshaller - Class in software.amazon.awssdk.core.runtime.transform
 
pathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 
payloadMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 
peek() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the JsonToken which is to be parsed next.
peek() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
prepareRequest(SdkHttpRequest, SdkRequestContext, SdkHttpRequestProvider, SdkHttpResponseHandler) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
 
prepareRequest(SdkHttpFullRequest, SdkRequestContext) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.core.signer.NoOpSigner
 
presign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.Presigner
Method that takes in an request and returns a pre signed version of the request.
Presigner - Interface in software.amazon.awssdk.core.signer
Interface for the signer used for pre-signing the requests.
property() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
 
Protocol - Enum in software.amazon.awssdk.core
Represents the communication protocol to use when sending requests to AWS.
protocolHandler(JsonProtocolMarshaller) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
 
protocolHandler() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
 
ProtocolMarshaller - Interface in software.amazon.awssdk.core.protocol
Interface used by generated marshallers to marshall a Java POJO.
ProtocolRequestMarshaller<OrigRequestT> - Interface in software.amazon.awssdk.core.protocol
Interface used by generated marshallers to transform a Java POJO in a Request object which represents an HTTP request.
put(K, V) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
putAdvancedOption(SdkAdvancedClientOption<T>, T) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure an advanced override option.
putAll(Map<? extends K, ? extends V>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
putAttribute(ExecutionAttribute<U>, U) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
Update or set the provided attribute in this collection of attributes.
putHeader(String, String) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Add a single header to be set on the HTTP request.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Add a single header with multiple values to be set on the HTTP request.
putHeader(String, String) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Add a single header to be set on the HTTP request.
putHeader(String, List<String>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Add a single header with multiple values to be set on the HTTP request.
putHeader(String, List<String>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
putRawQueryParameter(String, String) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Add a single query parameter to be set on the HTTP request.
putRawQueryParameter(String, List<String>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Add a single query parameter with multiple values to be set on the HTTP request.
putRawQueryParameter(String, List<String>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 

Q

queryParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
 
QueryParamMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 

R

rawQueryParameters() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Optional additional query parameters to be added to the HTTP request.
rawQueryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
Configure query parameters to be set on the HTTP request.
rawQueryParameters() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
rawQueryParameters(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
 
rawQueryParameters() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
Optional additional query parameters to be added to the HTTP request.
read() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
 
read() - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
 
read(byte[]) - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
 
read() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
read() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
 
read() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
read() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
readText() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Returns the text of the current token, or throws an exception if the current token does not contain text (ex: '{', '}', etc.).
readText() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
registerAdditionalMetadataExpressions(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.http.JsonResponseHandler
Hook for subclasses to override in order to collect additional metadata from service responses.
registerMetadataExpression(String, int, String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Registers an expression, which if matched, will cause the data for the matching element to be stored in the metadata map under the specified key.
Releasable - Interface in software.amazon.awssdk.core.internal.io
Used for releasing a resource.
ReleasableInputStream - Class in software.amazon.awssdk.core.io
An input stream that can have the close operation disabled (to avoid accidentally being closed).
ReleasableInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.ReleasableInputStream
This constructor is not meant to be used directly.
release() - Method in interface software.amazon.awssdk.core.internal.io.Releasable
Releases the allocated resource.
release(Closeable, Logger) - Static method in interface software.amazon.awssdk.core.internal.io.Releasable
Releases the given Closeable especially if it was an instance of Releasable.
release() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Releases a single unit of capacity back to the pool, making it available to consumers.
release(int) - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
Releases a given amount of capacity back to the pool, making it available to consumers.
release() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
Closes the underlying stream file and releases any system resources associated.
release() - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
 
release() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
release() - Method in class software.amazon.awssdk.core.io.SdkInputStream
WARNING: Subclass that overrides this method must NOT call super.release() or else it would lead to infinite loop.
releaseRetryCapacity() - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
If this was a successful retry attempt we'll release the full retry capacity that the attempt originally consumed.
remove(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
remove(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
remove(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
removeAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
request() - Method in interface software.amazon.awssdk.core.interceptor.Context.BeforeExecution
The SdkRequest to be executed.
request() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
The latest version of the SdkRequest available when the execution failed.
request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkHttpFullRequest
request(Request<?>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkHttpFullRequest
request() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
request(SdkRequest) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
 
request() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
request(long) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
request(Request<?>) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
 
request() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
 
request(long) - Method in class software.amazon.awssdk.core.internal.util.NoopSubscription
 
request(long) - Method in class software.amazon.awssdk.core.pagination.async.EmptySubscription
 
Request<T> - Interface in software.amazon.awssdk.core
Represents a request being sent to an Amazon Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc.
request(SdkHttpFullRequest) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
request() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
REQUEST_CONFIG - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
The key under which the request config is stored.
REQUEST_ID_LOGGER - Static variable in class software.amazon.awssdk.core.SdkStandardLogger
Logger used for the purpose of logging the request id extracted either from the http response header or from the response body.
REQUEST_LOGGER - Static variable in class software.amazon.awssdk.core.SdkStandardLogger
Logger providing detailed information on requests/responses.
RequestBody - Class in software.amazon.awssdk.core.sync
Represents the body of an HTTP request.
requestConfig() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
requestConfig() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
requestExecutionBuilder() - Method in class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
 
requestExecutionBuilder() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
 
RequestExecutionContext - Class in software.amazon.awssdk.core.internal.http
Request scoped dependencies and context for an execution of a request by AmazonSyncHttpClient or AmazonAsyncHttpClient.
RequestExecutionContext - Class in software.amazon.awssdk.core.internal
Request scoped dependencies and context for an execution of a request by AmazonSyncHttpClient or AmazonAsyncHttpClient.
RequestExecutionContext.Builder - Class in software.amazon.awssdk.core.internal.http
An SDK-internal implementation of RequestExecutionContext.Builder.
RequestExecutionContext.Builder - Class in software.amazon.awssdk.core.internal
An SDK-internal implementation of RequestExecutionContext.Builder.
requestId(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
Specifies the requestId returned by the called service.
requestId() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
The requestId returned by the called service.
requestId - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
requestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
requestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
requestId() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
The requestId that was returned by the called service.
requestId() - Method in class software.amazon.awssdk.core.SdkResponseMetadata
Returns the AWS request ID contained in this response metadata object.
RequestOption - Class in software.amazon.awssdk.core
Client option defaults for individual SdkRequests.
RequestOverrideConfiguration - Class in software.amazon.awssdk.core
Base per-request override configuration for all SDK requests.
RequestOverrideConfiguration(RequestOverrideConfiguration.Builder<?>) - Constructor for class software.amazon.awssdk.core.RequestOverrideConfiguration
 
RequestOverrideConfiguration.Builder<B extends RequestOverrideConfiguration.Builder> - Interface in software.amazon.awssdk.core
 
RequestOverrideConfiguration.BuilderImpl<B extends RequestOverrideConfiguration.Builder> - Class in software.amazon.awssdk.core
 
RequestPipeline<InputT,OutputT> - Interface in software.amazon.awssdk.core.internal.http.pipeline
Represents a series of transformations when executing a SDK request.
RequestPipelineBuilder<InputT,OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline
Builder for a RequestPipeline.
requestProvider(SdkHttpRequestProvider) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
Fluent setter for SdkHttpRequestProvider
requestProvider(SdkHttpRequestProvider) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
 
requestProvider() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
requestProvider(SdkHttpRequestProvider) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
 
requestProvider() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
RequestToRequestPipeline - Interface in software.amazon.awssdk.core.internal.http.pipeline
Pipeline stage that is a transformation on an immutable SdkHttpFullRequest.
RequestToResponsePipeline<OutputT> - Interface in software.amazon.awssdk.core.internal.http.pipeline
 
requestUri(String) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
requestUri() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
require(String, U) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
Validate that the customer set the provided field.
reset() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
Resets the wrapped input stream and the CRC32 computation.
reset() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
reset() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
reset() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
ResetException - Exception in software.amazon.awssdk.core.exception
Extension of SdkClientException for exceptions resulting from a failure to reset an InputStream.
ResetException(ResetException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.ResetException
 
ResetException.Builder - Interface in software.amazon.awssdk.core.exception
 
ResetException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
ResettableInputStream - Class in software.amazon.awssdk.core.io
A mark-and-resettable input stream that can be used on files or file input streams.
ResettableInputStream(File) - Constructor for class software.amazon.awssdk.core.io.ResettableInputStream
 
ResettableInputStream(FileInputStream) - Constructor for class software.amazon.awssdk.core.io.ResettableInputStream
Note the creation of a ResettableInputStream would entail physically opening a file.
resolveString(String) - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
response() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling
The SdkResponse that was generated by unmarshalling the Context.AfterTransmission.httpResponse().
response() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
The latest version of the SdkResponse available when the execution failed.
response() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
 
response(SdkResponse) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
 
response() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
Response<T> - Class in software.amazon.awssdk.core.internal
Response wrapper to provide access to not only the original SDK response but also the associated http response.
response() - Method in class software.amazon.awssdk.core.internal.Response
 
response() - Method in class software.amazon.awssdk.core.ResponseBytes
 
response() - Method in class software.amazon.awssdk.core.ResponseInputStream
 
ResponseBytes<ResponseT> - Class in software.amazon.awssdk.core
An in-memory representation of the service's response from a streaming operation.
ResponseInputStream<ResponseT> - Class in software.amazon.awssdk.core
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed contents.
ResponseInputStream(ResponseT, AbortableInputStream) - Constructor for class software.amazon.awssdk.core.ResponseInputStream
 
responseReceived(ResponseT) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Called when the initial response has been received and the POJO response has been unmarshalled.
responseReceived(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
 
responseReceived(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
 
ResponsesSubscription<ResponseT> - Class in software.amazon.awssdk.core.pagination.async
An implementation of the Subscription interface that can be used to signal and cancel demand for paginated response pages.
ResponsesSubscription.Builder - Interface in software.amazon.awssdk.core.pagination.async
 
ResponseTransformer<ResponseT,ReturnT> - Interface in software.amazon.awssdk.core.sync
Interface for processing a streaming response from a service in a synchronous fashion.
retainAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
retriesAttempted(int) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
 
retriesAttempted() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
RETRY_POLICY - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
 
RETRY_THROTTLING_COST - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
When throttled retries are enabled, each retry attempt will consume this much capacity.
retryable() - Method in exception software.amazon.awssdk.core.exception.NonRetryableException
 
retryable() - Method in exception software.amazon.awssdk.core.exception.RetryableException
 
retryable() - Method in exception software.amazon.awssdk.core.exception.SdkException
Specifies whether or not an exception can be expected to succeed on a retry.
RETRYABLE_EXCEPTIONS - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
RETRYABLE_STATUS_CODES - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
RetryableException - Exception in software.amazon.awssdk.core.exception
Extension of SdkException that can be used by clients to explicitly have an exception retried.
RetryableException(RetryableException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.RetryableException
 
RetryableException.Builder - Interface in software.amazon.awssdk.core.exception
 
RetryableException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
RetryableStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Wrapper around the pipeline for a single request to provide retry functionality.
RetryableStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
 
retryCapacity() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
retryCapacityConsumed(boolean) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
Sets whether retry capacity has been consumed for this request
RetryCondition - Interface in software.amazon.awssdk.core.retry.conditions
 
retryCondition(RetryCondition) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
retryCondition() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
retryCondition() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
RetryHandler - Class in software.amazon.awssdk.core.internal.retry
 
RetryHandler(RetryPolicy, CapacityManager) - Constructor for class software.amazon.awssdk.core.internal.retry.RetryHandler
 
RetryOnExceptionsCondition - Class in software.amazon.awssdk.core.retry.conditions
Retry condition implementation that retries if the exception or the cause of the exception matches the classes defined.
RetryOnStatusCodeCondition - Class in software.amazon.awssdk.core.retry.conditions
Retry condition implementation that retries if the HTTP status code matches one of the provided status codes.
retryPolicy(RetryPolicy) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure the retry policy that should be used when handling failure cases.
retryPolicy() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
 
retryPolicy(Consumer<RetryPolicy.Builder>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
Configure the retry policy the should be used when handling failure cases.
retryPolicy() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
The optional retry policy that should be used when handling failure cases.
RetryPolicy - Class in software.amazon.awssdk.core.retry
Interface for specifying a retry policy to use when evaluating whether or not a request should be retried.
RetryPolicy.Builder - Interface in software.amazon.awssdk.core.retry
 
RetryPolicyContext - Class in software.amazon.awssdk.core.retry
Contains useful information about a failed request that can be used to make retry and backoff decisions.
RetryPolicyContext.Builder - Class in software.amazon.awssdk.core.retry
 
RetryUtils - Class in software.amazon.awssdk.core.retry
 
run() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
 

S

safeUnmarshall(JsonContent, JsonErrorUnmarshaller<ExceptionT>) - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
 
SDK_BYTES - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
SDK_BYTES - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
SDK_VERSION - Static variable in class software.amazon.awssdk.core.util.VersionInfo
Returns the current version for the AWS SDK in which this class is running.
SdkAdvancedAsyncClientOption<T> - Class in software.amazon.awssdk.core.client.config
A collection of advanced options that can be configured on an async AWS client via ClientAsyncConfiguration.Builder.advancedOption(SdkAdvancedAsyncClientOption, Object).
SdkAdvancedClientOption<T> - Class in software.amazon.awssdk.core.client.config
A collection of advanced options that can be configured on an AWS client via ClientOverrideConfiguration.Builder.putAdvancedOption(SdkAdvancedClientOption, Object).
SdkAdvancedClientOption(Class<T>) - Constructor for class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
 
SdkAsyncClientBuilder<B extends SdkAsyncClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.core.client.builder
This includes required and optional override configuration required by every async client builder.
SdkAsyncClientHandler - Class in software.amazon.awssdk.core.client.handler
Default implementation of AsyncClientHandler.
SdkAsyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.client.handler.SdkAsyncClientHandler
 
SdkAutoConstructList<T> - Interface in software.amazon.awssdk.core.util
A list that was auto constructed by the SDK.
SdkAutoConstructMap<K,V> - Interface in software.amazon.awssdk.core.util
A map that was auto constructed by the SDK.
SdkBufferedInputStream - Class in software.amazon.awssdk.core.io
A buffered input stream that can be aborted via thread interrupt.
SdkBufferedInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
SdkBufferedInputStream(InputStream, int) - Constructor for class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
SdkBytes - Class in software.amazon.awssdk.core
An in-memory representation of data being given to a service or being returned by a service.
SdkBytesCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller
 
SdkBytesIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller
 
SdkBytesJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller
 
SdkCborGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
Thin wrapper around Jackson's JSON generator for CBOR.
SdkCborGenerator(JsonFactory, String) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkCborGenerator
 
SdkClient - Interface in software.amazon.awssdk.core
All SDK service client interfaces should extend this interface.
SdkClientBuilder<B extends SdkClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.core.client.builder
This includes required and optional override configuration required by every client builder.
SdkClientConfiguration - Class in software.amazon.awssdk.core.internal.client.config
A collection of configuration that is required by an AWS client in order to operate.
SdkClientConfiguration.Builder - Class in software.amazon.awssdk.core.internal.client.config
 
SdkClientException - Exception in software.amazon.awssdk.core.exception
Base type for all client exceptions thrown by the SDK.
SdkClientException(SdkClientException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkClientException
 
SdkClientException.Builder - Interface in software.amazon.awssdk.core.exception
 
SdkClientException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
SdkClientOption<T> - Class in software.amazon.awssdk.core.client.config
A set of internal options required by the SDK via SdkClientConfiguration.
SdkClientOptionValidation - Class in software.amazon.awssdk.core.client.config
A set of static methods used to validate that a SdkClientConfiguration contains all of the values required for the SDK to function.
SdkClientOptionValidation() - Constructor for class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
 
SdkDefaultClientBuilder<B extends SdkClientBuilder<B,C>,C> - Class in software.amazon.awssdk.core.client.builder
An SDK-internal implementation of the methods in SdkClientBuilder, SdkAsyncClientBuilder and SdkSyncClientBuilder.
SdkDefaultClientBuilder() - Constructor for class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
SdkDefaultClientBuilder(SdkHttpClient.Builder, SdkAsyncHttpClient.Builder) - Constructor for class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient - Class in software.amazon.awssdk.core.client.builder
Wrapper around SdkAsyncHttpClient to prevent it from being closed.
SdkDefaultClientBuilder.NonManagedSdkHttpClient - Class in software.amazon.awssdk.core.client.builder
Wrapper around SdkHttpClient to prevent it from being closed.
SdkDefaultRetrySetting - Class in software.amazon.awssdk.core.internal.retry
 
SdkDigestInputStream - Class in software.amazon.awssdk.core.io
Base class for AWS Java SDK specific DigestInputStream.
SdkDigestInputStream(InputStream, MessageDigest) - Constructor for class software.amazon.awssdk.core.io.SdkDigestInputStream
 
SdkErrorResponseHandler - Class in software.amazon.awssdk.core.internal.http.response
Wrapper around protocol specific error handler to deal with some default scenarios and fill in common information.
SdkErrorResponseHandler(HttpResponseHandler<? extends SdkException>) - Constructor for class software.amazon.awssdk.core.internal.http.response.SdkErrorResponseHandler
 
SdkException - Exception in software.amazon.awssdk.core.exception
Base class for all exceptions thrown by the SDK.
SdkException(SdkException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkException
 
SdkException.Builder - Interface in software.amazon.awssdk.core.exception
 
SdkException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
SdkExecutionAttribute - Class in software.amazon.awssdk.core.interceptor
Contains attributes attached to the execution.
SdkExecutionAttribute() - Constructor for class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
 
SdkFilterInputStream - Class in software.amazon.awssdk.core.io
Base class for AWS Java SDK specific FilterInputStream.
SdkFilterInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.SdkFilterInputStream
 
SdkGlobalTime - Class in software.amazon.awssdk.core
Used for clock skew adjustment between the client JVM where the SDK is run, and the server side.
SdkHttpFullRequestAdapter - Class in software.amazon.awssdk.core.http
Adapts a Request to the new SdkHttpFullRequest interface.
sdkHttpResponse(SdkHttpResponse) - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
 
sdkHttpResponse() - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
 
sdkHttpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
 
sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
 
sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse
 
SdkHttpResponseAdapter - Class in software.amazon.awssdk.core.internal.http
Adapts a SdkHttpFullResponse object to the legacy HttpResponse.
SdkInputStream - Class in software.amazon.awssdk.core.io
Base class for AWS Java SDK specific InputStream.
SdkInputStream() - Constructor for class software.amazon.awssdk.core.io.SdkInputStream
 
SdkInterruptedException - Exception in software.amazon.awssdk.core.exception
 
SdkInterruptedException() - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
 
SdkInterruptedException(Response<?>) - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
 
SdkInterruptedException(SdkHttpFullResponse) - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
 
SdkIonGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
 
SdkIterable<T> - Interface in software.amazon.awssdk.core.pagination.sync
A custom iterable used in paginated responses.
SdkJsonErrorMessageParser - Class in software.amazon.awssdk.core.protocol.json
 
SdkJsonErrorResponseHandler - Class in software.amazon.awssdk.core.internal.http
Default implementation of JsonErrorResponseHandler that handles an error response from a service and unmarshalls the result using an JSON error unmarshaller.
SdkJsonErrorResponseHandler(List<SdkJsonErrorUnmarshaller>, JsonFactory) - Constructor for class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
 
SdkJsonErrorUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for JSON error responses from upstream services to unmarshall to a SdkServiceException.
SdkJsonErrorUnmarshaller(Class<? extends SdkServiceException>, Integer) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkJsonErrorUnmarshaller
 
SdkJsonGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
Thin wrapper around Jackson's JSON generator.
SdkJsonGenerator(JsonFactory, String) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
SdkJsonGenerator.JsonGenerationException - Exception in software.amazon.awssdk.core.internal.protocol.json
Indicates an issue writing JSON content.
SdkJsonProtocolFactory - Class in software.amazon.awssdk.core.protocol.json
Factory to generate the JSON protocol handlers and generators to be used for communicating with the service.
SdkPublisher<T> - Interface in software.amazon.awssdk.core.async
Interface that is implemented by the Async auto-paginated responses.
SdkRequest - Class in software.amazon.awssdk.core
The base class for all SDK requests.
SdkRequest() - Constructor for class software.amazon.awssdk.core.SdkRequest
 
SdkRequest.Builder - Interface in software.amazon.awssdk.core
 
SdkRequestOverrideConfiguration - Class in software.amazon.awssdk.core
Base per-request override configuration for all SDK requests.
SdkRequestOverrideConfiguration.Builder - Interface in software.amazon.awssdk.core
 
SdkResponse - Class in software.amazon.awssdk.core
The base class for all SDK responses.
SdkResponse(SdkResponse.Builder) - Constructor for class software.amazon.awssdk.core.SdkResponse
 
SdkResponse.Builder - Interface in software.amazon.awssdk.core
 
SdkResponse.BuilderImpl - Class in software.amazon.awssdk.core
 
SdkResponseMetadata - Class in software.amazon.awssdk.core
Represents additional metadata included with a response from a service.
SdkResponseMetadata(Map<String, String>) - Constructor for class software.amazon.awssdk.core.SdkResponseMetadata
Creates a new ResponseMetadata object from a specified map of raw metadata information.
SdkResponseMetadata(SdkResponseMetadata) - Constructor for class software.amazon.awssdk.core.SdkResponseMetadata
Creates a new ResponseMetadata object from an existing ResponseMetadata object.
SdkRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
Contains predefined RetryCondition provided by SDK.
SdkServiceException - Exception in software.amazon.awssdk.core.exception
Extension of SdkException that represents an error response returned by the requested downstream service.
SdkServiceException(SdkServiceException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkServiceException
 
SdkServiceException.Builder - Interface in software.amazon.awssdk.core.exception
 
SdkServiceException.BuilderImpl - Class in software.amazon.awssdk.core.exception
 
SdkStandardLogger - Class in software.amazon.awssdk.core
A centralized set of loggers that used across the SDK to log particular types of events.
SdkStructuredCborFactory - Class in software.amazon.awssdk.core.internal.protocol.json
Creates generators and protocol handlers for CBOR wire format.
SdkStructuredCborFactory() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
 
SdkStructuredCborFactory.CborGeneratorSupplier - Interface in software.amazon.awssdk.core.internal.protocol.json
 
SdkStructuredIonFactory - Class in software.amazon.awssdk.core.internal.protocol.json
 
SdkStructuredIonFactory() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
 
SdkStructuredIonFactory.IonGeneratorSupplier - Interface in software.amazon.awssdk.core.internal.protocol.json
 
SdkStructuredJsonFactory - Interface in software.amazon.awssdk.core.protocol.json
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
SdkStructuredPlainJsonFactory - Class in software.amazon.awssdk.core.protocol.json
Creates generators and protocol handlers for plain text JSON wire format.
SdkStructuredPlainJsonFactory() - Constructor for class software.amazon.awssdk.core.protocol.json.SdkStructuredPlainJsonFactory
 
SdkSyncClientBuilder<B extends SdkSyncClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.core.client.builder
This includes required and optional override configuration required by every sync client builder.
SdkSyncClientHandler - Class in software.amazon.awssdk.core.client.handler
Client handler for SDK clients.
SdkSyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
 
SdkSystemSetting - Enum in software.amazon.awssdk.core
System properties to configure the SDK runtime.
sendExplicitNullForPayload(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
serializableBuilderClass() - Static method in exception software.amazon.awssdk.core.exception.SdkServiceException
 
SERVICE_CONFIG - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
Handler context key for advanced configuration.
SERVICE_CONFIGURATION - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
Service-specific configuration used by some services, like S3.
SERVICE_NAME - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
The key under which the service name is stored.
ServiceConfiguration - Interface in software.amazon.awssdk.core
 
serviceName(String) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
 
serviceName() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
 
serviceName() - Method in interface software.amazon.awssdk.core.SdkClient
The name of the service.
set(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
setAsyncConfiguration(ClientAsyncConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
setCause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
setCodec(ObjectCodec) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
setContent(InputStream) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setContent(InputStream) - Method in class software.amazon.awssdk.core.http.HttpResponse
Sets the input stream containing the response content.
setContent(InputStream) - Method in interface software.amazon.awssdk.core.Request
Sets the optional stream containing the payload data to include for this request.
setCurrentHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Sets the name of the response header that is to be read next.
setCurrentHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
setCurrentHttpRequest(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTask
Client Execution timer task needs to abort the current running HTTP request when executed.
setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
 
setCurrentHttpRequest(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
Client execution timer task needs to abort the current running HTTP request when executed.
setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
 
setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
 
setEndpoint(URI) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setEndpoint(URI) - Method in interface software.amazon.awssdk.core.Request
Sets the service endpoint (ex: "https://ec2.amazonaws.com") to which this request should be sent.
setEndpointOverride(URI) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
setGenerator(Supplier<String>) - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
 
setGlobalTimeOffset(int) - Static method in class software.amazon.awssdk.core.SdkGlobalTime
Sets the global time difference in seconds between the running JVM and AWS.
setHeaders(Map<String, String>) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setHeaders(Map<String, String>) - Method in interface software.amazon.awssdk.core.Request
Sets all headers, clearing any existing ones.
setHttpMethod(HttpMethodName) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setHttpMethod(HttpMethodName) - Method in interface software.amazon.awssdk.core.Request
Sets the HTTP method (GET, POST, etc) to use when sending this request.
setKey(K) - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
 
setLastRetriedException(SdkException) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
Sets the last exception the has been seen by the retry handler.
setMessage(String) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
 
setOverrideConfiguration(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
 
setParameters(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.Request
Sets all parameters, clearing any existing values.
setRequestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
setResourcePath(String) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setResourcePath(String) - Method in interface software.amazon.awssdk.core.Request
Sets the path to the resource being requested.
setStatusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
setStatusCode(int) - Method in class software.amazon.awssdk.core.http.HttpResponse
Sets the HTTP status code that was returned with this response.
setStatusText(String) - Method in class software.amazon.awssdk.core.http.HttpResponse
Sets the HTTP status text returned with this response.
setTimeOffset(int) - Method in class software.amazon.awssdk.core.DefaultRequest
 
setTimeOffset(int) - Method in interface software.amazon.awssdk.core.Request
Sets the optional value for time offset for this request.
setValue(V) - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
 
ShortCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
 
ShortIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
 
ShortJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
 
shouldRetry(HttpResponse, SdkHttpFullRequest, RequestExecutionContext, SdkException, int) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
 
shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
 
shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
 
shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
 
shouldRetry(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
Determine whether a request should or should not be retried.
shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.core.signer.NoOpSigner
 
sign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.Signer
Method that takes in an request and returns a signed version of the request.
SIGNER - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
Define the signer that should be used when authenticating with AWS.
signer(Signer) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
 
signer() - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
signer() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
 
signer() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
 
Signer - Interface in software.amazon.awssdk.core.signer
Interface for the signer used for signing the requests.
SigningStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Sign the marshalled request (if applicable).
SigningStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.SigningStage
 
SimpleRequestProvider - Class in software.amazon.awssdk.core.internal.http.async
Implementation of SdkHttpRequestProvider that provides all it's data at once.
SimpleRequestProvider(SdkHttpFullRequest, ExecutionAttributes) - Constructor for class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
 
SimpleTypeCborUnmarshallers - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeCborUnmarshallers() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers
 
SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Boolean values.
SimpleTypeCborUnmarshallers.ByteCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Byte values.
SimpleTypeCborUnmarshallers.DateCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Date values - JSON dates come in as epoch seconds.
SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Double values.
SimpleTypeCborUnmarshallers.FloatCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Float values.
SimpleTypeCborUnmarshallers.InstantCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Integer values.
SimpleTypeCborUnmarshallers.LongCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Long values.
SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for ByteBuffer values.
SimpleTypeCborUnmarshallers.ShortCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for Short values.
SimpleTypeCborUnmarshallers.StringCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Unmarshaller for String values.
SimpleTypeIonUnmarshallers - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers
 
SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.ByteIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.DateIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.FloatIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.LongIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.ShortIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeIonUnmarshallers.StringIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeJsonMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
SimpleTypeJsonUnmarshallers - Class in software.amazon.awssdk.core.runtime.transform
 
SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
 
SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
 
SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Boolean values.
SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Byte values.
SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Character values.
SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Double values.
SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Float values.
SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
 
SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Integer values.
SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Long values.
SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for ByteBuffer values.
SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for Short values.
SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
Unmarshaller for String values.
SimpleTypePathMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
 
size() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
size() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
skip(long) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
 
skip(long) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
 
skip(long) - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
Skips over and discards n bytes of data from this input stream, while taking the skipped bytes into account for digest calculation.
skip(long) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
 
skipChildren() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
software.amazon.awssdk.core - package software.amazon.awssdk.core
 
software.amazon.awssdk.core.adapter - package software.amazon.awssdk.core.adapter
 
software.amazon.awssdk.core.async - package software.amazon.awssdk.core.async
 
software.amazon.awssdk.core.client.builder - package software.amazon.awssdk.core.client.builder
 
software.amazon.awssdk.core.client.config - package software.amazon.awssdk.core.client.config
 
software.amazon.awssdk.core.client.handler - package software.amazon.awssdk.core.client.handler
 
software.amazon.awssdk.core.exception - package software.amazon.awssdk.core.exception
 
software.amazon.awssdk.core.http - package software.amazon.awssdk.core.http
 
software.amazon.awssdk.core.interceptor - package software.amazon.awssdk.core.interceptor
 
software.amazon.awssdk.core.internal - package software.amazon.awssdk.core.internal
 
software.amazon.awssdk.core.internal.async - package software.amazon.awssdk.core.internal.async
 
software.amazon.awssdk.core.internal.client.config - package software.amazon.awssdk.core.internal.client.config
 
software.amazon.awssdk.core.internal.http - package software.amazon.awssdk.core.internal.http
 
software.amazon.awssdk.core.internal.http.async - package software.amazon.awssdk.core.internal.http.async
 
software.amazon.awssdk.core.internal.http.loader - package software.amazon.awssdk.core.internal.http.loader
 
software.amazon.awssdk.core.internal.http.pipeline - package software.amazon.awssdk.core.internal.http.pipeline
 
software.amazon.awssdk.core.internal.http.pipeline.stages - package software.amazon.awssdk.core.internal.http.pipeline.stages
 
software.amazon.awssdk.core.internal.http.response - package software.amazon.awssdk.core.internal.http.response
 
software.amazon.awssdk.core.internal.http.timers - package software.amazon.awssdk.core.internal.http.timers
Classes for the request timeout and client execution timeout features.
software.amazon.awssdk.core.internal.http.timers.client - package software.amazon.awssdk.core.internal.http.timers.client
 
software.amazon.awssdk.core.internal.interceptor - package software.amazon.awssdk.core.internal.interceptor
 
software.amazon.awssdk.core.internal.io - package software.amazon.awssdk.core.internal.io
 
software.amazon.awssdk.core.internal.pagination.async - package software.amazon.awssdk.core.internal.pagination.async
 
software.amazon.awssdk.core.internal.protocol.json - package software.amazon.awssdk.core.internal.protocol.json
 
software.amazon.awssdk.core.internal.retry - package software.amazon.awssdk.core.internal.retry
 
software.amazon.awssdk.core.internal.util - package software.amazon.awssdk.core.internal.util
 
software.amazon.awssdk.core.io - package software.amazon.awssdk.core.io
 
software.amazon.awssdk.core.pagination.async - package software.amazon.awssdk.core.pagination.async
 
software.amazon.awssdk.core.pagination.sync - package software.amazon.awssdk.core.pagination.sync
 
software.amazon.awssdk.core.protocol - package software.amazon.awssdk.core.protocol
 
software.amazon.awssdk.core.protocol.json - package software.amazon.awssdk.core.protocol.json
 
software.amazon.awssdk.core.retry - package software.amazon.awssdk.core.retry
 
software.amazon.awssdk.core.retry.backoff - package software.amazon.awssdk.core.retry.backoff
 
software.amazon.awssdk.core.retry.conditions - package software.amazon.awssdk.core.retry.conditions
 
software.amazon.awssdk.core.runtime - package software.amazon.awssdk.core.runtime
 
software.amazon.awssdk.core.runtime.transform - package software.amazon.awssdk.core.runtime.transform
 
software.amazon.awssdk.core.signer - package software.amazon.awssdk.core.signer
 
software.amazon.awssdk.core.sync - package software.amazon.awssdk.core.sync
 
software.amazon.awssdk.core.util - package software.amazon.awssdk.core.util
 
software.amazon.awssdk.core.util.json - package software.amazon.awssdk.core.util.json
 
software.amazon.awssdk.core.util.xml - package software.amazon.awssdk.core.util.xml
 
standard() - Static method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
 
StandardMemberCopier - Class in software.amazon.awssdk.core.adapter
Used in combination with the generated member copiers to implement deep copies of shape members.
startElement(String) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Starts a new element with the specified name at the current position in the in-progress XML document.
startMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
If there is not an explicit payload member then we need to start the implicit JSON request object.
startMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
 
startMarshalling() - Method in interface software.amazon.awssdk.core.protocol.ProtocolRequestMarshaller
Hook to perform an initialization that needs to happen at the start of marshalling.
startTimer(long) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
Start the timer with the specified timeout and return a object that can be used to track the state of the timer and cancel it if need be.
statusCode(int) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
Specifies the status code returned by the service.
statusCode() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
The status code returned by the service.
statusCode - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
statusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
statusCode() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
 
statusCode() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
The status code that was returned by the called service.
statusCode() - Method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
 
statusText() - Method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
 
stopTask() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
stream() - Method in interface software.amazon.awssdk.core.pagination.sync.SdkIterable
 
STREAM - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
StreamingRequestMarshaller<T> - Class in software.amazon.awssdk.core.runtime.transform
Augments a Marshaller to add contents for a streamed request.
StreamingRequestMarshaller(Marshaller<Request<T>, T>, RequestBody) - Constructor for class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
 
StreamManagingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http
Instruments the request input stream for both retry purposes (to allow for mark/reset) and progress reporting.
StreamManagingStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.StreamManagingStage
 
STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
 
STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
 
STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
 
STRING - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
StringCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
 
StringConversion - Class in software.amazon.awssdk.core.util
Utilities for converting objects to strings.
StringIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
 
StringJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
 
StringToInputStreamAdapter - Class in software.amazon.awssdk.core.adapter
 
StringToInputStreamAdapter() - Constructor for class software.amazon.awssdk.core.adapter.StringToInputStreamAdapter
 
StringToSdkBytesAdapter - Class in software.amazon.awssdk.core.adapter
 
StringToSdkBytesAdapter() - Constructor for class software.amazon.awssdk.core.adapter.StringToSdkBytesAdapter
 
STRUCTURED - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
 
STRUCTURED - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
 
StructuredJsonFactory - Interface in software.amazon.awssdk.core.protocol.json
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
StructuredJsonGenerator - Interface in software.amazon.awssdk.core.protocol.json
Interface for generating a JSON
StructuredPojo - Interface in software.amazon.awssdk.core.protocol
Interface implemented by model classes so that they may marshaller themselves.
subList(int, int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
subscribe(Consumer<T>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
Subscribes to the publisher with the given Consumer.
subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
 
subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
 
subscribe(Subscriber<? super ItemT>) - Method in class software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher
 
subscriber(Subscriber) - Method in interface software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.Builder
 
subscriber(Subscriber) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.BuilderImpl
 
subscriber - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
 
SYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
The HTTP client implementation to make HTTP requests with.
syncClientConfiguration() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Return a client configuration object, populated with the following chain of priorities.
SyncClientHandler - Interface in software.amazon.awssdk.core.client.handler
Client interface to invoke an API.
SyncPageFetcher<ResponseT> - Interface in software.amazon.awssdk.core.pagination.sync
 
SyncResponseHandlerAdapter<T> - Class in software.amazon.awssdk.core.internal.http.async
Adapts an HttpResponseHandler to the asynchronous SdkHttpResponseHandler.
SyncResponseHandlerAdapter(HttpResponseHandler<T>, Function<SdkHttpFullResponse, HttpResponse>, ExecutionAttributes) - Constructor for class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
 

T

testExpression(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Tests the specified expression (a JSON field name) against the current position in the JSON document being parsed.
testExpression(String, int) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
Tests the specified expression (a JSON field name) against the current position in the JSON document being parsed, and restricts the expression to matching at the specified stack depth.
testExpression(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
testExpression(String, int) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
then(Function<HttpClientDependencies, RequestPipeline<OutputT, NewOutputT>>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to chain the current RequestPipelineBuilder with another pipeline stage.
then(Supplier<RequestPipeline<OutputT, NewOutputT>>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to chain the current RequestPipelineBuilder with another pipeline stage.
thisBuilder() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
Return "this" for method chaining.
THROTTLED_BASE_DELAY - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
 
THROTTLED_RETRIES - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
When throttled retries are enabled, this is the total number of subsequent failed retries that may be attempted before retry capacity is fully drained.
throttlingBackoffStrategy(BackoffStrategy) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
throttlingBackoffStrategy() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
 
throttlingBackoffStrategy() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
ThrowableUtils - Class in software.amazon.awssdk.core.internal.util
Utility for use with errors or exceptions.
TIME_OFFSET - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
The key under which the time offset (for clock skew correction) is stored.
timeOffset() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
 
TimeoutThreadPoolBuilder - Class in software.amazon.awssdk.core.internal.http.timers
Utility class to build the ScheduledThreadPoolExecutor for the request timeout and client execution timeout features
TimerExceptionHandlingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Translates an IOException to an InterruptedException if that IOException was caused by the ClientExecutionTimer.
TimerExceptionHandlingStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.TimerExceptionHandlingStage
 
toArray() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
toArray(T1[]) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
 
toBuilder() - Method in class software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.AbortedException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.Crc32MismatchException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.NonRetryableException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.ResetException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.RetryableException
 
toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkClientException
Create a SdkClientException.Builder initialized with the properties of this SdkClientException.
toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkException
Create a SdkException.Builder initialized with the properties of this SdkException.
toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
Create a SdkServiceException.Builder initialized with the properties of this SdkServiceException.
toBuilder() - Method in class software.amazon.awssdk.core.http.ExecutionContext
 
toBuilder() - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
 
toBuilder() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
Create a RequestOverrideConfiguration.Builder initialized with the properties of this SdkRequestOverrideConfiguration.
toBuilder() - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
toBuilder() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
toBuilder() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
toBuilder() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
toBuilder() - Method in class software.amazon.awssdk.core.SdkRequest
 
toBuilder() - Method in class software.amazon.awssdk.core.SdkRequestOverrideConfiguration
 
toBuilder() - Method in class software.amazon.awssdk.core.SdkResponse
 
toBytes() - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all content to a byte array.
toBytes() - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Creates a response transformer that loads all response content into memory, exposed as ResponseBytes.
toFile(Path) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file.
toFile(File) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
Creates an AsyncResponseTransformer that writes all the content to the given file.
toFile(Path) - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the specified file.
toFile(File) - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the specified file.
toHttpFullRequest(Request<?>) - Static method in class software.amazon.awssdk.core.http.SdkHttpFullRequestAdapter
 
toInputStream() - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Creates a response transformer that returns an unmanaged input stream with the response content.
toJsonPrettyString(Object) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
 
toJsonString(Object) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
 
toMarshallingType(T) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
 
toMutableHttpFullRequest(Request<?>) - Static method in class software.amazon.awssdk.core.http.SdkHttpFullRequestAdapter
 
toOutputStream(OutputStream) - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Creates a response transformer that writes all response content to the given OutputStream.
toServiceException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
 
toString() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
 
toString() - Method in class software.amazon.awssdk.core.DefaultRequest
 
toString() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute
 
toString() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
toString() - Method in enum software.amazon.awssdk.core.Protocol
 
toString() - Method in class software.amazon.awssdk.core.ResponseBytes
 
toString() - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
 
toString() - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
 
toString() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
 
toString() - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
 
toString() - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
 
toString() - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
 
toString() - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
 
toString() - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
 
toString() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
 
toString() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
 
toString() - Method in class software.amazon.awssdk.core.SdkBytes
 
toString() - Method in class software.amazon.awssdk.core.SdkResponseMetadata
 
totalRequests() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
 
transform(ResponseT, AbortableInputStream) - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
 
TypeAdapter<SourceT,DestinationT> - Interface in software.amazon.awssdk.core.adapter
Adapter interface to convert one type to another
TypeConverter - Class in software.amazon.awssdk.core.runtime
A utilities class used by generated clients to easily convert between nested types, such as lists and maps.

U

unmanaged(ResponseTransformer<ResponseT, ReturnT>) - Static method in interface software.amazon.awssdk.core.sync.ResponseTransformer
Static helper method to create a response transformer that allows the connection to be left open.
unmarshall(JsonNode) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonErrorUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ByteCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.InstantCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.LongCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ByteIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.LongIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.internal.protocol.json.VoidJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.ListUnmarshaller
Unmarshalls the response headers or the json doc in the payload to the list
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.MapUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
 
unmarshall(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
 
unmarshall(R) - Method in interface software.amazon.awssdk.core.runtime.transform.Unmarshaller
 
Unmarshaller<T,R> - Interface in software.amazon.awssdk.core.runtime.transform
 
UNMARSHALLERS - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
 
UnreliableFilterInputStream - Class in software.amazon.awssdk.core.internal.util
An internal class used solely for the purpose of testing via failure injection.
UnreliableFilterInputStream(InputStream, boolean) - Constructor for class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
UnwrapResponseContainer<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
Unwrap a Response container to just the POJO result.
UnwrapResponseContainer() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.UnwrapResponseContainer
 
updateTimeOffset(int) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
Updates the time offset of the client as well as the global time offset.
UriResourcePathUtils - Class in software.amazon.awssdk.core.util
 
USER_AGENT_PREFIX - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
Set the prefix of the user agent that is sent with each request to AWS.
USER_AGENT_SUFFIX - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
Set the suffix of the user agent that is sent with each request to AWS.
UserAgentUtils - Class in software.amazon.awssdk.core.internal.util
Utility class for accessing AWS SDK versioning information.

V

validateAsyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
 
validateSyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
 
value(String) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Adds the specified value as text to the current position of the in progress XML document.
value(ByteBuffer) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Adds the specified value as Base64 encoded text to the current position of the in progress XML document.
value(Date) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Adds the specified date as text to the current position of the in-progress XML document.
value(Object) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
Adds the string representation of the specified object to the current position of the in progress XML document.
valueOf(String) - Static method in enum software.amazon.awssdk.core.exception.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.core.protocol.MarshallLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.core.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.awssdk.core.SdkSystemSetting
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.awssdk.core.exception.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.core.protocol.MarshallLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.core.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.awssdk.core.SdkSystemSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
 
ValueToStringConverter - Class in software.amazon.awssdk.core.internal.protocol.json
Converts various types to Strings.
ValueToStringConverter.ValueToString<T> - Interface in software.amazon.awssdk.core.internal.protocol.json
Simple interface to convert a type to a String.
version(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
Set the version of the API.
version() - Method in class software.amazon.awssdk.core.ApiName
 
version() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
 
VersionInfo - Class in software.amazon.awssdk.core.util
 
VersionInfo() - Constructor for class software.amazon.awssdk.core.util.VersionInfo
 
VoidJsonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
Simple unmarshaller that iterates through the JSON events but always returns a dummy empty SdkResponse.
VoidJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.VoidJsonUnmarshaller
 

W

withAsyncRequestBody(AsyncRequestBody) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
withBaseServiceExceptionClass(Class<? extends RuntimeException>) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
withBytesReadBeforeException(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
withContentTypeOverride(String) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
withCustomErrorCodeFieldName(String) - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
 
withErrorCode(String) - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
withErrorResponseHandler(HttpResponseHandler<? extends SdkException>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
withErrorShapes(List<JsonErrorShapeMetadata>) - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
 
withHasStreamingSuccessResponse(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonOperationMetadata
 
withHttpMethod(HttpMethodName) - Method in class software.amazon.awssdk.core.DefaultRequest
 
withHttpStatusCode(Integer) - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
withInput(InputT) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
withMarshaller(Marshaller<Request<InputT>, InputT>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
withMaxNumErrors(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
withModeledClass(Class<? extends SdkServiceException>) - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
 
withParameter(String, String) - Method in class software.amazon.awssdk.core.DefaultRequest
 
withParameter(String, String) - Method in interface software.amazon.awssdk.core.Request
Adds the specified request parameter to this request, and returns the updated request object.
withPayloadJson(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonOperationMetadata
 
withResetIntervalBeforeException(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
 
withResponseHandler(HttpResponseHandler<OutputT>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
 
withSupportsCbor(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
withSupportsIon(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
 
withTimeOffset(int) - Method in class software.amazon.awssdk.core.DefaultRequest
 
withTimeOffset(int) - Method in interface software.amazon.awssdk.core.Request
Sets the optional value for time offset for this request.
wrap(InputStream) - Static method in class software.amazon.awssdk.core.io.ReleasableInputStream
Wraps the given input stream into a ReleasableInputStream if necessary.
wrappedWith(BiFunction<HttpClientDependencies, RequestPipeline<InputT, OutputT>, RequestPipeline<NewInputT, NewOutputT>>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to wrap the current RequestPipelineBuilder with another pipeline stage.
wrappedWith(Function<RequestPipeline<InputT, OutputT>, RequestPipeline<NewInputT, NewOutputT>>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
Factory method to wrap the current RequestPipelineBuilder with another pipeline stage.
writeEndArray() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeEndArray() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeEndArray() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeEndObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeEndObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeEndObject() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeFieldName(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeFieldName(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeFieldName(String) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeNull() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeNull() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeNull() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writer - Variable in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeStartArray() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeStartArray() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeStartArray() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeStartObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeStartObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeStartObject() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(Instant) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkCborGenerator
Jackson doesn't have native support for timestamp.
writeValue(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(boolean) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(long) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(double) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(float) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(short) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(int) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(ByteBuffer) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(Instant) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(BigDecimal) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(BigInteger) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
 
writeValue(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(boolean) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(long) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(double) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(float) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(short) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(int) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(ByteBuffer) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(Instant) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(BigDecimal) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(BigInteger) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
 
writeValue(String) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(boolean) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(long) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(double) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(float) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(short) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(int) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(ByteBuffer) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(Instant) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(BigDecimal) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 
writeValue(BigInteger) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
 

X

X_AMZ_ID_2_HEADER - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
 
X_AMZN_REQUEST_ID_HEADER - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
 
XmlWriter - Class in software.amazon.awssdk.core.util.xml
Utility for creating easily creating XML documents, one element at a time.
XmlWriter(Writer) - Constructor for class software.amazon.awssdk.core.util.xml.XmlWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
XmlWriter(Writer, String) - Constructor for class software.amazon.awssdk.core.util.xml.XmlWriter
Creates a new XMLWriter, ready to write an XML document to the specified writer.
xpath() - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
Returns a new instance of XPath, which is not thread safe and not reentrant.
XpathUtils - Class in software.amazon.awssdk.core.util.xml
Utility methods for extracting data from XML documents using Xpath expressions.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.