A B C D E F G H I J K L M N O P Q R S T U V W X Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abort() - Method in class software.amazon.awssdk.core.internal.io.ChecksumValidatingInputStream
- abort() - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- 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
- abortable(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.ApiCallTimeoutTracker
- abortable(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.NoOpTimeoutTracker
- abortable(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.SyncTimeoutTask
- abortable(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTask
- abortable(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTracker
-
Sets the abortable task to be aborted by
TimeoutTask
- AbortedException - Exception in software.amazon.awssdk.core.exception
-
Extension of
SdkClientException
that is thrown whenever an operation has been aborted by the SDK. - 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.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.
- AbstractStreamingRequestMarshaller<T> - Class in software.amazon.awssdk.core.internal.transform
- AbstractStreamingRequestMarshaller(AbstractStreamingRequestMarshaller.Builder) - Constructor for class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
- AbstractStreamingRequestMarshaller.Builder<BuilderT extends AbstractStreamingRequestMarshaller.Builder> - Class in software.amazon.awssdk.core.internal.transform
- accept(DocumentVisitor<? extends R>) - Method in interface software.amazon.awssdk.core.document.Document
-
Accepts a visitor to the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Accepts a visitor with the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.ListDocument
-
Accepts a visitor with the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.MapDocument
-
Accepts a visitor with the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.NullDocument
-
Accepts a visitor with the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
-
Accepts a visitor with the Document.
- accept(DocumentVisitor<? extends R>) - Method in class software.amazon.awssdk.core.document.internal.StringDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in interface software.amazon.awssdk.core.document.Document
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.ListDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.MapDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.NullDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
-
Accepts a visitor with the Document.
- accept(VoidDocumentVisitor) - Method in class software.amazon.awssdk.core.document.internal.StringDocument
-
Accepts a visitor with the Document.
- acceptors(List<WaiterAcceptor<? super T>>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
- acceptors(List<WaiterAcceptor<? super T>>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter.DefaultBuilder
- acceptors(List<WaiterAcceptor<? super T>>) - Method in interface software.amazon.awssdk.core.waiters.WaiterBuilder
-
Defines a list of
WaiterAcceptor
s to check whether an expected state has met after executing an operation. - acquire() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Attempts to acquire a single capacity unit.
- acquire(double) - Method in class software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket
-
Acquire tokens from the bucket.
- acquire(double, boolean) - Method in class software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket
-
Acquire tokens from the bucket.
- acquire(int) - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Attempts to acquire a given amount of capacity.
- acquireInitialToken() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Invoke when starting the first attempt.
- acquireInitialToken(AcquireInitialTokenRequest) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- acquireNonBlocking(double, boolean) - Method in class software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket
-
Acquire capacity from the rate limiter without blocking the call.
- activeWriteFuture() - Method in class software.amazon.awssdk.core.internal.async.InputStreamWithExecutorAsyncRequestBody
- adapt(Publisher<T>) - Static method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Adapts a
Publisher
toSdkPublisher
. - adapt(SourceT) - Method in interface software.amazon.awssdk.core.adapter.TypeAdapter
- ADAPTIVE - software.amazon.awssdk.core.retry.RetryMode
-
Deprecated.As of 2.25.xx, replaced by
RetryMode.ADAPTIVE_V2
. The ADAPTIVE implementation has a bug that prevents it from remembering its state across requests which is needed to correctly estimate its sending rate. Given that this bug has been present since its introduction and that correct version might change the traffic patterns of the SDK we deemed too risky to fix this implementation. - ADAPTIVE_V2 - software.amazon.awssdk.core.retry.RetryMode
-
Adaptive V2 retry mode builds on
RetryMode.STANDARD
mode. - adaptiveRetryStrategy() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns an
AdaptiveRetryStrategy
with generic SDK retry conditions. - adaptiveRetryStrategyBuilder() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns an
AdaptiveRetryStrategy.Builder
with preconfigured generic SDK retry conditions. - add(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- add(T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- addAcceptor(WaiterAcceptor<? super T>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
- addAcceptor(WaiterAcceptor<? super T>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter.DefaultBuilder
- addAcceptor(WaiterAcceptor<? super T>) - Method in interface software.amazon.awssdk.core.waiters.WaiterBuilder
-
Adds a
WaiterAcceptor
to the end of the ordered waiterAcceptors list. - addAll(int, Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- addAll(Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- 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(Consumer<ApiName.Builder>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- 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(ApiName) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- addBoolean(boolean) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given boolean.
- addBoolean(boolean) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addDocument(Document) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document to the constructed Document List.
- addDocument(Document) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- 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.
- addHeaders(SdkHttpFullRequest.Builder, Optional<Long>, boolean, boolean, boolean) - Method in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
-
This method will run certain validations for content-length and add additional headers (like Transfer-Encoding) if necessary.
- ADDITIONAL_HTTP_HEADERS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- additionalRetryConditionsAllowed() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Returns true if service-specific conditions are allowed on this policy (e.g.
- additionalRetryConditionsAllowed() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- additionalRetryConditionsAllowed(boolean) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure whether further conditions can be added to this policy after it is created.
- addMap(Consumer<Document.MapBuilder>) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Inserts a Document Value constructed from Consumer of
Document.MapBuilder
. - addMap(Consumer<Document.MapBuilder>) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addMetricPublisher(MetricPublisher) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Add a metric publisher to the existing list of previously set publishers to be used for publishing metrics for this client.
- addMetricPublisher(MetricPublisher) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Add a metric publisher to the existing list of previously set publishers to be used for publishing metrics for this request.
- addMetricPublisher(MetricPublisher) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- addNull() - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Inserts a Null Document to the constructed Document List.
- addNull() - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(double) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given double.
- addNumber(double) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(float) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given float.
- addNumber(float) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(int) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given integer.
- addNumber(int) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(long) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given long.
- addNumber(long) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(String) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given String.
- addNumber(String) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(BigDecimal) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given BigDecimal.
- addNumber(BigDecimal) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(BigInteger) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given BigInteger.
- addNumber(BigInteger) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addNumber(SdkNumber) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given
SdkNumber
. - addNumber(SdkNumber) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addPlugin(SdkPlugin) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
-
Adds a plugin to the client builder.
- addPlugin(SdkPlugin) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- addPlugin(SdkPlugin) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Add a plugin used to update the configuration used by this request.
- addPlugin(SdkPlugin) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- addString(String) - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Adds a Document which is constructed from the given stringValue..
- addString(String) - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- addTrailingData(Supplier<Iterable<T>>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Creates a new publisher that emits trailing events provided by
trailingDataSupplier
in addition to the published events. - adjustClockIfClockSkew(Response<?>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Adjust the client-side clock skew if the provided response indicates that there is a large skew between the client and service.
- adjustClockIfClockSkew(Response<?>) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Adjust the client-side clock skew if the provided response indicates that there is a large skew between the client and service.
- 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() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.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.
- 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.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.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.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.interceptor.ExecutionInterceptorChain
- aggregateRetryCondition() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the retry condition that aggregates the
RetryPolicy.Builder.retryCondition(RetryCondition)
,RetryPolicy.Builder.numRetries(Integer)
andRetryPolicy.Builder.retryCapacityCondition(RetryCondition)
configured on the builder. - algorithm() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- algorithm(Algorithm) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- algorithm(Algorithm) - Method in interface software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
-
Sets the checksum algorithm.
- Algorithm - Enum in software.amazon.awssdk.core.checksums
-
Enum that indicates all the checksums supported by Flexible checksums in a Service Request/Response Header.
- 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. - ANON - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- API_CALL_ATTEMPT_METRIC_COLLECTOR - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The
MetricCollector
associated with the current, ongoing API call attempt. - API_CALL_ATTEMPT_START_NANO_TIME - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The nano time that the current API call attempt began.
- API_CALL_ATTEMPT_TIMEOUT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- API_CALL_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of the API call.
- API_CALL_METRIC_COLLECTOR - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The
MetricCollector
associated with the overall API call. - API_CALL_SUCCESSFUL - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
True if the API call succeeded, false otherwise.
- API_CALL_TIMEOUT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- ApiCallAttemptMetricCollectionStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper pipeline that initializes and tracks the API call attempt metric collection.
- ApiCallAttemptMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage
- apiCallAttemptResponseBytesRead(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- apiCallAttemptStartNanoTime(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- apiCallAttemptTimeout() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The amount of time to wait for the http request to complete before giving up and timing out.
- apiCallAttemptTimeout() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- apiCallAttemptTimeout() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
The amount of time to wait for the http request to complete before giving up and timing out.
- apiCallAttemptTimeout() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- apiCallAttemptTimeout() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- apiCallAttemptTimeout(Duration) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the amount of time to wait for the http request to complete before giving up and timing out.
- apiCallAttemptTimeout(Duration) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Configure the amount of time to wait for the http request to complete before giving up and timing out.
- apiCallAttemptTimeout(Duration) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- ApiCallAttemptTimeoutException - Exception in software.amazon.awssdk.core.exception
-
Signals that an api call attempt could not complete within the specified timeout.
- ApiCallAttemptTimeoutException.Builder - Interface in software.amazon.awssdk.core.exception
- ApiCallAttemptTimeoutException.BuilderImpl - Class in software.amazon.awssdk.core.exception
- apiCallAttemptTimeoutTracker() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- apiCallAttemptTimeoutTracker(TimeoutTracker) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- ApiCallAttemptTimeoutTrackingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around a
RequestPipeline
to manage the api call attempt timeout feature. - ApiCallAttemptTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage
- ApiCallMetricCollectionStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper pipeline that tracks the
CoreMetric.API_CALL_DURATION
metric. - ApiCallMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage
- apiCallTimeout() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The amount of time to allow the client to complete the execution of an API call.
- apiCallTimeout() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- apiCallTimeout() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
The amount of time to allow the client to complete the execution of an API call.
- apiCallTimeout() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- apiCallTimeout() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- apiCallTimeout(Duration) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the amount of time to allow the client to complete the execution of an API call.
- apiCallTimeout(Duration) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Configure the amount of time to allow the client to complete the execution of an API call.
- apiCallTimeout(Duration) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- ApiCallTimeoutException - Exception in software.amazon.awssdk.core.exception
-
Signals that an api call could not complete within the specified timeout.
- ApiCallTimeoutException.Builder - Interface in software.amazon.awssdk.core.exception
- ApiCallTimeoutException.BuilderImpl - Class in software.amazon.awssdk.core.exception
- apiCallTimeoutTracker() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- apiCallTimeoutTracker(TimeoutTracker) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
Sets the tracker task for the .
- ApiCallTimeoutTracker - Class in software.amazon.awssdk.core.internal.http.timers
-
Api Call Timeout Tracker to track the
TimeoutTask
and theScheduledFuture
. - ApiCallTimeoutTracker(TimeoutTask, ScheduledFuture<?>) - Constructor for class software.amazon.awssdk.core.internal.http.timers.ApiCallTimeoutTracker
- ApiCallTimeoutTrackingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around a
RequestPipeline
to manage the api call timeout feature. - ApiCallTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage
- 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(SdkException) - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction
- 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
-
A stage for adding the user agent header to the request, after retrieving the current string from execution attributes and adding any additional information.
- ApplyUserAgentStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
- asBoolean() - Method in interface software.amazon.awssdk.core.document.Document
-
Gets the document as a
boolean
if it is a boolean. - asBoolean() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Gets the boolean value of the Document.
- asBoolean() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- asBoolean() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- asBoolean() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- asBoolean() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- asBoolean() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- asByteArray() - Method in class software.amazon.awssdk.core.BytesWrapper
- asByteArrayUnsafe() - Method in class software.amazon.awssdk.core.BytesWrapper
- asByteBuffer() - Method in class software.amazon.awssdk.core.BytesWrapper
- asContentStreamProvider() - Method in class software.amazon.awssdk.core.BytesWrapper
- asInputStream() - Method in class software.amazon.awssdk.core.BytesWrapper
- asList() - Method in interface software.amazon.awssdk.core.document.Document
-
Gets the document as a
List
if it is a document type array. - asList() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- asList() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- asList() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- asList() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- asList() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- asList() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- asMap() - Method in interface software.amazon.awssdk.core.document.Document
-
Gets the document as a
Map
. - asMap() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- asMap() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- asMap() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- asMap() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- asMap() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- asMap() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- asNumber() - Method in interface software.amazon.awssdk.core.document.Document
- asNumber() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- asNumber() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- asNumber() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- asNumber() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- asNumber() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
-
Returned as {
SdkNumber
}. - asNumber() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- asOverrideConfiguration() - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
Create a
ClientOverrideConfiguration
using the values currently in this configuration. - asOverrideConfigurationBuilder() - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Create a
ClientOverrideConfiguration.Builder
using the values currently in this builder. - asSdkException(Throwable) - Static method in class software.amazon.awssdk.core.internal.util.ThrowableUtils
-
Wraps the given
Throwable
inSdkException
if necessary. - asString() - Method in interface software.amazon.awssdk.core.document.Document
-
Gets the document as a
String
. - asString() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- asString() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- asString() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- asString() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- asString() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- asString() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
-
Gets the String value of the Document.
- asString(Charset) - Method in class software.amazon.awssdk.core.BytesWrapper
-
Retrieve the output as a string.
- asUtf8String() - Method in class software.amazon.awssdk.core.BytesWrapper
- 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
-
A version of
RequestPipelineBuilder.async(Function)
that takes aSupplier
- ASYNC - software.amazon.awssdk.core.ClientType
- 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_HTTP_SERVICE_IMPL - software.amazon.awssdk.core.SdkSystemSetting
-
Explicitly identify the default Async HTTP implementation the SDK will use.
- AsyncAfterTransmissionInterceptorCallingResponseHandler<T> - Class in software.amazon.awssdk.core.internal.http.async
-
Async response handler decorator to run interceptors after response is received.
- AsyncAfterTransmissionInterceptorCallingResponseHandler(TransformingAsyncResponseHandler<T>, ExecutionContext) - Constructor for class software.amazon.awssdk.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
- AsyncApiCallAttemptMetricCollectionStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper pipeline that initializes and tracks the API call attempt metric collection.
- AsyncApiCallAttemptMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallAttemptMetricCollectionStage
- AsyncApiCallMetricCollectionStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper pipeline that tracks the
CoreMetric.API_CALL_DURATION
metric. - AsyncApiCallMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallMetricCollectionStage
- AsyncApiCallTimeoutTrackingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
- AsyncApiCallTimeoutTrackingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallTimeoutTrackingStage
- AsyncBeforeTransmissionExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
- AsyncBeforeTransmissionExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncBeforeTransmissionExecutionInterceptorsStage
- 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(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 newClientAsyncConfiguration.Builder
. - 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(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() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
-
The
AsyncRequestBody
that allows non-blocking streaming of request content. - asyncRequestBody() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- asyncRequestBody(AsyncRequestBody) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- asyncRequestBody(AsyncRequestBody) - Method in interface software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
-
Sets the AsyncRequestBody that will be wrapped.
- asyncRequestBody(AsyncRequestBody) - Method in interface software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody.Builder
-
Sets the AsyncRequestBody that will be wrapped.
- asyncRequestBody(AsyncRequestBody) - Method in class software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
- AsyncRequestBody - Interface in software.amazon.awssdk.core.async
-
Interface to allow non-blocking streaming of request content.
- AsyncRequestBodyFromInputStreamConfiguration - Class in software.amazon.awssdk.core.async
-
Configuration options for
AsyncRequestBody.fromInputStream(AsyncRequestBodyFromInputStreamConfiguration)
to configure how the SDK should create anAsyncRequestBody
from anInputStream
. - AsyncRequestBodyFromInputStreamConfiguration.Builder - Interface in software.amazon.awssdk.core.async
- AsyncRequestBodyListener - Interface in software.amazon.awssdk.core.async.listener
-
Listener interface that invokes callbacks associated with a
AsyncRequestBody
and any resultingSubscriber
. - AsyncRequestBodyListener.NotifyingAsyncRequestBody - Class in software.amazon.awssdk.core.async.listener
- AsyncRequestBodySigner - Interface in software.amazon.awssdk.core.signer
-
Deprecated.Replaced by
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
in 'http-auth-spi'. - AsyncRequestBodySplitConfiguration - Class in software.amazon.awssdk.core.async
-
Configuration options for
AsyncRequestBody.split(software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration)
to configure how the SDK should split anSdkPublisher
. - AsyncRequestBodySplitConfiguration.Builder - Interface in software.amazon.awssdk.core.async
- AsyncResponseHandler<T> - Class in software.amazon.awssdk.core.internal.http.async
-
Response handler for asynchronous non-streaming operations.
- AsyncResponseHandler(HttpResponseHandler<T>, Function<SdkHttpFullResponse, SdkHttpFullResponse>, ExecutionAttributes) - Constructor for class software.amazon.awssdk.core.internal.http.async.AsyncResponseHandler
- AsyncResponseTransformer<ResponseT,ResultT> - Interface in software.amazon.awssdk.core.async
-
Callback interface to handle a streaming asynchronous response.
- AsyncResponseTransformerListener<ResponseT> - Interface in software.amazon.awssdk.core.async.listener
-
Listener interface that invokes callbacks associated with a
AsyncResponseTransformer
and any resultingSdkPublisher
andSubscriber
. - AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer<ResponseT,ResultT> - Class in software.amazon.awssdk.core.async.listener
- AsyncResponseTransformerUtils - Class in software.amazon.awssdk.core.async
- AsyncRetryableStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around the pipeline for a single request to provide retry, clockskew and request throttling functionality.
- AsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
- AsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>, RateLimitingTokenBucket) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
- AsyncRetryableStage2<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around the pipeline for a single request to provide retry, clockskew and request throttling functionality.
- AsyncRetryableStage2(TransformingAsyncResponseHandler<Response<OutputT>>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage2
- AsyncSigner - Interface in software.amazon.awssdk.core.signer
-
Deprecated.Replaced by
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
in 'http-auth-spi'. - AsyncSigningStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
- AsyncSigningStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncSigningStage
- AsyncStreamingRequestMarshaller<T> - Class in software.amazon.awssdk.core.runtime.transform
-
Augments a
Marshaller
to add contents for an async streamed request. - AsyncStreamingRequestMarshaller.Builder - Class in software.amazon.awssdk.core.runtime.transform
-
Builder class to build
AsyncStreamingRequestMarshaller
object. - AsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT> - Class in software.amazon.awssdk.core.internal.http.async
-
Response handler for asynchronous streaming operations.
- AsyncStreamingResponseHandler(AsyncResponseTransformer<OutputT, ReturnT>) - Constructor for class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- AsyncStreamPrepender<T> - Class in software.amazon.awssdk.core.internal.async
- AsyncStreamPrepender(Publisher<T>, T) - Constructor for class software.amazon.awssdk.core.internal.async.AsyncStreamPrepender
- AsyncTimeoutTask - Class in software.amazon.awssdk.core.internal.http.timers
-
Implementation of
TimeoutTask
for asynchronous operations to be scheduled to fail theCompletableFuture
and abort the asynchronous requests. - AsyncTimeoutTask(CompletableFuture<?>, Supplier<SdkClientException>) - Constructor for class software.amazon.awssdk.core.internal.http.timers.AsyncTimeoutTask
-
Constructs a new
AsyncTimeoutTask
. - AsyncWaiter<T> - Interface in software.amazon.awssdk.core.waiters
-
Waiter utility class that waits for a resource to transition to the desired state asynchronously
- AsyncWaiter.Builder<T> - Interface in software.amazon.awssdk.core.waiters
-
The Waiter Builder
- AsyncWaiterExecutor<T> - Class in software.amazon.awssdk.core.internal.waiters
-
Executes async waiter operations
- AsyncWaiterExecutor(WaiterConfiguration, List<WaiterAcceptor<? super T>>, ScheduledExecutorService) - Constructor for class software.amazon.awssdk.core.internal.waiters.AsyncWaiterExecutor
- AttachHttpMetadataResponseHandler<T extends SdkResponse> - Class in software.amazon.awssdk.core.client.handler
-
Decorate
HttpResponseHandler
to attachSdkHttpResponse
to the response object. - AttachHttpMetadataResponseHandler(HttpResponseHandler<T>) - Constructor for class software.amazon.awssdk.core.client.handler.AttachHttpMetadataResponseHandler
- attemptMetricCollector() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- attemptMetricCollector(MetricCollector) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- attemptsExecuted() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- attemptsExecuted() - Method in interface software.amazon.awssdk.core.waiters.WaiterResponse
- attemptsExecuted(Integer) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder
-
Defines the number of attempts executed in the waiter operation
- attemptSucceeded() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Notify the retry policy that the request attempt succeeded.
- attributeGetter() - Method in class software.amazon.awssdk.core.traits.XmlAttributesTrait.AttributeAccessors
- attributeGetter(Function<Object, String>) - Method in class software.amazon.awssdk.core.traits.XmlAttributesTrait.AttributeAccessors.Builder
- attributes() - Method in class software.amazon.awssdk.core.traits.XmlAttributesTrait
- AUTH_SCHEME_PROVIDER - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The
AuthSchemeProvider
configured on the client. - AUTH_SCHEME_RESOLVER - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The auth scheme provider used to resolve the auth scheme for a request.
- AUTH_SCHEMES - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The
AuthScheme
s configured on the client. - AUTH_SCHEMES - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The auth schemes available for a request.
- authSchemeOption() - Method in class software.amazon.awssdk.core.SelectedAuthScheme
- authSchemes() - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- authSchemes() - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Returns the configured map of auth schemes.
- available() - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- available() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
- 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_ACCESS_KEY_ID - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS access key ID.
- AWS_ACCOUNT_ID - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS account id associated with credentials supplied through system properties.
- AWS_ACCOUNT_ID_ENDPOINT_MODE - software.amazon.awssdk.core.SdkSystemSetting
-
Which
AccountIdEndpointMode
to use, case insensitive - AWS_CHUNKED_HEADER - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- AWS_CONTAINER_AUTHORIZATION_TOKEN - software.amazon.awssdk.core.SdkSystemSetting
-
An authorization token to pass to a container metadata service, only used when
SdkSystemSetting.AWS_CONTAINER_CREDENTIALS_FULL_URI
is specified. - AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE - software.amazon.awssdk.core.SdkSystemSetting
-
The absolute file path containing the authorization token in plain text to pass to a container metadata service, only used when
SdkSystemSetting.AWS_CONTAINER_CREDENTIALS_FULL_URI
is specified. - AWS_CONTAINER_CREDENTIALS_FULL_URI - software.amazon.awssdk.core.SdkSystemSetting
-
The full URI path to a localhost metadata service to be used.
- AWS_CONTAINER_CREDENTIALS_RELATIVE_URI - software.amazon.awssdk.core.SdkSystemSetting
-
The elastic container metadata service path that should be called by the ContainerCredentialsProvider when loading credentials form the container metadata service.
- AWS_CONTAINER_SERVICE_ENDPOINT - software.amazon.awssdk.core.SdkSystemSetting
-
The elastic container metadata service endpoint that should be called by the ContainerCredentialsProvider when loading data from the container metadata service.
- AWS_DEFAULTS_MODE - software.amazon.awssdk.core.SdkSystemSetting
-
Which
DefaultsMode
to use, case insensitive - AWS_DISABLE_REQUEST_COMPRESSION - software.amazon.awssdk.core.SdkSystemSetting
-
Whether request compression is disabled for operations marked with the RequestCompression trait.
- AWS_EC2_METADATA_DISABLED - software.amazon.awssdk.core.SdkSystemSetting
-
Whether to load information such as credentials, regions from EC2 Metadata instance service.
- AWS_EC2_METADATA_SERVICE_ENDPOINT - software.amazon.awssdk.core.SdkSystemSetting
-
The EC2 instance metadata service endpoint.
- AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE - software.amazon.awssdk.core.SdkSystemSetting
- AWS_EC2_METADATA_V1_DISABLED - software.amazon.awssdk.core.SdkSystemSetting
-
Whether to disable fallback to insecure EC2 Metadata instance service v1 on errors or timeouts.
- AWS_ENDPOINT_DISCOVERY_ENABLED - software.amazon.awssdk.core.SdkSystemSetting
-
Whether endpoint discovery should be enabled.
- AWS_EXECUTION_ENV - software.amazon.awssdk.core.SdkSystemSetting
-
The execution environment of the SDK user.
- AWS_EXTENDED_REQUEST_ID - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The extended request ID of the service request.
- AWS_MAX_ATTEMPTS - software.amazon.awssdk.core.SdkSystemSetting
-
Defines the default value for
RetryPolicy.Builder.numRetries(Integer)
, if the retry count is not overridden in the retry policy configured viaClientOverrideConfiguration.Builder.retryPolicy(RetryPolicy)
. - AWS_REGION - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the default region.
- AWS_REQUEST_ID - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The request ID of the service request.
- AWS_REQUEST_MIN_COMPRESSION_SIZE_BYTES - software.amazon.awssdk.core.SdkSystemSetting
-
Defines the minimum compression size in bytes, inclusive, for a request to be compressed.
- AWS_RETRY_MODE - software.amazon.awssdk.core.SdkSystemSetting
-
Which
RetryMode
to use for the defaultRetryPolicy
, when one is not specified at the client level. - AWS_ROLE_ARN - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS role arn.
- AWS_ROLE_SESSION_NAME - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the session name for a role.
- AWS_S3_DISABLE_EXPRESS_SESSION_AUTH - software.amazon.awssdk.core.SdkSystemSetting
- AWS_S3_US_EAST_1_REGIONAL_ENDPOINT - software.amazon.awssdk.core.SdkSystemSetting
-
The S3 regional endpoint setting for the
us-east-1
region. - AWS_SECRET_ACCESS_KEY - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS secret access key.
- AWS_SESSION_TOKEN - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS session token.
- AWS_USE_DUALSTACK_ENDPOINT - software.amazon.awssdk.core.SdkSystemSetting
-
Defines whether dualstack endpoints should be resolved during default endpoint resolution instead of non-dualstack endpoints.
- AWS_USE_FIPS_ENDPOINT - software.amazon.awssdk.core.SdkSystemSetting
-
Defines whether fips endpoints should be resolved during default endpoint resolution instead of non-fips endpoints.
- AWS_WEB_IDENTITY_TOKEN_FILE - software.amazon.awssdk.core.SdkSystemSetting
-
Configure the AWS web identity token file path.
- awsChunkedEncodingConfig - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- awsChunkedEncodingConfig(AwsChunkedEncodingConfig) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- AwsChunkedEncodingConfig - Class in software.amazon.awssdk.core.internal.chunked
- AwsChunkedEncodingConfig.Builder - Interface in software.amazon.awssdk.core.internal.chunked
- AwsChunkedEncodingInputStream - Class in software.amazon.awssdk.core.internal.io
-
A wrapper of InputStream that implements pseudo-chunked-encoding.
- AwsChunkedEncodingInputStream(InputStream, SdkChecksum, String, AwsChunkedEncodingConfig) - Constructor for class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
-
Creates a chunked encoding input stream initialized with the originating stream.
- AwsChunkedEncodingInputStream.Builder<T extends AwsChunkedEncodingInputStream.Builder> - Class in software.amazon.awssdk.core.internal.io
- AwsChunkedInputStream - Class in software.amazon.awssdk.core.internal.io
-
A wrapper of InputStream that implements streaming in chunks.
- AwsChunkedInputStream() - Constructor for class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- AwsCompressionInputStream - Class in software.amazon.awssdk.core.internal.io
-
A wrapper class of InputStream that implements compression in chunks.
- AwsCompressionInputStream.Builder - Class in software.amazon.awssdk.core.internal.io
- AwsUnsignedChunkedEncodingInputStream - Class in software.amazon.awssdk.core.internal.io
-
A wrapper class of InputStream that implements chunked-encoding.
- AwsUnsignedChunkedEncodingInputStream.Builder - Class in software.amazon.awssdk.core.internal.io
B
- BACKOFF_DELAY_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time that the SDK has waited before this API call attempt, based on the
RetryPolicy.backoffStrategy()
. - backoffStrategy() - Method in class software.amazon.awssdk.core.internal.waiters.WaiterConfiguration
- backoffStrategy() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.Builder.backoffStrategy(BackoffStrategy)
configured on the builder. - backoffStrategy() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- backoffStrategy() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- backoffStrategy(BackoffStrategy) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure the backoff strategy that should be used for waiting in between retry attempts.
- backoffStrategy(BackoffStrategy) - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration.Builder
-
Define the
BackoffStrategy
that computes the delay before the next retry request. - backoffStrategy(BackoffStrategy) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- BackoffStrategy - Interface in software.amazon.awssdk.core.retry.backoff
-
Deprecated.Use instead
BackoffStrategy
- base64EncodedLength() - Method in enum software.amazon.awssdk.core.checksums.Algorithm
-
Length corresponds to Base64Encoded length for a given Checksum.
- BaseAsyncClientHandler - Class in software.amazon.awssdk.core.internal.handler
- BaseAsyncClientHandler(SdkClientConfiguration, AmazonAsyncHttpClient) - Constructor for class software.amazon.awssdk.core.internal.handler.BaseAsyncClientHandler
- BaseClientHandler - Class in software.amazon.awssdk.core.internal.handler
- BaseClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.internal.handler.BaseClientHandler
- baseDelay() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
Deprecated.
- baseDelay() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
Deprecated.
- baseDelay(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
Deprecated.
- baseDelay(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
Deprecated.
- baseDelay(RetryMode) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- BaseSyncClientHandler - Class in software.amazon.awssdk.core.internal.handler
- BaseSyncClientHandler(SdkClientConfiguration, AmazonSyncHttpClient) - Constructor for class software.amazon.awssdk.core.internal.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.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.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.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.interceptor.ExecutionInterceptorChain
- BeforeUnmarshallingExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Invoke the
ExecutionInterceptor.beforeUnmarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
callback to allow for pre-processing on theSdkHttpResponse
before it is handed off to the unmarshaller. - BeforeUnmarshallingExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
- BIG_DECIMAL - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- bigDecimalValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the bigDecimalValue of the
SdkNumber
. - BINARY_ION_ENABLED - software.amazon.awssdk.core.SdkSystemSetting
-
Whether binary ION representation optimization should automatically be used if the service supports ION.
- BlockingInputStreamAsyncRequestBody - Class in software.amazon.awssdk.core.async
-
An implementation of
AsyncRequestBody
that allows performing a blocking write of an input stream to a downstream service. - BlockingInputStreamAsyncRequestBody.Builder - Class in software.amazon.awssdk.core.async
- BlockingOutputStreamAsyncRequestBody - Class in software.amazon.awssdk.core.async
-
An implementation of
AsyncRequestBody
that allows performing a blocking write of an output stream to a downstream service. - BlockingOutputStreamAsyncRequestBody.Builder - Class in software.amazon.awssdk.core.async
- BOOLEAN - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- BooleanDocument - Class in software.amazon.awssdk.core.document.internal
-
Represents a Boolean Document.
- BooleanDocument(boolean) - Constructor for class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Create a New
BooleanDocument
with boolean value as passed in constructor - buffer(int) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Buffers the events into lists of the given buffer size.
- bufferSize() - Method in class software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig
- bufferSize(int) - Method in interface software.amazon.awssdk.core.internal.async.ChunkBuffer.Builder
- bufferSize(int) - Method in interface software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig.Builder
- bufferSizeInBytes() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
-
The configured maximum buffer size the SDK will use to buffer the content from the source
SdkPublisher
. - bufferSizeInBytes(Long) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration.Builder
-
The maximum buffer size the SDK will use to buffer the content from the source
SdkPublisher
. - build() - Method in interface software.amazon.awssdk.core.ApiName.Builder
- build() - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody.Builder
- build() - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody.Builder
- build() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.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 class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
- build() - Method in interface software.amazon.awssdk.core.document.Document.ListBuilder
-
Creates a new
Document
with the List members as added with add method. - build() - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Creates a new
Document
with the key value pair pair inserted using put method. - build() - Method in class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- build() - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- build() - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
- build() - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
- build() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- 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.ApiCallAttemptTimeoutException.Builder
- build() - Method in class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- build() - Method in interface software.amazon.awssdk.core.exception.ApiCallTimeoutException.Builder
- build() - Method in class software.amazon.awssdk.core.exception.ApiCallTimeoutException.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.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.interceptor.ExecutionAttribute.DerivedAttributeBuilder
- build() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
- build() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes.Builder
- build() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- build() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- build() - Method in interface software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig.Builder
- build() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
- build() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
- build() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext.Builder
- build() - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression.Builder
- build() - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream.Builder
- build() - Method in class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream.Builder
- build() - Method in interface software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription.Builder
- build() - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
- build() - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- build() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
- build() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter.DefaultBuilder
- build() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder
- build() - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
- build() - Method in interface software.amazon.awssdk.core.pagination.async.PaginationSubscription.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.VoidSdkResponse.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 class software.amazon.awssdk.core.Response.Builder
-
Builds a
Response
object based on the values held by this builder. - build() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
Deprecated.
- build() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
Deprecated.
- build() - Method in interface software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
-
Create a
TokenBucketExceptionCostFunction
using the values configured on this builder. - build() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Builder
-
Build a
TokenBucketRetryCondition
using the provided configuration. - build() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity.Builder
- build() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- build() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- build() - Method in class software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
- build() - Method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller.Builder
- build() - Method in class software.amazon.awssdk.core.SdkField.Builder
- build() - Method in class software.amazon.awssdk.core.SdkPojoBuilder
- 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
- build() - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Build the service client configuration using the configuration on this builder
- build() - Method in class software.amazon.awssdk.core.traits.ListTrait.Builder
- build() - Method in class software.amazon.awssdk.core.traits.LocationTrait.Builder
- build() - Method in class software.amazon.awssdk.core.traits.MapTrait.Builder
- build() - Method in class software.amazon.awssdk.core.traits.XmlAttributesTrait.AttributeAccessors.Builder
- build() - Method in interface software.amazon.awssdk.core.waiters.AsyncWaiter.Builder
-
An immutable object that is created from the properties that have been set on the builder.
- build() - Method in interface software.amazon.awssdk.core.waiters.Waiter.Builder
-
An immutable object that is created from the properties that have been set on the builder.
- build() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration.Builder
- build(HttpClientDependencies) - Method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
-
Construct the
RequestPipeline
with the currently configured stages. - 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.
- builder() - Static method in class software.amazon.awssdk.core.ApiName
- builder() - Static method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
-
Create a
AsyncRequestBodyFromInputStreamConfiguration.Builder
, used to create aAsyncRequestBodyFromInputStreamConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
-
Create a
AsyncRequestBodySplitConfiguration.Builder
, used to create aAsyncRequestBodySplitConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
-
Creates a default builder for
BlockingInputStreamAsyncRequestBody
. - builder() - Static method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody
-
Creates a default builder for
BlockingOutputStreamAsyncRequestBody
. - builder() - Static method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- builder() - Static method in class software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
- builder() - Static method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
Create a
ClientOverrideConfiguration.Builder
, used to create aClientOverrideConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
Create a builder for a
SdkClientConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.CompressionConfiguration
-
Create a
CompressionConfiguration.Builder
, used to create aCompressionConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint
- builder() - Static method in exception software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException
- builder() - Static method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- builder() - Static method in exception software.amazon.awssdk.core.exception.AbortedException
- builder() - Static method in exception software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException
- builder() - Static method in exception software.amazon.awssdk.core.exception.ApiCallTimeoutException
- 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.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.FileRequestBodyConfiguration
-
Create a
FileRequestBodyConfiguration.Builder
, used to create aFileRequestBodyConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
Create a
FileTransformerConfiguration.Builder
, used to create aFileTransformerConfiguration
. - builder() - Static method in class software.amazon.awssdk.core.http.ExecutionContext
- builder() - Static method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- builder() - Static method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- builder() - Static method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- builder() - Static method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody
- builder() - Static method in class software.amazon.awssdk.core.internal.async.ChunkBuffer
- builder() - Static method in class software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody
- builder() - Static method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- builder() - Static method in class software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig
- builder() - Static method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
- builder() - Static method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
Create a
RequestExecutionContext.Builder
, used to create aRequestExecutionContext
. - builder() - Static method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- builder() - Static method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
- builder() - Static method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream
- builder() - Static method in class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream
- 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.retry.RetryPolicyAdapter
- builder() - Static method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter
- builder() - Static method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter
- builder() - Static method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- 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() - Static method in class software.amazon.awssdk.core.protocol.VoidSdkResponse
- builder() - Static method in class software.amazon.awssdk.core.Response
-
Returns a newly initialized builder object for a
Response
- builder() - Static method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
Deprecated.
- builder() - Static method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- builder() - Static method in interface software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction
-
Create an exception cost function using exception type matchers built into the SDK.
- builder() - Static method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
-
Create a builder that allows fine-grained control over the token policy of this condition.
- builder() - Static method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity
- builder() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Create a
RetryPolicy.Builder
populated with the defaults from theRetryMode.defaultRetryMode()
. - builder() - Static method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- builder() - Static method in class software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller
- builder() - Static method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
- builder() - Static method in class software.amazon.awssdk.core.SdkRequestOverrideConfiguration
- builder() - Static method in class software.amazon.awssdk.core.traits.ListTrait
- builder() - Static method in class software.amazon.awssdk.core.traits.LocationTrait
- builder() - Static method in class software.amazon.awssdk.core.traits.MapTrait
- builder() - Static method in class software.amazon.awssdk.core.traits.XmlAttributesTrait.AttributeAccessors
- builder() - Static method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- builder(Class<? extends T>) - Static method in interface software.amazon.awssdk.core.waiters.AsyncWaiter
-
Creates a newly initialized builder for the waiter object.
- builder(Class<? extends T>) - Static method in interface software.amazon.awssdk.core.waiters.Waiter
-
Creates a newly initialized builder for the waiter object.
- builder(MarshallingType<? super TypeT>) - Static method in class software.amazon.awssdk.core.SdkField
-
Creates a new instance of
SdkField.Builder
bound to the specified type. - builder(RetryMode) - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Create a
RetryPolicy.Builder
populated with the defaults from the providedRetryMode
. - Builder() - Constructor for class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller.Builder
- Builder() - Constructor for class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller.Builder
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.ApiCallTimeoutException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.pagination.async.PaginationSubscription.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- BuilderImpl() - Constructor for class software.amazon.awssdk.core.SdkResponse.BuilderImpl
- BuilderImpl(EndpointDiscoveryFailedException) - Constructor for class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- BuilderImpl(AbortedException) - Constructor for class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
- BuilderImpl(ApiCallAttemptTimeoutException) - Constructor for class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- BuilderImpl(ApiCallTimeoutException) - Constructor for class software.amazon.awssdk.core.exception.ApiCallTimeoutException.BuilderImpl
- BuilderImpl(Crc32MismatchException) - Constructor for class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
- BuilderImpl(NonRetryableException) - Constructor for class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
- BuilderImpl(RetryableException) - Constructor for class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
- BuilderImpl(SdkClientException) - Constructor for class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
- BuilderImpl(SdkException) - Constructor for class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- BuilderImpl(SdkServiceException) - Constructor for class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- BuilderImpl(RequestOverrideConfiguration) - Constructor for class software.amazon.awssdk.core.RequestOverrideConfiguration.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
- 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
- ByteBuffersAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
-
An implementation of
AsyncRequestBody
for providing data from the suppliedByteBuffer
array. - bytesPerSec(long, long, long) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- bytesRead() - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- bytesRead() - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingPublisher
- BytesReadTrackingInputStream - Class in software.amazon.awssdk.core.internal.metrics
- BytesReadTrackingInputStream(AbortableInputStream, AtomicLong) - Constructor for class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- BytesReadTrackingPublisher - Class in software.amazon.awssdk.core.internal.metrics
-
Publisher that tracks how many bytes are published from the wrapped publisher to the downstream subscriber.
- BytesReadTrackingPublisher(Publisher<ByteBuffer>, AtomicLong) - Constructor for class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingPublisher
- BytesWrapper - Class in software.amazon.awssdk.core
-
A base class for
SdkBytes
andResponseBytes
that enables retrieving an underlying byte array as multiple different types, like a byte buffer (viaBytesWrapper.asByteBuffer()
, or a string (viaBytesWrapper.asUtf8String()
.
C
- cacheKey() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- cacheKey(String) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
The cache key to use for a given cache entry.
- calculateChecksumTrailerLength(Algorithm, String) - Static method in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
-
Calculates the content length for a given algorithm and header name.
- calculateChunkLength(long) - Static method in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
-
The chunk format is: chunk-size CRLF chunk-data CRLF.
- calculatedChecksum - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- calculateExponentialDelay(int, Duration, Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- calculateStreamContentLength(long, long) - Static method in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
-
Calculates the content length for data that is divided into chunks.
- cancel() - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
-
Cancel any running write (and mark the stream as failed).
- cancel() - Method in class software.amazon.awssdk.core.internal.http.timers.ApiCallTimeoutTracker
- cancel() - Method in class software.amazon.awssdk.core.internal.http.timers.NoOpTimeoutTracker
- cancel() - Method in class software.amazon.awssdk.core.internal.http.timers.SyncTimeoutTask
-
Cancels this task.
- cancel() - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTask
- cancel() - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTracker
-
cancel the
ScheduledFuture
- cancel() - Method in class software.amazon.awssdk.core.internal.util.NoopSubscription
- cancel() - Method in class software.amazon.awssdk.core.pagination.async.EmptySubscription
- cancel() - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- capacityAcquired() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity
-
The number of tokens acquired by the last token acquisition.
- capacityAcquired(Integer) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity.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.
- capacityRemaining() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity
-
The number of tokens in the token bucket.
- capacityRemaining(Integer) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Capacity.Builder
- cause - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- cause() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
- cause() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
The exception that caused this exception to occur.
- cause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- cause(Throwable) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
- cause(Throwable) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- 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.ApiCallAttemptTimeoutException.Builder
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.ApiCallTimeoutException.Builder
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ApiCallTimeoutException.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(Throwable) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.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(Throwable) - 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_ENABLED - software.amazon.awssdk.core.SdkSystemSetting
-
Whether CBOR optimization should automatically be used if its support is found on the classpath and the service supports CBOR-formatted JSON.
- 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.
- CHECKSUM_ALGORITHM_NOT_FOUND - software.amazon.awssdk.core.checksums.ChecksumValidation
-
Response has checksum mode enabled but Algorithm was not found in client.
- CHECKSUM_RESPONSE_NOT_FOUND - software.amazon.awssdk.core.checksums.ChecksumValidation
-
Response has checksum mode enabled but response header did not have checksum.
- ChecksumCalculatingAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
-
Wrapper class to wrap an AsyncRequestBody.
- ChecksumCalculatingAsyncRequestBody.Builder - Interface in software.amazon.awssdk.core.internal.async
- ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber - Class in software.amazon.awssdk.core.internal.async
- checksumHeaderForTrailer - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- checksumHeaderForTrailer - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- checksumHeaderForTrailer(String) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- ChecksumSpecs - Class in software.amazon.awssdk.core.checksums
-
Defines all the Specifications that are required while adding HttpChecksum to a request and validating HttpChecksum of a response.
- ChecksumSpecs.Builder - Class in software.amazon.awssdk.core.checksums
- checksumSpecWithRequestAlgorithm(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- ChecksumValidatingInputStream - Class in software.amazon.awssdk.core.internal.io
-
Stream that will update the Checksum as the data is read.
- ChecksumValidatingInputStream(InputStream, SdkChecksum, String) - Constructor for class software.amazon.awssdk.core.internal.io.ChecksumValidatingInputStream
-
Creates an input stream using the specified Checksum, input stream, and length.
- ChecksumValidatingPublisher - Class in software.amazon.awssdk.core.internal.async
-
Publisher to update the checksum as it reads the data and finally compares the computed checksum with expected Checksum.
- ChecksumValidatingPublisher(Publisher<ByteBuffer>, SdkChecksum, String) - Constructor for class software.amazon.awssdk.core.internal.async.ChecksumValidatingPublisher
- ChecksumValidation - Enum in software.amazon.awssdk.core.checksums
-
Enum to indicate the checksum validation is performed on a Response that supports Http Checksum Validation.
- childHttpConfig() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- childHttpConfig(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- ChunkBuffer - Class in software.amazon.awssdk.core.internal.async
-
Class that will buffer incoming BufferBytes to chunks of bufferSize.
- ChunkBuffer.Builder - Interface in software.amazon.awssdk.core.internal.async
- ChunkContentUtils - Class in software.amazon.awssdk.core.internal.util
- chunkSize() - Method in class software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig
- chunkSize(int) - Method in interface software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig.Builder
- chunkSize(Integer) - Method in interface software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody.Builder
-
Sets the chunk size.
- chunkSizeInBytes() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
-
The configured chunk size for each divided
AsyncRequestBody
. - chunkSizeInBytes() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- chunkSizeInBytes() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- chunkSizeInBytes(Integer) - Method in interface software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
-
Sets the size of chunks read from the file.
- chunkSizeInBytes(Integer) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
-
Sets the size of chunks to read from the file.
- chunkSizeInBytes(Long) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration.Builder
-
Configures the size for each divided chunk.
- classLoader(Class<?>...) - Static method in class software.amazon.awssdk.core.internal.util.ClassLoaderHelper
-
Attempt to get class loader that loads the classes and fallback to the thread context 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.pagination.async.PaginationSubscription
- clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- CLIENT_CONTEXT_PARAMS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The container for any client contexts parameters set on the client.
- CLIENT_CONTEXT_PARAMS - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The values of client context params declared for this service.
- CLIENT_ENDPOINT - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
This is the endpointOverride (if
SdkExecutionAttribute.ENDPOINT_OVERRIDDEN
is true), otherwise the endpoint generated from regional metadata. - CLIENT_TYPE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The type of client used to make requests.
- CLIENT_TYPE - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
- CLIENT_USER_AGENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
A user agent prefix that is specific to the client (agnostic of the request).
- 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() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
- clientConfiguration(Consumer<SdkClientConfiguration.Builder>) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
- clientConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
- clientContextParams - Variable in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- 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
- clientName() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
- clientName() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
- 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
-
A builder for
ClientOverrideConfiguration
. - ClientType - Enum in software.amazon.awssdk.core
-
Enum that represents the type of client being used.
- ClockSkew - Class in software.amazon.awssdk.core.retry
-
Utility methods for checking and reacting to the current client-side clock being different from the service-side clock.
- clockSkewAdjuster() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
- clockSkewAdjuster(ClockSkewAdjuster) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
- ClockSkewAdjuster - Class in software.amazon.awssdk.core.internal.retry
-
Suggests a clock skew adjustment that should be applied to future requests.
- ClockSkewAdjuster() - Constructor for class software.amazon.awssdk.core.internal.retry.ClockSkewAdjuster
- clone() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- clone() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- 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.config.SdkClientConfiguration
-
Close this configuration, which closes all closeable attributes.
- close() - Method in class software.amazon.awssdk.core.internal.handler.BaseAsyncClientHandler
- close() - Method in class software.amazon.awssdk.core.internal.handler.BaseSyncClientHandler
- 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.io.ChecksumValidatingInputStream
- 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.SdkFilterInputStream
- close() - Method in interface software.amazon.awssdk.core.SdkPlugin
- collectHttpMetrics(MetricCollector, SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- collectServiceEndpointMetrics(MetricCollector, SdkHttpFullRequest) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
-
Collect the SERVICE_ENDPOINT metric for this request.
- CombinedResponseAsyncHttpResponseHandler<OutputT> - Class in software.amazon.awssdk.core.internal.http.async
-
Detects whether the response succeeded or failed by just checking the HTTP status and delegates to appropriate async response handler.
- CombinedResponseAsyncHttpResponseHandler(TransformingAsyncResponseHandler<OutputT>, TransformingAsyncResponseHandler<? extends SdkException>) - Constructor for class software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
- CombinedResponseHandler<OutputT> - Class in software.amazon.awssdk.core.internal.http
-
Unmarshalls an HTTP response into either a successful response POJO, or into a (possibly modeled) exception based on the status code of the HTTP response.
- CombinedResponseHandler(HttpResponseHandler<OutputT>, HttpResponseHandler<? extends SdkException>) - Constructor for class software.amazon.awssdk.core.internal.http.CombinedResponseHandler
- completeSubscription() - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- compress(byte[]) - Method in interface software.amazon.awssdk.core.internal.compression.Compressor
-
Compress a byte[] payload.
- compress(InputStream) - Method in interface software.amazon.awssdk.core.internal.compression.Compressor
-
Compress an
InputStream
payload. - compress(ByteBuffer) - Method in interface software.amazon.awssdk.core.internal.compression.Compressor
-
Compress an
ByteBuffer
payload. - compress(SdkBytes) - Method in interface software.amazon.awssdk.core.internal.compression.Compressor
-
Compress a
SdkBytes
payload. - compress(SdkBytes) - Method in class software.amazon.awssdk.core.internal.compression.GzipCompressor
- COMPRESSION_CONFIGURATION - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option used by the rest of the SDK to read the
CompressionConfiguration
. - CompressionAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
-
Wrapper class to wrap an AsyncRequestBody.
- CompressionAsyncRequestBody.Builder - Interface in software.amazon.awssdk.core.internal.async
- compressionConfiguration() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- compressionConfiguration() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The compression configuration object, which includes options to enable/disable compression and set the minimum compression threshold.
- compressionConfiguration() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- compressionConfiguration() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- compressionConfiguration() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Returns the compression configuration object, if present, which includes options to enable/disable compression and set the minimum compression threshold.
- compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Sets the
CompressionConfiguration
for this client. - compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the
CompressionConfiguration
for this request. - compressionConfiguration(Consumer<CompressionConfiguration.Builder>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- compressionConfiguration(CompressionConfiguration) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Sets the
CompressionConfiguration
for this client. - compressionConfiguration(CompressionConfiguration) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the
CompressionConfiguration
for this request. - compressionConfiguration(CompressionConfiguration) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- CompressionConfiguration - Class in software.amazon.awssdk.core
-
Configuration options for operations with the RequestCompression trait to disable request configuration and set the minimum compression threshold in bytes.
- CompressionConfiguration.Builder - Interface in software.amazon.awssdk.core
- CompressionContentStreamProvider - Class in software.amazon.awssdk.core.internal.sync
-
ContentStreamProvider
implementation for compression. - CompressionContentStreamProvider(ContentStreamProvider, Compressor) - Constructor for class software.amazon.awssdk.core.internal.sync.CompressionContentStreamProvider
- compressor(Compressor) - Method in interface software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody.Builder
-
Sets the compressor to compress the request.
- compressor(Compressor) - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream.Builder
- Compressor - Interface in software.amazon.awssdk.core.internal.compression
-
Interface for compressors used by
CompressRequestStage
to compress requests. - compressorType() - Method in interface software.amazon.awssdk.core.internal.compression.Compressor
-
The compression algorithm type.
- compressorType() - Method in class software.amazon.awssdk.core.internal.compression.GzipCompressor
- CompressorType - Class in software.amazon.awssdk.core.internal.compression
-
The supported compression algorithms for operations with the requestCompression trait.
- compressorTypes() - Static method in class software.amazon.awssdk.core.internal.compression.CompressorType
- CompressRequestStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Compress requests whose operations are marked with the "requestCompression" C2J trait.
- CompressRequestStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.CompressRequestStage
- computeChecksum(InputStream, Algorithm) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
-
Computes the Checksum of the data in the given input stream and returns it as an array of bytes.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.Compute the delay before the next retry request.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
Deprecated.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
Deprecated.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- computeNextDelayInMills(int) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- computeOptionIfAbsent(ClientOption<T>, Supplier<T>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Add a mapping between the provided key and value, if the current value for the option is null.
- configure(T) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Configures a retry strategy using its builder to add SDK-generic retry exceptions.
- configureClient(SdkServiceClientConfiguration.Builder) - Method in interface software.amazon.awssdk.core.SdkPlugin
-
Modify the provided client configuration.
- CONFIGURED_ASYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
An asynchronous HTTP client set by the customer.
- CONFIGURED_ASYNC_HTTP_CLIENT_BUILDER - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
An asynchronous HTTP client builder set by the customer.
- CONFIGURED_COMPRESSION_CONFIGURATION - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Configuration of the COMPRESSION_CONFIGURATION.
- CONFIGURED_SCHEDULED_EXECUTOR_SERVICE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The internal SDK scheduled executor service that is set by the customer.
- CONFIGURED_SYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
An HTTP client set by the customer.
- CONFIGURED_SYNC_HTTP_CLIENT_BUILDER - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
An HTTP client builder set by the customer.
- CONFIGURED_TIMEOUT - software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
A clientside timeout occurred, either an attempt level timeout, or API call level.
- constructor() - Method in class software.amazon.awssdk.core.SdkField
- constructor(Supplier<SdkPojo>) - Method in class software.amazon.awssdk.core.SdkField.Builder
-
Sets a
Supplier
which will create a new MUTABLE instance of the POJO. - consumedCapacity() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Returns the currently consumed capacity.
- CONT - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- 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
- containsTrait(Class<? extends Trait>) - Method in class software.amazon.awssdk.core.SdkField
-
Checks if a given
Trait
is present on the field. - containsValue(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- CONTENT_SHA_256_FOR_UNSIGNED_TRAILER - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- contentLength() - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- contentLength() - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.InputStreamWithExecutorAsyncRequestBody
- contentLength() - Method in class software.amazon.awssdk.core.internal.http.async.SimpleHttpContentPublisher
- contentLength() - Method in class software.amazon.awssdk.core.sync.RequestBody
-
Deprecated.
- contentLength(Long) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Configures the length of the provided
InputStream
- contentLength(Long) - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody.Builder
-
The content length of the output stream.
- contentLength(Long) - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody.Builder
-
The content length of the output stream.
- contentStreamProvider() - Method in class software.amazon.awssdk.core.sync.RequestBody
- contentType() - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- contentType() - Method in class software.amazon.awssdk.core.sync.RequestBody
- contentType(String) - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody.Builder
-
The content type of the output stream.
- Context - Class in software.amazon.awssdk.core.interceptor
-
A wrapper for the immutable context objects that are visible to the
ExecutionInterceptor
s. - Context.AfterExecution - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.afterExecution(software.amazon.awssdk.core.interceptor.Context.AfterExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.AfterMarshalling - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.afterMarshalling(software.amazon.awssdk.core.interceptor.Context.AfterMarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.AfterTransmission - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.afterTransmission(software.amazon.awssdk.core.interceptor.Context.AfterTransmission, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.AfterUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.afterUnmarshalling(software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.BeforeExecution - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.beforeExecution(software.amazon.awssdk.core.interceptor.Context.BeforeExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.BeforeMarshalling - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.beforeMarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeMarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.BeforeTransmission - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.beforeTransmission(software.amazon.awssdk.core.interceptor.Context.BeforeTransmission, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.BeforeUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.beforeUnmarshalling(software.amazon.awssdk.core.interceptor.Context.BeforeUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - 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
-
The state of the execution when the
ExecutionInterceptor.modifyHttpRequest(software.amazon.awssdk.core.interceptor.Context.ModifyHttpRequest, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.ModifyHttpResponse - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.modifyHttpResponse(software.amazon.awssdk.core.interceptor.Context.ModifyHttpResponse, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.ModifyRequest - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.modifyRequest(software.amazon.awssdk.core.interceptor.Context.ModifyRequest, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - Context.ModifyResponse - Interface in software.amazon.awssdk.core.interceptor
-
The state of the execution when the
ExecutionInterceptor.modifyResponse(software.amazon.awssdk.core.interceptor.Context.ModifyResponse, software.amazon.awssdk.core.interceptor.ExecutionAttributes)
method is invoked. - 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.
- 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.
- copy() - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
- copy() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- copy(InputStream) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(Boolean) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(Double) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(Float) - 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(Short) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(String) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(BigDecimal) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
- copy(ByteBuffer) - 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
- CoreMetric - Class in software.amazon.awssdk.core.metrics
- COST_FUNCTION - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting.Legacy
- COST_FUNCTION - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting.Standard
- CRC32 - software.amazon.awssdk.core.checksums.Algorithm
- 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.
- CRC32C - software.amazon.awssdk.core.checksums.Algorithm
- Crc32CChecksum - Class in software.amazon.awssdk.core.checksums
-
Implementation of
SdkChecksum
to calculate an CRC32C checksum. - Crc32CChecksum() - Constructor for class software.amazon.awssdk.core.checksums.Crc32CChecksum
-
Creates CRT Based Crc32C checksum if Crt classpath for Crc32c is loaded, else create Sdk Implemented Crc32c
- Crc32Checksum - Class in software.amazon.awssdk.core.checksums
-
Implementation of
SdkChecksum
to calculate an CRC32 checksum. - Crc32Checksum() - Constructor for class software.amazon.awssdk.core.checksums.Crc32Checksum
-
Creates CRT Based Crc32 checksum if Crt classpath for Crc32 is loaded, else create Sdk Implemented Crc32.
- 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
- Crc32Validation - Class in software.amazon.awssdk.core.http
-
Validate and decompress input data if necessary.
- create() - Static method in class software.amazon.awssdk.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
- create() - Static method in class software.amazon.awssdk.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
- create() - Static method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksumRequired
- create() - Static method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- create() - Static method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- create() - Static method in class software.amazon.awssdk.core.internal.chunked.AwsChunkedEncodingConfig
- create() - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnClockSkewCondition
- create() - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnThrottlingCondition
- create() - Static method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
-
Create a condition using the
RetryMode.defaultRetryMode()
. - create() - Static method in class software.amazon.awssdk.core.traits.JsonValueTrait
- create() - Static method in class software.amazon.awssdk.core.traits.PayloadTrait
- create() - Static method in class software.amazon.awssdk.core.traits.RequiredTrait
- create() - Static method in class software.amazon.awssdk.core.traits.XmlAttributeTrait
- create() - Static method in class software.amazon.awssdk.core.util.SdkUserAgent
- create(int) - Static method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
- create(long) - Static method in exception software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException
- create(long) - Static method in exception software.amazon.awssdk.core.exception.ApiCallTimeoutException
- create(Class<? extends Exception>...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
- create(Integer...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
- create(String) - Static method in exception software.amazon.awssdk.core.exception.AbortedException
- create(String) - Static method in exception software.amazon.awssdk.core.exception.NonRetryableException
- create(String) - Static method in exception software.amazon.awssdk.core.exception.RetryableException
- create(String) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
- 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.ApiCallAttemptTimeoutException
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.ApiCallTimeoutException
- 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.NonRetryableException
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.RetryableException
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.SdkException
- create(Throwable) - Static method in exception software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException
- create(Duration) - Static method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
Deprecated.
- create(Supplier<?>) - Static method in class software.amazon.awssdk.core.traits.DefaultValueTrait
-
Creates a new
DefaultValueTrait
with a customSupplier
. - create(Supplier<ProfileFile>, String) - Static method in class software.amazon.awssdk.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
- create(Set<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(EndpointDiscoveryCacheLoader) - Static method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRefreshCache
- create(TransformingAsyncResponseHandler<T>, Supplier<R>, BiPredicate<R, R>) - Static method in class software.amazon.awssdk.core.internal.http.IdempotentAsyncResponseHandler
-
Creates a new wrapped
TransformingAsyncResponseHandler
- create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
- create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
- create(TimestampFormatTrait.Format) - Static method in class software.amazon.awssdk.core.traits.TimestampFormatTrait
- create(SdkMetric<? super Duration>, HttpResponseHandler<T>) - Static method in class software.amazon.awssdk.core.http.MetricCollectingHttpResponseHandler
- create(Pair<String, XmlAttributesTrait.AttributeAccessors>...) - Static method in class software.amazon.awssdk.core.traits.XmlAttributesTrait
- CREATE_NEW - software.amazon.awssdk.core.FileTransformerConfiguration.FileWriteOption
-
Always create a new file.
- CREATE_OR_APPEND_TO_EXISTING - software.amazon.awssdk.core.FileTransformerConfiguration.FileWriteOption
-
Create a new file if it doesn't exist, otherwise append to the existing file.
- CREATE_OR_REPLACE_EXISTING - software.amazon.awssdk.core.FileTransformerConfiguration.FileWriteOption
-
Create a new file if it doesn't exist, otherwise replace the existing file.
- createAttemptMetricsCollector(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- createChecksumChunkHeader() - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- createChecksumChunkHeader() - Method in class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream
- createChecksumTrailer(String, String) - Static method in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
-
Creates Chunk encoded checksum trailer for a computedChecksum which is in Base64 encoded.
- createChunk(byte[]) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
-
Creates chunk for the given buffer.
- createChunk(byte[]) - Method in class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream
- createChunk(ByteBuffer, boolean) - Static method in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
-
Creates ChunkEncoded data for an given chunk data.
- createCrc32() - Static method in class software.amazon.awssdk.core.internal.checksums.factory.CrtBasedChecksumProvider
- createCrc32C() - Static method in class software.amazon.awssdk.core.internal.checksums.factory.CrtBasedChecksumProvider
- createFinalChunk(byte[]) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
-
The final chunk.
- createFinalChunk(byte[]) - Method in class software.amazon.awssdk.core.internal.io.AwsUnsignedChunkedEncodingInputStream
- createHttpMetricsCollector(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- createWaiterResponse(Either<T, Throwable>, int) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- CREDENTIALS_FETCH_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to fetch signing credentials for the API call.
- credentialType() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- credentialType() - Method in interface software.amazon.awssdk.core.signer.Signer
-
Deprecated.Method that retrieves
CredentialType
i.e. - credentialType(CredentialType) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- CredentialType - Class in software.amazon.awssdk.core
-
Class that identifies the type of credentials typically used by the service to authorize an api request.
- CRLF - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- CRLF - Static variable in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
- CrtBasedChecksumProvider - Class in software.amazon.awssdk.core.internal.checksums.factory
-
Class to load the Crt based checksum from aws-crt-java library if it is present in class path.
- currentCapacity() - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
-
Retrieve a snapshot of the current number of tokens in the bucket.
- currentChunkIterator - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
-
Iterator on the current chunk.
- currentPage - Variable in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
D
- DataTypeConversionFailureHandlingTrait - Class in software.amazon.awssdk.core.traits
- DataTypeConversionFailureHandlingTrait() - Constructor for class software.amazon.awssdk.core.traits.DataTypeConversionFailureHandlingTrait
- DEFAULT - Static variable in class software.amazon.awssdk.core.retry.conditions.SdkRetryCondition
- DEFAULT_ASYNC_CHUNK_SIZE - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
-
Default chunk size for Async trailer based checksum data transfer*
- DEFAULT_CHUNK_SIZE - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- DEFAULT_MIN_COMPRESSION_SIZE - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.CompressRequestStage
- DEFAULT_RETRY_MODE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option to specify the default retry mode.
- DefaultAsyncWaiter<T> - Class in software.amazon.awssdk.core.internal.waiters
-
Default implementation of the generic
AsyncWaiter
. - DefaultAsyncWaiter.DefaultBuilder<T> - Class in software.amazon.awssdk.core.internal.waiters
- defaultConfiguration() - Static method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
- defaultCreateNew() - Static method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
Returns the default
FileTransformerConfiguration
forFileTransformerConfiguration.FileWriteOption.CREATE_NEW
- defaultCreateOrAppend() - Static method in class software.amazon.awssdk.core.FileTransformerConfiguration
- defaultCreateOrReplaceExisting() - Static method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
Returns the default
FileTransformerConfiguration
forFileTransformerConfiguration.FileWriteOption.CREATE_OR_REPLACE_EXISTING
- defaultEndpoint() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- defaultEndpoint(URI) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
The default endpoint for a request.
- DefaultEndpointDiscoveryProviderChain - Class in software.amazon.awssdk.core.endpointdiscovery.providers
- DefaultEndpointDiscoveryProviderChain() - Constructor for class software.amazon.awssdk.core.endpointdiscovery.providers.DefaultEndpointDiscoveryProviderChain
- DefaultEndpointDiscoveryProviderChain(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.endpointdiscovery.providers.DefaultEndpointDiscoveryProviderChain
- defaultExceptionCost(int) - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
- defaultExceptionCost(int) - Method in interface software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
-
Specify the number of tokens that should be removed from the token bucket when no other exception type in this function is matched.
- DefaultFailedExecutionContext - Class in software.amazon.awssdk.core.internal.interceptor
-
An SDK-internal implementation of
Context.FailedExecution
. - DefaultFailedExecutionContext.Builder - Class in software.amazon.awssdk.core.internal.interceptor
- defaultMaxAttempts() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- defaultProfileFile() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- defaultProfileFile() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The profile file that should be used by default for all profile-based configuration in the SDK client.
- defaultProfileFile(ProfileFile) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the profile file that should be used by default for all profile-based configuration in the SDK client.
- defaultProfileFileSupplier() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- defaultProfileFileSupplier() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The profile file supplier that should be used by default for all profile-based configuration in the SDK client.
- defaultProfileFileSupplier(Supplier<ProfileFile>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure a
ProfileFileSupplier
that should be used by default for all profile-based configuration in the SDK client. - defaultProfileName() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- defaultProfileName() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The profile name that should be used by default for all profile-based configuration in the SDK client.
- defaultProfileName(String) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the profile name that should be used by default for all profile-based configuration in the SDK client.
- defaultRetryCondition() - Static method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
Deprecated.
- defaultRetryMode() - Static method in enum software.amazon.awssdk.core.retry.RetryMode
-
Retrieve the default retry mode by consulting the locations described in
RetryMode
, or LEGACY if no value is configured. - defaultRetryMode(RetryMode) - Method in class software.amazon.awssdk.core.retry.RetryMode.Resolver
-
Configure the
RetryMode
that should be used if the mode is not specified anywhere else. - defaultRetryPolicy() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Create a
RetryPolicy
using theRetryMode.defaultRetryMode()
defaults. - defaultRetryStrategy() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Retrieve the default retry strategy for the configured retry mode.
- 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
- defaultStrategy() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- defaultStrategy(RetryMode) - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- defaultThrottlingStrategy() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- defaultThrottlingStrategy(RetryMode) - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- DefaultTokenBucketExceptionCostFunction - Class in software.amazon.awssdk.core.internal.retry
- DefaultTokenBucketExceptionCostFunction.Builder - Class in software.amazon.awssdk.core.internal.retry
- defaultValue() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
- DefaultValueTrait - Class in software.amazon.awssdk.core.traits
-
Trait that supplies a default value when none is present for a given field.
- DefaultWaiter<T> - Class in software.amazon.awssdk.core.internal.waiters
-
Default implementation of the generic
Waiter
. - DefaultWaiter.DefaultBuilder<T> - Class in software.amazon.awssdk.core.internal.waiters
- DefaultWaiterResponse<T> - Class in software.amazon.awssdk.core.internal.waiters
-
The default implementation of the
WaiterResponse
- DefaultWaiterResponse.Builder<T> - Class in software.amazon.awssdk.core.internal.waiters
- delegateMarshaller - Variable in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
- delegateMarshaller(Marshaller) - Method in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
- delegateToTime - Variable in class software.amazon.awssdk.core.http.MetricCollectingHttpResponseHandler
- DELETE - software.amazon.awssdk.core.FileTransformerConfiguration.FailureBehavior
-
In the event of an error, the SDK will attempt to delete the file and whatever has been written to it so far.
- derivedBuilder(String, Class<T>, ExecutionAttribute<U>) - Static method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute
-
Create an execution attribute whose value is derived from another attribute.
- DISABLE_HOST_PREFIX_INJECTION - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
-
SDK uses endpoint trait and hostPrefix trait specified in service model to modify the endpoint host that the API request is sent to.
- DISABLE_HOST_PREFIX_INJECTION - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
Whether host prefix injection has been disabled on the client.
- disableClose() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
-
Used to disable the close method.
- discoveredEndpoint() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- discoveredEndpoint(URI) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- discoverEndpoint(EndpointDiscoveryRequest) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryCacheLoader
- discoverEndpoint(EndpointDiscoveryRequest) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRefreshCache
- doAfterOnCancel(Runnable) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Add a callback that will be invoked after this publisher invokes
Subscription.cancel()
. - doAfterOnComplete(Runnable) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Add a callback that will be invoked after this publisher invokes
Subscriber.onComplete()
. - doAfterOnError(Consumer<Throwable>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Add a callback that will be invoked after this publisher invokes
Subscriber.onError(Throwable)
. - Document - Interface in software.amazon.awssdk.core.document
-
Interface for Document Types.
- DOCUMENT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- Document.ListBuilder - Interface in software.amazon.awssdk.core.document
- Document.MapBuilder - Interface in software.amazon.awssdk.core.document
- DocumentVisitor<R> - Interface in software.amazon.awssdk.core.document
-
Document visitor interface.
- DOUBLE - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- doubleValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the double value of the
SdkNumber
. - DrainingSubscriber<T> - Class in software.amazon.awssdk.core.async
-
Requests elements from a subscriber until the subscription is completed.
- DrainingSubscriber() - Constructor for class software.amazon.awssdk.core.async.DrainingSubscriber
E
- empty() - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
with no content. - empty() - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
with no content. - EmptyPublisher<T> - Class in software.amazon.awssdk.core.async
- EmptyPublisher() - Constructor for class software.amazon.awssdk.core.async.EmptyPublisher
- 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
- encodings(String...) - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression.Builder
- encodings(List<String>) - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression.Builder
- endpoint() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint
- endpoint(URI) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
- ENDPOINT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The effective endpoint the client is configured to make requests to.
- ENDPOINT_DISCOVERY_ENABLED - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Whether or not endpoint discovery is enabled for this client.
- ENDPOINT_OVERRIDDEN - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
A flag that when set to true indicates the endpoint stored in
SdkClientOption.ENDPOINT
was a customer supplied value and not generated by the client based on Region metadata. - ENDPOINT_OVERRIDDEN - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
If true indicates that the configured endpoint of the client is a value that was supplied as an override and not generated from regional metadata.
- ENDPOINT_OVERRIDDEN_OVERRIDE - Static variable in class software.amazon.awssdk.core.internal.SdkInternalTestAdvancedClientOption
-
By default, the SDK handles endpoints specified via
SdkClientBuilder.endpointOverride(URI)
differently than endpoints generated from a specific region. - ENDPOINT_PROVIDER - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The
EndpointProvider
configured on the client. - ENDPOINT_PROVIDER - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The endpoint provider used to resolve the destination endpoint for a request.
- ENDPOINT_RESOLVE_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time it took to resolve the endpoint used for the API call.
- EndpointDiscoveryCacheLoader - Interface in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryEndpoint - Class in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryEndpoint.Builder - Interface in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryFailedException - Exception in software.amazon.awssdk.core.endpointdiscovery
-
This exception is thrown when the SDK was unable to retrieve an endpoint from AWS.
- EndpointDiscoveryFailedException.Builder - Interface in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryFailedException.BuilderImpl - Class in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryProvider - Interface in software.amazon.awssdk.core.endpointdiscovery.providers
- EndpointDiscoveryProviderChain - Class in software.amazon.awssdk.core.endpointdiscovery.providers
- EndpointDiscoveryProviderChain(EndpointDiscoveryProvider...) - Constructor for class software.amazon.awssdk.core.endpointdiscovery.providers.EndpointDiscoveryProviderChain
- EndpointDiscoveryRefreshCache - Class in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryRequest - Class in software.amazon.awssdk.core.endpointdiscovery
- EndpointDiscoveryRequest.Builder - Interface in software.amazon.awssdk.core.endpointdiscovery
-
Builder interface for constructing a
EndpointDiscoveryRequest
. - endpointOverride() - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Return the endpoint override
- endpointOverride() - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- 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
- endpointOverride(URI) - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Configure the endpoint override
- endpointProvider() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- endpointProvider() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- endpointProvider() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Returns the endpoint provider for resolving the endpoint for this request.
- endpointProvider() - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
- endpointProvider() - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- endpointProvider(EndpointProvider) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the endpointProvider to use for resolving the endpoint of the request.
- endpointProvider(EndpointProvider) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- endpointProvider(EndpointProvider) - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
- entrySet() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- ENV - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- envelopeWrappedPublisher(Publisher<ByteBuffer>, String, String) - Static method in class software.amazon.awssdk.core.internal.async.SdkPublishers
-
Constructs an
SdkPublisher
that wraps aByteBuffer
publisher and inserts additional content that wraps the published content like an envelope. - EnvelopeWrappedSdkPublisher<T> - Class in software.amazon.awssdk.core.internal.async
-
Publisher implementation that wraps the content of another publisher in an envelope with an optional prefix (or header) and suffix (or footer).
- environmentVariable() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
- EqualJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Deprecated.Use instead
BackoffStrategy
andBackoffStrategy.fixedDelayWithoutJitter(Duration)
- EqualJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
-
Deprecated.
- equals(Object) - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.async.ResponsePublisher
- equals(Object) - Method in class software.amazon.awssdk.core.BytesWrapper
- equals(Object) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- equals(Object) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.CompressionConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.CredentialType
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- equals(Object) - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- equals(Object) - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute
-
This override considers execution attributes with the same name to be the same object for the purpose of attribute merge.
- equals(Object) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- equals(Object) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- equals(Object) - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
- equals(Object) - Method in class software.amazon.awssdk.core.internal.compression.CompressorType
- equals(Object) - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
- equals(Object) - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction
- equals(Object) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- equals(Object) - Method in class software.amazon.awssdk.core.internal.waiters.ResponseOrException
- equals(Object) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.Response
- equals(Object) - Method in class software.amazon.awssdk.core.ResponseBytes
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
Deprecated.
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
Deprecated.
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- 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.RetryOnClockSkewCondition
- 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.conditions.RetryOnThrottlingCondition
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- equals(Object) - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.
- equals(Object) - Method in class software.amazon.awssdk.core.SdkNumber
- equals(Object) - Method in class software.amazon.awssdk.core.SdkResponse
- equals(Object) - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- equals(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- equals(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- equals(Object) - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- equalsBySdkFields(Object) - Method in interface software.amazon.awssdk.core.SdkPojo
-
Indicates whether some other object is "equal to" this one by SDK fields.
- equalsBySdkFields(Object) - Method in class software.amazon.awssdk.core.SdkPojoBuilder
- ERROR_TYPE - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The type of error that occurred for a call attempt.
- errorOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates an error waiter acceptor which determines if the exception should transition the waiter to failure state
- errorOnExceptionAcceptor(Predicate<Throwable>, String) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates an error waiter acceptor which determines if the exception should transition the waiter to failure state Overloaded method with errorMessage.
- errorOnResponseAcceptor(Predicate<T>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
- errorOnResponseAcceptor(Predicate<T>, String) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
- evict(String) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRefreshCache
- exceedsMaxWaitTime(long, long) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- 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.waiters.ResponseOrException
- exception() - Method in class software.amazon.awssdk.core.Response
-
The modelled exception returned by the service.
- exception() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- exception(Throwable) - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext.Builder
- exception(Throwable) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder
-
Defines the exception thrown from the waiter operation that has matched with the waiter success condition
- exception(Throwable) - Static method in class software.amazon.awssdk.core.internal.waiters.ResponseOrException
-
Create a new ResponseOrException with the exception
- exception(SdkException) - Method in class software.amazon.awssdk.core.Response.Builder
-
The modelled exception returned by the service.
- exception(SdkException) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- exceptionCostFunction(TokenBucketExceptionCostFunction) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Builder
-
Configure a
TokenBucketExceptionCostFunction
that is used to calculate the number of tokens that should be taken out of the bucket for each specific exception. - exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when an error is encountered while making the request or receiving the response.
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
- 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.async.InputStreamResponseTransformer
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.async.PublisherAsyncResponseTransformer
- ExceptionReportingUtils - Class in software.amazon.awssdk.core.internal.http.pipeline.stages.utils
- execute(InputT, RequestExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.pipeline.RequestPipeline
-
Execute the pipeline with the given input.
- execute(CompletableFuture<SdkHttpFullRequest>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncBeforeTransmissionExecutionInterceptorsStage
- execute(CompletableFuture<SdkHttpFullRequest>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
- execute(OutputT, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
- execute(ClientExecutionParams<InputT, OutputT>) - Method in interface software.amazon.awssdk.core.client.handler.AsyncClientHandler
-
Execute's a web service request.
- execute(ClientExecutionParams<InputT, OutputT>) - 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>) - Method in class software.amazon.awssdk.core.internal.handler.BaseAsyncClientHandler
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.internal.handler.BaseSyncClientHandler
- 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>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.internal.handler.BaseAsyncClientHandler
- execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
- 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(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.internal.handler.BaseSyncClientHandler
- execute(HttpResponseHandler<Response<OutputT>>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Executes the request with the given configuration.
- execute(TransformingAsyncResponseHandler<Response<OutputT>>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Executes the request with the given configuration.
- execute(Response<OutputT>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.UnwrapResponseContainer
- execute(AsyncExecuteRequest) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
- 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.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.CompressRequestStage
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.HttpChecksumStage
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestImmutableStage
- 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.QueryParametersToBodyStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage
-
Start and end api call attempt timer around the execution of the api call attempt.
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallMetricCollectionStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallAttemptMetricCollectionStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallMetricCollectionStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncApiCallTimeoutTrackingStage
- 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.AsyncRetryableStage2
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncSigningStage
-
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.BeforeTransmissionExecutionInterceptorsStage
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
- 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, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestMutableStage
- 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.RetryableStage2
- 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.TimeoutExceptionHandlingStage
-
Translate an
Exception
caused by timeout based on the following criteria: If theException
is caused byClientOverrideConfiguration.apiCallTimeout()
, translates it toInterruptedException
so it can be handled appropriately inApiCallTimeoutTrackingStage
. - execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.StreamManagingStage
- execute(SdkHttpFullResponse, 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.AfterTransmissionExecutionInterceptorsStage
- execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
- EXECUTION_ATTEMPT - Static variable in class software.amazon.awssdk.core.internal.InternalCoreExecutionAttribute
-
The key to store the execution attempt number that is used by handlers in the async request pipeline to help regulate their behavior.
- EXECUTION_ATTRIBUTES - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option to specify additional execution attributes to each client call.
- 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. - ExecutionAttribute.DerivedAttributeBuilder<T,U> - Class in software.amazon.awssdk.core.interceptor
- ExecutionAttribute.MappedAttributeBuilder<T,U> - Class in software.amazon.awssdk.core.interceptor
- executionAttributes() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- executionAttributes() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
Returns the additional execution attributes to be added for this client.
- executionAttributes() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- executionAttributes() - Method in class software.amazon.awssdk.core.http.ExecutionContext
- executionAttributes() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- executionAttributes() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- executionAttributes() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- executionAttributes() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Returns the additional execution attributes to be added to this request.
- executionAttributes() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- executionAttributes(ExecutionAttributes) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Sets the additional execution attributes collection for this client.
- executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
- executionAttributes(ExecutionAttributes) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the additional execution attributes collection for this request.
- executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- ExecutionAttributes - Class in software.amazon.awssdk.core.interceptor
-
A mutable collection of
ExecutionAttribute
s that can be modified byExecutionInterceptor
s in order to save and retrieve information specific to the current execution. - ExecutionAttributes() - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- ExecutionAttributes(Map<? extends ExecutionAttribute<?>, ?>) - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- ExecutionAttributes.Builder - Class in software.amazon.awssdk.core.interceptor
-
TODO: We should deprecate this builder - execution attributes are mutable - why do we need a builder? We can just use copy() if it's because of
ExecutionAttributes.unmodifiableExecutionAttributes(ExecutionAttributes)
. - executionContext() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- 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 - 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.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.interceptor
-
A wrapper for a list of
ExecutionInterceptor
s that ensures the interceptors are executed in the correct order as it is documented in theExecutionInterceptor
documentation. - ExecutionInterceptorChain(List<ExecutionInterceptor>) - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain
-
Create a chain that will execute the provided interceptors in the order they are provided.
- 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
ExecutionInterceptor
s that should be hooked into the execution of each request, in the order that they should be applied. - 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.
- executor() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- executor(ExecutorService) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Configures the
ExecutorService
to perform the blocking data reads. - executorService() - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
The configured
ExecutorService
the writes should be executed on. - executorService(ExecutorService) - Method in interface software.amazon.awssdk.core.FileTransformerConfiguration.Builder
-
Configures the
ExecutorService
the writes should be executed on. - expirationTime() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint
- expirationTime(Instant) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint.Builder
- extendedRequestId - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- extendedRequestId() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
The extendedRequestId returned by the called service.
- extendedRequestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- extendedRequestId() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
The extendedRequestId that was returned by the called service.
- extendedRequestId(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
Specifies the extendedRequestId returned by the called service.
- extendedRequestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
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 anSdkClientException
orAbortedException
. - FAILURE - software.amazon.awssdk.core.waiters.WaiterState
-
Indicates the waiter failed and must not continue waiting.
- failureBehavior() - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
The configured
FileTransformerConfiguration.FailureBehavior
- failureBehavior(FileTransformerConfiguration.FailureBehavior) - Method in interface software.amazon.awssdk.core.FileTransformerConfiguration.Builder
-
Configures the
FileTransformerConfiguration.FailureBehavior
in the event of an error - 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
- fastFailRateLimiting(Boolean) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Whether the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available.
- 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
. - FileAsyncRequestBodySplitHelper - Class in software.amazon.awssdk.core.internal.async
-
A helper class to split a
FileAsyncRequestBody
to multiple smaller async request bodies. - FileAsyncRequestBodySplitHelper(FileAsyncRequestBody, AsyncRequestBodySplitConfiguration) - Constructor for class software.amazon.awssdk.core.internal.async.FileAsyncRequestBodySplitHelper
- 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
- FileAsyncResponseTransformer(Path, FileTransformerConfiguration) - Constructor for class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
- FileContentStreamProvider - Class in software.amazon.awssdk.core.internal.sync
-
ContentStreamProvider
implementation for files. - FileContentStreamProvider(Path) - Constructor for class software.amazon.awssdk.core.internal.sync.FileContentStreamProvider
- fileLength() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- FileRequestBodyConfiguration - Class in software.amazon.awssdk.core
-
Configuration options for
AsyncRequestBody.fromFile(FileRequestBodyConfiguration)
to configure how the SDK should read the file. - FileRequestBodyConfiguration.Builder - Interface in software.amazon.awssdk.core
- FileTransformerConfiguration - Class in software.amazon.awssdk.core
-
Configuration options for
AsyncResponseTransformer.toFile(Path, FileTransformerConfiguration)
to configure how the SDK should write the file and if the SDK should delete the file when an exception occurs. - FileTransformerConfiguration.Builder - Interface in software.amazon.awssdk.core
- FileTransformerConfiguration.FailureBehavior - Enum in software.amazon.awssdk.core
-
Defines how the SDK should handle the file if there is an exception
- FileTransformerConfiguration.FileWriteOption - Enum in software.amazon.awssdk.core
-
Defines how the SDK should write the file
- fileWriteOption() - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
-
The configured
FileTransformerConfiguration.FileWriteOption
- fileWriteOption(FileTransformerConfiguration.FileWriteOption) - Method in interface software.amazon.awssdk.core.FileTransformerConfiguration.Builder
-
Configures how to write the file
- 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.
- FilterTransformingAsyncHttpResponseHandler<ResultT> - Class in software.amazon.awssdk.core.internal.http.async
-
Decorator class that simply delegates to the wrapped
TransformingAsyncResponseHandler
. - FilterTransformingAsyncHttpResponseHandler(TransformingAsyncResponseHandler<ResultT>) - Constructor for class software.amazon.awssdk.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
- FINAL_CHUNK - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- finalizeChildConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Optionally overridden by child implementations to derive implementation-specific configuration from the default-applied configuration.
- 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. - firstWaiterAcceptorIfMatched(Either<T, Throwable>) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- FixedDelayBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Deprecated.Use instead
BackoffStrategy
andBackoffStrategy.fixedDelay(Duration)
. - 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 interface software.amazon.awssdk.core.protocol.MarshallingType
- floatValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the float value of the
SdkNumber
. - forAlgorithm(Algorithm) - Static method in interface software.amazon.awssdk.core.checksums.SdkChecksum
-
Gets the Checksum based on the required Algorithm.
- forBlockingInputStream(Long) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates a
BlockingInputStreamAsyncRequestBody
to use for writing an input stream to the downstream service. - forBlockingOutputStream(Long) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates a
BlockingOutputStreamAsyncRequestBody
to use for writing to the downstream service as if it's an output stream. - FORCE_SKIP - software.amazon.awssdk.core.checksums.ChecksumValidation
-
Checksum validation was skipped since response has customization for specific checksum values.
- format() - Method in class software.amazon.awssdk.core.traits.TimestampFormatTrait
- forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Retrieve the appropriate retry strategy for the retry mode with AWS-specific conditions added.
- forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
- forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
-
Create a condition using the configured
RetryMode
. - forRetryMode(RetryMode) - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Create a
RetryPolicy
using the providedRetryMode
defaults. - from(byte[]) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- from(String, byte[]) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- fromBigDecimal(BigDecimal) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a BigDecimal value. - fromBigInteger(BigInteger) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a BigInteger value. - fromBoolean(boolean) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a boolean. - fromByteArray(byte[]) - Static method in class software.amazon.awssdk.core.SdkBytes
-
Create
SdkBytes
from a Byte array. - fromByteArray(ResponseT, byte[]) - Static method in class software.amazon.awssdk.core.ResponseBytes
-
Create
ResponseBytes
from a Byte array. - fromByteArrayUnsafe(byte[]) - Static method in class software.amazon.awssdk.core.SdkBytes
-
Create
SdkBytes
from a Byte array without copying the contents of the byte array. - fromByteArrayUnsafe(ResponseT, byte[]) - Static method in class software.amazon.awssdk.core.ResponseBytes
-
Create
ResponseBytes
from a Byte array without copying the contents of the byte array. - fromByteBuffer(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from aByteBuffer
. - 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 aByteBuffer
. - fromByteBuffers(ByteBuffer...) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from aByteBuffer
array. - fromByteBuffersUnsafe(ByteBuffer...) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from aByteBuffer
array without copying the contents of eachByteBuffer
. - fromByteBufferUnsafe(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
- fromBytes(byte[]) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from a byte array. - fromBytes(byte[]) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
from a byte array. - fromBytesUnsafe(byte[]) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from a byte array without copying the contents of the byte array. - fromContentProvider(ContentStreamProvider, long, String) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
from the givenContentStreamProvider
. - fromContentProvider(ContentStreamProvider, String) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
from the givenContentStreamProvider
. - fromDouble(double) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a double Value. - fromException(Throwable) - Static method in enum software.amazon.awssdk.core.internal.metrics.SdkErrorType
- 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(File) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Create a
RequestBody
using the full contents of the specified file. - 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(Path) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Create a
RequestBody
using the full contents of the specified file. - fromFile(Consumer<FileRequestBodyConfiguration.Builder>) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
that produces data from the contents of a file. - fromFile(FileRequestBodyConfiguration) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
that produces data from the contents of a file. - fromFloat(float) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a float Value. - 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. - fromInputStream(InputStream, Long, ExecutorService) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from anInputStream
. - fromInputStream(Consumer<AsyncRequestBodyFromInputStreamConfiguration.Builder>) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
This is a convenience method that passes an instance of the
AsyncRequestBodyFromInputStreamConfiguration
builder, avoiding the need to create one manually viaAsyncRequestBodyFromInputStreamConfiguration.builder()
. - fromInputStream(ResponseT, InputStream) - Static method in class software.amazon.awssdk.core.ResponseBytes
-
Create
ResponseBytes
from a Byte array. - fromInputStream(AsyncRequestBodyFromInputStreamConfiguration) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from anInputStream
with the providedAsyncRequestBodySplitConfiguration
. - fromInteger(int) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a integer value. - fromIterable(Iterable<T>) - Static method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Create an
SdkPublisher
from anIterable
. - fromList(List<Document>) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create a
Document.ListBuilder
for generating aDocument
by directly allowing user add Documents. - fromLong(long) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a long Value. - fromMap(Map<String, Document>) - Static method in interface software.amazon.awssdk.core.document.Document
-
Creates a Document from a Map of Documents.
- fromNull() - Static method in interface software.amazon.awssdk.core.document.Document
-
Creates a document is a
null
value. - fromNumber(double) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a double. - fromNumber(float) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a float. - fromNumber(int) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a int. - fromNumber(long) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a long. - fromNumber(String) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a String. - fromNumber(BigDecimal) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a BigDecimal. - fromNumber(BigInteger) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a BigInteger. - fromNumber(SdkNumber) - Static method in interface software.amazon.awssdk.core.document.Document
- fromOverrideConfiguration(ClientOverrideConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
Create a
SdkClientConfiguration
from the providedClientOverrideConfiguration
. - fromPublisher(Publisher<ByteBuffer>) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
the produces data from the input ByteBuffer publisher. - fromRemainingByteBuffer(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from the remaining readable bytes from aByteBuffer
. - fromRemainingByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
from the remaining readable bytes from aByteBuffer
. - fromRemainingByteBuffers(ByteBuffer...) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from aByteBuffer
array. - fromRemainingByteBuffersUnsafe(ByteBuffer...) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
from aByteBuffer
array without copying the contents of eachByteBuffer
. - fromRemainingByteBufferUnsafe(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
- fromShort(short) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a long Value. - 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) - Static method in interface software.amazon.awssdk.core.document.Document
-
Create
Document
from a string, using the provided String. - fromString(String) - Static method in class software.amazon.awssdk.core.SdkNumber
-
Create
SdkNumber
from a long Value. - fromString(String) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Creates a
RequestBody
from a string. - fromString(String) - Static method in enum software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
-
Creates a timestamp format enum from the string defined in the model.
- 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, 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. - 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.checksums.Algorithm
- FullJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Deprecated.
- FullJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
-
Deprecated.
- FUTURE_COMPLETION_EXECUTOR - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedAsyncClientOption
-
Configure the
Executor
that should be used to complete theCompletableFuture
that is returned by the async service client.
G
- get(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- get(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- get(String, EndpointDiscoveryRequest) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRefreshCache
-
Abstract method to be implemented by each service to handle retrieving endpoints from a cache.
- getAdjustmentInSeconds(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.retry.ClockSkewAdjuster
-
Returns the recommended clock adjustment that should be used for future requests (in seconds).
- getAlgorithmChecksumValuePair(SdkHttpResponse, ChecksumSpecs) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
-
Loops through the Supported list of checksum for the operation, and gets the Header value for the checksum header.
- getAsync(String, EndpointDiscoveryRequest) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRefreshCache
- getAsyncRequestBody() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getAttemptNumber() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Retrieve the current attempt number, updated whenever
RetryableStageHelper.startingAttempt()
is invoked. - getAttemptNumber() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Retrieve the current attempt number, updated whenever
RetryableStageHelper2.startingAttempt()
is invoked. - 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.
- getAttributes() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Retrieve the collection of attributes.
- getBackoffDelay() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Get the amount of time that the request should be delayed before being sent.
- getBufferedData() - Method in class software.amazon.awssdk.core.internal.async.ChunkBuffer
-
Retrieve the current buffered data.
- getBytesReadBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getCapacityForExecution(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
-
If
TokenBucketRetryCondition.shouldRetry(RetryPolicyContext)
returned true for the provided execution, this method returns theTokenBucketRetryCondition.Capacity
consumed by the request. - getCause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- getChecksumBytes() - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- getChecksumBytes() - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- getChecksumBytes() - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- getChecksumBytes() - Method in interface software.amazon.awssdk.core.checksums.SdkChecksum
-
Returns the computed checksum in a byte array rather than the long provided by
Checksum.getValue()
. - getChecksumBytes() - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- getChecksumBytes() - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- getClockSkew(Instant, Instant) - Static method in class software.amazon.awssdk.core.retry.ClockSkew
-
Calculate the time skew between a client and server date.
- getCombinedResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Non-streaming requests can use handlers that handle both error and success as a single handler instead of submitting individual success and error handlers.
- getCrc32Checksum() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
- getCurrNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getEncodings() - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
- getErrorResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getExtendedRequestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- getFile() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Returns the underlying file, if known; or null if not;
- 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.
- getInput() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- 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.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.
- getLastException() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Retrieve the last call failure exception encountered by this execution, updated whenever
RetryableStageHelper.setLastException(java.lang.Throwable)
is invoked. - getLastException() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Retrieve the last call failure exception encountered by this execution, updated whenever
RetryableStageHelper2.setLastException(java.lang.Throwable)
is invoked. - getMarked() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getMarshaller() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getMaxNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getMessage() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- getMetricCollector() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- 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.
- 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.
- getOperationName() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getOptionalAttribute(ExecutionAttribute<U>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Retrieve the Optional current value of the provided attribute in this collection of attributes.
- getOptionalTrait(Class<T>) - Method in class software.amazon.awssdk.core.SdkField
-
Gets the trait of the specified class if available.
- getPosition() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getProtocolMetadata() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getRequestBody() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- getRequestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- getRequiredTrait(Class<T>) - Method in class software.amazon.awssdk.core.SdkField
-
Gets the trait of the specified class, or throw
IllegalStateException
if not available. - getResetCount() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getResetIntervalBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- getResolvedChecksumSpecs(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumResolver
- 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.
- getSendToken() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Acquire a send token from the rate limiter.
- getSendTokenNonBlocking() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Acquire a send token from the rate limiter in a non blocking manner.
- getServerTime(SdkHttpResponse) - Static method in class software.amazon.awssdk.core.retry.ClockSkew
-
Get the server time from the service response, or empty if the time could not be determined.
- getStatusCode() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- getTargetClass() - Method in interface software.amazon.awssdk.core.protocol.MarshallingType
- getter(Function<Object, TypeT>) - Method in class software.amazon.awssdk.core.SdkField.Builder
-
Sets the
Function
that will accept an object and return the current value of 'this' field on that object. - getTimeOffset() - Method in class software.amazon.awssdk.core.internal.http.SdkClientTime
-
Gets the latest recorded time offset.
- getTrait(Class<T>) - Method in class software.amazon.awssdk.core.SdkField
-
Gets the trait of the specified class if available.
- getValue() - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- getValue() - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- getValue() - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- getValue() - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- getValue() - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- getValue() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- getValue() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- 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
. - getValueOrDefault(Object) - Method in class software.amazon.awssdk.core.SdkField
-
Retrieves the current value of 'this' field from the given POJO.
- getWrappedInputStream() - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- 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.
- getWritableStackTrace() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- GREEDY_PATH - software.amazon.awssdk.core.protocol.MarshallLocation
-
Replace the placeholder in the request URI (greedy).
- GZIP - Static variable in class software.amazon.awssdk.core.internal.compression.CompressorType
- GzipCompressor - Class in software.amazon.awssdk.core.internal.compression
- GzipCompressor() - Constructor for class software.amazon.awssdk.core.internal.compression.GzipCompressor
H
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.client.handler.AttachHttpMetadataResponseHandler
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.http.HttpResponseHandler
-
Accepts an HTTP response object, and returns an object of type T.
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.http.MetricCollectingHttpResponseHandler
- handle(SdkHttpFullResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.http.CombinedResponseHandler
- handleRequests() - Method in class software.amazon.awssdk.core.internal.pagination.async.ItemsSubscription
- handleRequests() - Method in class software.amazon.awssdk.core.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
-
Pipeline stage that executes an
HttpResponseHandler
to transform the response into aResponse
object that contains a flag indicating success of failure and an unmarshalled response object or exception as appropriate. - HandleResponseStage(HttpResponseHandler<Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage
- HAS_INITIAL_REQUEST_EVENT - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
If true, indicates that this is an event streaming request being sent over RPC, and therefore the serialized request object is encapsulated as an event of type
initial-request
. - hasExecuted() - Method in class software.amazon.awssdk.core.internal.http.timers.ApiCallTimeoutTracker
- hasExecuted() - Method in class software.amazon.awssdk.core.internal.http.timers.AsyncTimeoutTask
- hasExecuted() - Method in class software.amazon.awssdk.core.internal.http.timers.NoOpTimeoutTracker
- hasExecuted() - Method in class software.amazon.awssdk.core.internal.http.timers.SyncTimeoutTask
-
Returns whether this task has finished executing its timeout behavior.
- hasExecuted() - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTask
- hasExecuted() - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTracker
- hashCode() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.async.ResponsePublisher
- hashCode() - Method in class software.amazon.awssdk.core.BytesWrapper
- hashCode() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- hashCode() - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.CompressionConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.CredentialType
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- hashCode() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- hashCode() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute
-
This override considers execution attributes with the same name to be the same object for the purpose of attribute merge.
- hashCode() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- hashCode() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- hashCode() - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
- hashCode() - Method in class software.amazon.awssdk.core.internal.compression.CompressorType
- hashCode() - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
- hashCode() - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction
- hashCode() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- hashCode() - Method in class software.amazon.awssdk.core.internal.waiters.ResponseOrException
- hashCode() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.Response
- hashCode() - Method in class software.amazon.awssdk.core.ResponseBytes
- hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
Deprecated.
- hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
Deprecated.
- hashCode() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- 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.RetryOnClockSkewCondition
- 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.conditions.RetryOnThrottlingCondition
- hashCode() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- hashCode() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.
- hashCode() - Method in class software.amazon.awssdk.core.SdkNumber
- hashCode() - Method in class software.amazon.awssdk.core.SdkResponse
- hashCode() - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- hashCode() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- hashCode() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- hashCode() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- hasInitialRequestEvent() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- hasNext() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
- hasNextPage() - Method in class software.amazon.awssdk.core.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.
- HEADER - software.amazon.awssdk.core.protocol.MarshallLocation
-
HTTP header.
- HEADER_BASED_AUTH - software.amazon.awssdk.core.internal.signer.SigningMethod
- HEADER_COLON_SEPARATOR - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- HEADER_COLON_SEPARATOR - Static variable in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
- HEADER_FOR_TRAILER_REFERENCE - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- HEADER_SDK_TRANSACTION_ID - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
- HEADER_USER_AGENT - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
- headerName() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- headerName(String) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- 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 interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Optional additional headers to be added to the HTTP request.
- headers() - 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.
- 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(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Add additional headers to be set on the HTTP request.
- headers(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- HEADERS_READ_END_NANO_TIME - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The nano time that reading the response headers is complete.
- hostPrefixExpression() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- hostPrefixExpression(String) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Sets the resolved host prefix expression that will be added as a prefix to the original endpoint.
- HTTP - software.amazon.awssdk.core.Protocol
-
HTTP Protocol - Using the HTTP protocol is less secure than HTTPS, but can slightly reduce the system resources used when communicating with AWS.
- HTTP_CHECKSUM - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
Key to indicate if the Http Checksums that are valid for an operation.
- HTTP_CHECKSUM_HEADER_PREFIX - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- HTTP_CHECKSUM_REQUIRED - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
- HTTP_CHECKSUM_VALIDATION_ALGORITHM - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The Algorithm used for checksum validation of a response.
- HTTP_CHECKSUM_VALUE - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- HTTP_CLIENT_CONFIG - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Configuration that should be used to build the
SdkClientOption.SYNC_HTTP_CLIENT
orSdkClientOption.ASYNC_HTTP_CLIENT
. - HTTP_RESPONSE_CHECKSUM_VALIDATION - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
Provides the status of
ChecksumValidation
performed on the response. - HttpChecksum - Class in software.amazon.awssdk.core.interceptor.trait
- HttpChecksum.Builder - Class in software.amazon.awssdk.core.interceptor.trait
- HttpChecksumConstant - Class in software.amazon.awssdk.core
-
Defines all the constants that are used while adding and validating Http checksum for an operation.
- httpChecksumHeader(String) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- HttpChecksumRequired - Class in software.amazon.awssdk.core.interceptor.trait
- HttpChecksumResolver - Class in software.amazon.awssdk.core.internal.util
-
Class to resolve the different Checksums specs from ExecutionAttributes.
- HttpChecksumStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Stage to implement the "httpChecksum" and "httpChecksumRequired" C2J traits, and flexible checksums.
- HttpChecksumStage(ClientType) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.HttpChecksumStage
- HttpChecksumUtils - Class in software.amazon.awssdk.core.internal.util
- HttpChecksumValidationInterceptor - Class in software.amazon.awssdk.core.internal.interceptor
-
Interceptor to intercepts Sync and Async responses.
- HttpChecksumValidationInterceptor() - Constructor for class software.amazon.awssdk.core.internal.interceptor.HttpChecksumValidationInterceptor
- 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(SdkAsyncHttpClient) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- httpClient(SdkHttpClient) - 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(SdkAsyncHttpClient.Builder) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- httpClientBuilder(SdkHttpClient.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 ofSdkHttpClient
. - httpClientDependencies() - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
- httpClientDependencies() - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
- httpClientDependencies(Consumer<HttpClientDependencies.Builder>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
- httpClientDependencies(Consumer<HttpClientDependencies.Builder>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
- httpClientDependencies(HttpClientDependencies) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
- httpClientDependencies(HttpClientDependencies) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
- HttpClientDependencies - Class in software.amazon.awssdk.core.internal.http
-
Client scoped dependencies of
AmazonSyncHttpClient
andAmazonAsyncHttpClient
. - HttpClientDependencies.Builder - Class in software.amazon.awssdk.core.internal.http
-
Builder for
HttpClientDependencies
. - httpRequest() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
-
The
SdkHttpRequest
that was created as a result of marshalling theContext.BeforeExecution.request()
. - httpRequest() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
-
The latest version of the
SdkHttpRequest
available when the execution failed. - httpRequest() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- httpRequest() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- httpRequest(SdkHttpRequest) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- 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
SdkHttpResponse
available when the execution failed. - httpResponse() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- httpResponse() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- httpResponse() - Method in class software.amazon.awssdk.core.Response
-
The HTTP response that was received by the SDK prior to determining the result.
- httpResponse(SdkHttpFullResponse) - Method in class software.amazon.awssdk.core.Response.Builder
-
The HTTP response that was received by the SDK prior to determining the result.
- httpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- HttpResponseHandler<T> - Interface in software.amazon.awssdk.core.http
-
Responsible for handling an HTTP response and returning an object of type T.
- HTTPS - software.amazon.awssdk.core.Protocol
-
HTTPS Protocol - Using the HTTPS protocol is more secure than using the HTTP protocol, but may use slightly more system resources.
- httpStatusCode() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- httpStatusCode(Integer) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
I
- idempotencyToken() - Static method in class software.amazon.awssdk.core.traits.DefaultValueTrait
-
Creates a precanned
DefaultValueTrait
using the idempotency token generation which creates a new UUID if a field is null. - IdempotentAsyncResponseHandler<T,R> - Class in software.amazon.awssdk.core.internal.http
-
Wrapper for a
TransformingAsyncResponseHandler
that allows attachment to an external scope and given a way of evaluating whether that scope has changed or not will only allow prepare() to be called on its delegate once per state change and will cache and reserve the future that is returned by the delegate the rest of the time. - IdempotentUtils - Class in software.amazon.awssdk.core.util
-
Utility class to manage idempotency token
- identifiers() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- identifiers(Map<String, String>) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
Specifies a map containing a set identifiers mapped to the name of the field in the request.
- identity() - Method in class software.amazon.awssdk.core.SelectedAuthScheme
- IDENTITY_PROVIDERS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The IdentityProviders configured on the client.
- IDENTITY_PROVIDERS - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The
IdentityProviders
for a request. - IdentityProviderNameMapping - Enum in software.amazon.awssdk.core.internal.useragent
-
A enum class representing a short form of identity providers to record in the UA string.
- ignoreDataTypeConversionFailures() - Method in class software.amazon.awssdk.core.SdkField
- IMDS - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- indexOf(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- initialize(RetryPolicyContext) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- inputStream - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- inputStream() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- inputStream(InputStream) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Configures the InputStream.
- inputStream(InputStream) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- inputStream(InputStream) - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream.Builder
- InputStreamResponseTransformer<ResponseT extends SdkResponse> - Class in software.amazon.awssdk.core.internal.async
-
A
AsyncResponseTransformer
that allows performing blocking reads on the response data. - InputStreamResponseTransformer() - Constructor for class software.amazon.awssdk.core.internal.async.InputStreamResponseTransformer
- InputStreamWithExecutorAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
-
A
AsyncRequestBody
that allows reading data off of anInputStream
using a backgroundExecutorService
. - InputStreamWithExecutorAsyncRequestBody(AsyncRequestBodyFromInputStreamConfiguration) - Constructor for class software.amazon.awssdk.core.internal.async.InputStreamWithExecutorAsyncRequestBody
- INSTANCE - Static variable in class software.amazon.awssdk.core.internal.http.timers.NoOpTimeoutTracker
- INSTANT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- INTEGER - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- interceptorChain() - Method in class software.amazon.awssdk.core.http.ExecutionContext
- interceptorChain() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- interceptorChain(ExecutionInterceptorChain) - 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.Builder
- interceptorContext(InterceptorContext) - Method in class software.amazon.awssdk.core.http.ExecutionContext
- interceptorContext(InterceptorContext) - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext.Builder
- InterceptorContext - Class in software.amazon.awssdk.core.interceptor
-
An SDK-internal implementation of
Context.AfterExecution
and its parent interfaces. - InterceptorContext.Builder - Class in software.amazon.awssdk.core.interceptor
- INTERNAL_USER_AGENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option to specify the internal user agent.
- InternalCoreExecutionAttribute - Class in software.amazon.awssdk.core.internal
-
Attributes that can be applied to all sdk requests.
- InterruptMonitor - Class in software.amazon.awssdk.core.internal.http
-
A set of utilities for monitoring the status of the currently-executing SDK thread.
- intValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the integer value of the
SdkNumber
. - invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.internal.handler.BaseClientHandler
- invokePlugins(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
By default, returns the configuration as-is.
- IO - software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
An I/O error.
- is - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- IS_DISCOVERED_ENDPOINT - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
Whether the endpoint on the request is the result of Endpoint Discovery.
- IS_FULL_DUPLEX - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The key to indicate if the request is for a full duplex operation ie., request and response are sent/received at the same time.
- IS_NONE_AUTH_TYPE_REQUEST - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
- isAtStart - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- isBoolean() - Method in interface software.amazon.awssdk.core.document.Document
- isBoolean() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Indicates this is a Boolean Document.
- isCalculateCrc32FromCompressedData() - Method in class software.amazon.awssdk.core.internal.handler.BaseClientHandler
- isClockSkewed(Instant, Instant) - Static method in class software.amazon.awssdk.core.retry.ClockSkew
-
Determine whether the request-level client time was sufficiently skewed from the server time as to possibly cause a clock skew error.
- isClockSkewException() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
Specifies whether an exception may have been 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.
- 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
- isEnabled() - Method in class software.amazon.awssdk.core.internal.http.timers.ApiCallTimeoutTracker
- isEnabled() - Method in class software.amazon.awssdk.core.internal.http.timers.NoOpTimeoutTracker
- isEnabled() - Method in interface software.amazon.awssdk.core.internal.http.timers.TimeoutTracker
- isFakeIoException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- isFastFailRateLimiting() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Whether rate limiting should fast fail.
- isFastFailRateLimiting() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Whether the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available.
- isFastFailRateLimiting() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.When using
RetryMode.ADAPTIVE
retry mode, this controls the client should immediately fail the request when not enough capacity is immediately available from the rate limiter to execute the request, instead of waiting for capacity to be available. - isFlattened() - Method in class software.amazon.awssdk.core.traits.ListTrait
- isFlattened() - Method in class software.amazon.awssdk.core.traits.MapTrait
- isFlattened(boolean) - Method in class software.amazon.awssdk.core.traits.ListTrait.Builder
- isFlattened(boolean) - Method in class software.amazon.awssdk.core.traits.MapTrait.Builder
- isFullDuplex() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- isHeaderBasedSigningAuth(SigningMethod, String) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- isHttpChecksumPresent(SdkHttpRequest, ChecksumSpecs) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
-
Checks if the request header is already updated with Calculated checksum.
- isHttpChecksumValidationEnabled(ChecksumSpecs) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- isInitialized() - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- isLastExceptionThrottlingException() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
- isLastPage(boolean) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
- isList() - Method in interface software.amazon.awssdk.core.document.Document
- isList() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- isMap() - Method in interface software.amazon.awssdk.core.document.Document
- isMap() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- isMd5ChecksumRequired(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- isNull() - Method in interface software.amazon.awssdk.core.document.Document
-
Checks if the document is a
null
value. - isNull() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- isNumber() - Method in interface software.amazon.awssdk.core.document.Document
- isNumber() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- ISO_8601 - software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
- isOutputTokenAvailable(T) - Static method in class software.amazon.awssdk.core.util.PaginatorUtils
-
Checks if the output token is available.
- isRequestChecksumRequired() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- isRequestChecksumRequired() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- isRequestChecksumRequired(boolean) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- 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.
- isRequestStreaming() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- isRequestStreaming() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- isRequestStreaming(boolean) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- isRequestStreaming(boolean) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- isRetryableException() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
Specifies whether an exception is retryable.
- isRetryableException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
-
Returns true if the specified exception is retryable.
- isServiceException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
- isStreaming() - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression
- isStreaming(boolean) - Method in class software.amazon.awssdk.core.internal.interceptor.trait.RequestCompression.Builder
- isStreamingUnsignedPayload(SdkHttpRequest, ExecutionAttributes, ChecksumSpecs, boolean) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
-
The header based Checksum is computed only if following criteria is met - Flexible checksum is not already computed.
- isString() - Method in interface software.amazon.awssdk.core.document.Document
- isString() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- isSuccess() - Method in class software.amazon.awssdk.core.Response
-
Indicates whether the result indicates success or failure of the original request.
- isSuccess(Boolean) - Method in class software.amazon.awssdk.core.Response.Builder
-
Indicates whether the result indicates success or failure of the original request.
- isSupported(String) - Static method in class software.amazon.awssdk.core.internal.compression.CompressorType
-
Whether or not the compressor type is supported by the SDK.
- isTerminated() - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- isTerminating - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- isThrottlingException() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
Specifies whether 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.
- isTrailerBasedChecksumForClientType(ExecutionAttributes, SdkHttpRequest, ClientType, ChecksumSpecs, boolean, boolean) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- isTrailerBasedFlexibleChecksumComputed(SdkHttpRequest, ExecutionAttributes, ChecksumSpecs, boolean, boolean) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
-
The trailer based Checksum is computed only if following criteria is met - Flexible checksum is not already computed.
- isTrailingTerminated - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- isUnsignedPayload(SigningMethod, String, boolean) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- isValidationEnabled() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- isValidationEnabled(boolean) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- itemIteratorFunction(Function<ResponseT, Iterator<ItemT>>) - 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
- JsonValueTrait - Class in software.amazon.awssdk.core.traits
-
Trait that indicates a String member is a JSON document.
K
- keyLocationName() - Method in class software.amazon.awssdk.core.traits.MapTrait
- keyLocationName(String) - Method in class software.amazon.awssdk.core.traits.MapTrait.Builder
- keySet() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
L
- LAST_BACKOFF_DELAY_DURATION - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
- LAST_CHUNK - Static variable in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
- LAST_CHUNK_LEN - Static variable in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
- lastIndexOf(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- lazyOption(ClientOption<T>, AttributeMap.LazyValue<T>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Add a mapping between the provided option and value provider.
- lazyOptionIfAbsent(ClientOption<T>, AttributeMap.LazyValue<T>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Equivalent to
SdkClientConfiguration.Builder.lazyOption(ClientOption, AttributeMap.LazyValue)
, but does not assign the value if there is already a non-null value assigned for the provided option. - LEAVE - software.amazon.awssdk.core.FileTransformerConfiguration.FailureBehavior
-
In the event of an error, the SDK will NOT attempt to delete the file and leave the file as-is (with whatever has been written to it so far)
- Legacy() - Constructor for class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting.Legacy
- LEGACY - software.amazon.awssdk.core.retry.RetryMode
-
The LEGACY retry mode, specific to the Java SDK, and characterized by: Up to 3 retries, or more for services like DynamoDB (which has up to 8). Zero token are subtracted from the
TokenBucketRetryCondition
when throttling exceptions are encountered. - legacyRetryStrategy() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns a
LegacyRetryStrategy
with generic SDK retry conditions. - legacyRetryStrategyBuilder() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns a
LegacyRetryStrategy.Builder
with preconfigured generic SDK retry conditions. - 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 interface software.amazon.awssdk.core.protocol.MarshallingType
- listBuilder() - Static method in interface software.amazon.awssdk.core.document.Document
-
Provides Builder methods of
Document.ListBuilder
to directly create Document with List of Documents - listBuilder() - Static method in class software.amazon.awssdk.core.document.internal.ListDocument
-
Provides Builder methods of
ListDocument.ListBuilderInternal
to directly create Document with List of Documents - ListBuilderInternal() - Constructor for class software.amazon.awssdk.core.document.internal.ListDocument.ListBuilderInternal
- ListDocument - Class in software.amazon.awssdk.core.document.internal
- ListDocument(List<Document>) - Constructor for class software.amazon.awssdk.core.document.internal.ListDocument
-
Create a New
ListDocument
with List of Document documentList as passed in constructor - ListDocument.ListBuilderInternal - Class in software.amazon.awssdk.core.document.internal
-
Internal List Builder for easy construction of Document Lists.
- listIterator() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- listIterator(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- ListTrait - Class in software.amazon.awssdk.core.traits
-
Trait that includes additional metadata about List members.
- ListTrait.Builder - Class in software.amazon.awssdk.core.traits
- 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.
- 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.
- location() - Method in class software.amazon.awssdk.core.SdkField
- location() - Method in class software.amazon.awssdk.core.traits.LocationTrait
- location(MarshallLocation) - Method in class software.amazon.awssdk.core.traits.LocationTrait.Builder
- locationName() - Method in class software.amazon.awssdk.core.SdkField
- locationName() - Method in class software.amazon.awssdk.core.traits.LocationTrait
- locationName(String) - Method in class software.amazon.awssdk.core.traits.LocationTrait.Builder
- LocationTrait - Class in software.amazon.awssdk.core.traits
-
Trait to include metadata about the marshalling/unmarshalling location (i.e.
- LocationTrait.Builder - Class in software.amazon.awssdk.core.traits
-
Builder for
LocationTrait
. - log - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- LOG - Static variable in class software.amazon.awssdk.core.internal.checksums.factory.CrtBasedChecksumProvider
- logBackingOff(Duration) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Log a message to the user at the debug level to indicate how long we will wait before retrying the request.
- logBackingOff(Duration) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Log a message to the user at the debug level to indicate how long we will wait before retrying the request.
- logRequestId(SdkHttpResponse) - Static method in class software.amazon.awssdk.core.SdkStandardLogger
-
Log the response status code and request ID
- logSendingRequest() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Log a message to the user at the debug level to indicate that we are sending the request to the service.
- logSendingRequest() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Log a message to the user at the debug level to indicate that we are sending the request to the service.
- LONG - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- longToByte(Long) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumUtils
- longValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the long value of the
SdkNumber
.
M
- 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(TransformingAsyncResponseHandler<Response<OutputT>>, 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 interface software.amazon.awssdk.core.protocol.MarshallingType
- mapBuilder() - Static method in interface software.amazon.awssdk.core.document.Document
-
Create a
Document.MapBuilder
for generating aDocument
by directly allowing user to put String Keys and Document Values in the builder methods. - mapBuilder() - Static method in class software.amazon.awssdk.core.document.internal.MapDocument
-
Create a
MapDocument.MapBuilderInternal
for generating aDocument
by directly allowing user to put String Keys and Document Values in the builder methods. - MapBuilderInternal() - Constructor for class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- MapDocument - Class in software.amazon.awssdk.core.document.internal
- MapDocument(Map<String, Document>) - Constructor for class software.amazon.awssdk.core.document.internal.MapDocument
-
Create a New
MapDocument
with Map of Document value as passed in constructor - MapDocument.MapBuilderInternal - Class in software.amazon.awssdk.core.document.internal
- mapFrom(String) - Static method in enum software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
-
Map the given provider name to a shorter form.
- MapTrait - Class in software.amazon.awssdk.core.traits
-
Trait that includes additional metadata for Map members.
- MapTrait.Builder - Class in software.amazon.awssdk.core.traits
- mark(int) - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- mark(int) - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- mark(int) - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- mark(int) - Method in interface software.amazon.awssdk.core.checksums.SdkChecksum
-
Allows marking a checksum for checksums that support the ability to mark and reset.
- mark(int) - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- mark(int) - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- mark(int) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
-
The readlimit parameter is ignored.
- mark(int) - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream
-
The readlimit parameter is ignored.
- mark(int) - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- 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.SdkFilterInputStream
- markSupported() - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- markSupported() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
- markSupported() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
- marshall(InputT) - Method in interface software.amazon.awssdk.core.runtime.transform.Marshaller
-
Marshalls the given POJO into a
SdkHttpFullRequest
. - marshall(T) - Method in class software.amazon.awssdk.core.runtime.transform.AsyncStreamingRequestMarshaller
- marshall(T) - Method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
- Marshaller<InputT> - Interface in software.amazon.awssdk.core.runtime.transform
-
Interface to marshall a POJO into a
SdkHttpFullRequest
. - MARSHALLING_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to marshall the SDK request to an HTTP request.
- marshallingType() - Method in class software.amazon.awssdk.core.SdkField
- MarshallingType<T> - Interface in software.amazon.awssdk.core.protocol
-
Represents the various types supported for marshalling.
- MarshallLocation - Enum in software.amazon.awssdk.core.protocol
-
Enum representing the various locations data can be marshalled to.
- matched() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- matched() - Method in interface software.amazon.awssdk.core.waiters.WaiterResponse
- matches(Throwable) - Method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Check to see if the exception matches the expected state defined by this acceptor
- matches(T) - Method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Check to see if the response matches with the expected state defined by this acceptor
- MAX_BACKOFF - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- maxAttempts() - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- maxAttempts() - Method in class software.amazon.awssdk.core.internal.waiters.WaiterConfiguration
- maxAttempts() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- maxAttempts(int) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- maxAttempts(Integer) - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration.Builder
-
Define the maximum number of attempts to try before transitioning the waiter to a failure state.
- maxAttempts(RetryMode) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
Deprecated.
- maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
Deprecated.
- maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
Deprecated.
- maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
Deprecated.
- maxCapacity() - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
-
Retrieve the maximum capacity of the bucket configured when the bucket was created.
- MaxNumberOfRetriesCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Simple retry condition that allows retries up to a certain max number of retries.
- maxReadLimit() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- maxReadLimit(Integer) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration.Builder
-
Configures max read limit used to mark and reset the
InputStream
. - Md5Checksum - Class in software.amazon.awssdk.core.checksums
-
Implementation of
SdkChecksum
to calculate an MD5 checksum. - Md5Checksum() - Constructor for class software.amazon.awssdk.core.checksums.Md5Checksum
- measureDuration(Supplier<T>) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
-
Measure the duration of the given callable.
- measureDurationUnsafe(Callable<T>) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
-
Measure the duration of the given callable.
- measureDurationUnsafe(Callable<T>, long) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
-
Measure the duration of the given callable, using the provided time as the basis.
- memberFieldInfo() - Method in class software.amazon.awssdk.core.traits.ListTrait
- memberFieldInfo(SdkField) - Method in class software.amazon.awssdk.core.traits.ListTrait.Builder
- memberLocationName() - Method in class software.amazon.awssdk.core.traits.ListTrait
-
Location name of member, this is typically only used for XML based protocols which use separate tags for each item.
- memberLocationName(String) - Method in class software.amazon.awssdk.core.traits.ListTrait.Builder
- memberName() - Method in class software.amazon.awssdk.core.SdkField
- memberName(String) - Method in class software.amazon.awssdk.core.SdkField.Builder
- merge(Consumer<SdkClientConfiguration.Builder>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
- merge(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
Merge this configuration with another configuration, where this configuration's values take precedence.
- merge(ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Merge attributes of a higher precedence into the current lower precedence collection.
- 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 - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- message() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
- message() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
The details of this exception.
- message() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- message() - Method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Optional message to provide pertaining to the next WaiterState
- message(String) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
- message(String) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- 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.ApiCallAttemptTimeoutException.Builder
- message(String) - Method in class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- message(String) - Method in interface software.amazon.awssdk.core.exception.ApiCallTimeoutException.Builder
- message(String) - Method in class software.amazon.awssdk.core.exception.ApiCallTimeoutException.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(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(String) - 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
- metric - Variable in class software.amazon.awssdk.core.http.MetricCollectingHttpResponseHandler
- METRIC_PUBLISHERS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- MetricCollectingHttpResponseHandler<T> - Class in software.amazon.awssdk.core.http
-
An implementation of
HttpResponseHandler
that publishes the time it took to execute { - metricCollector() - Method in class software.amazon.awssdk.core.http.ExecutionContext
- metricCollector(MetricCollector) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
- metricPublishers() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- metricPublishers() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The metric publishers to use to publisher metrics collected for this client.
- metricPublishers() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- metricPublishers() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- metricPublishers() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Return the metric publishers for publishing the metrics collected for this request.
- metricPublishers(List<MetricPublisher>) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- metricPublishers(List<MetricPublisher>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Set the Metric publishers to be use to publish metrics for this client.
- metricPublishers(List<MetricPublisher>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the metric publishers for publishing the metrics collected for this request.
- metricPublishers(List<MetricPublisher>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- MetricUtils - Class in software.amazon.awssdk.core.internal.util
-
Utility methods for working with metrics.
- 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_EVENT_STREAM - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
- 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
- minimumCompressionThresholdInBytes() - Method in class software.amazon.awssdk.core.CompressionConfiguration
-
If set, returns the minimum compression threshold in bytes, inclusive, in order to trigger request compression.
- minimumCompressionThresholdInBytes(Integer) - Method in interface software.amazon.awssdk.core.CompressionConfiguration.Builder
-
Configures the minimum compression threshold, inclusive, in bytes.
- modifyAsyncHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
- modifyAsyncHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain
- modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the
SdkHttpFullRequest
before it is unmarshalled into anSdkResponse
. - modifyAsyncHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.HttpChecksumValidationInterceptor
- modifyException(Context.FailedExecution, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the exception before it is thrown.
- modifyException(DefaultFailedExecutionContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain
- modifyHttpContent(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the
SdkHttpFullRequest
before it is sent to the service. - modifyHttpRequestAndHttpContent(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain
- modifyHttpResponse(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the
SdkHttpFullRequest
before it is unmarshalled into anSdkResponse
. - modifyHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionInterceptorChain
- modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the
SdkHttpFullRequest
before it is unmarshalled into anSdkResponse
. - modifyHttpResponseContent(Context.ModifyHttpResponse, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.HttpChecksumValidationInterceptor
- 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 anSdkHttpFullRequest
. - modifyRequest(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.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.interceptor.ExecutionInterceptorChain
- 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() - Method in class software.amazon.awssdk.core.ApiName
- name(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
-
Set the name of the API.
- 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.MetricCollectingHttpResponseHandler
- needsConnectionLeftOpen() - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
-
Hook to allow connection to be left open after the SDK returns a response.
- newCompressor() - Method in class software.amazon.awssdk.core.internal.compression.CompressorType
-
Maps the
CompressorType
to its correspondingCompressor
. - 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(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.
- 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.
- newStream() - Method in class software.amazon.awssdk.core.internal.sync.CompressionContentStreamProvider
- newStream() - Method in class software.amazon.awssdk.core.internal.sync.FileContentStreamProvider
- newType(Class<? super T>) - Static method in interface software.amazon.awssdk.core.protocol.MarshallingType
- next() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
- nextDelayOrUnretryableException(int, long) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- 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 - Variable in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
- nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.async.PaginationSubscription.Builder
- nextPageFetcher(AsyncPageFetcher) - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription.BuilderImpl
- nextPageFetcher(SyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator.Builder
- none() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.
- none() - Static method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
Deprecated.A retry condition that will NEVER allow retries.
- none() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Create a
RetryPolicy
that will NEVER retry. - NONE - Static variable in class software.amazon.awssdk.core.retry.conditions.SdkRetryCondition
- noneMatchException(Either<T, Throwable>) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- 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
- noOp() - Static method in interface software.amazon.awssdk.core.async.listener.PublisherListener
- NoOpSigner - Class in software.amazon.awssdk.core.signer
-
Deprecated.Replaced by
software.amazon.awssdk.http.auth.spi.signer.HttpSigner#doNotSign()
in 'http-auth-spi'. - NoOpSigner() - Constructor for class software.amazon.awssdk.core.signer.NoOpSigner
-
Deprecated.
- 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
- NoOpTimeoutTracker - Class in software.amazon.awssdk.core.internal.http.timers
-
A no op implementation of
TimeoutTracker
. - NULL - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
Used when a value is null (and thus type can't be determined).
- NullDocument - Class in software.amazon.awssdk.core.document.internal
- NullDocument() - Constructor for class software.amazon.awssdk.core.document.internal.NullDocument
- NumberDocument - Class in software.amazon.awssdk.core.document.internal
- NumberDocument(SdkNumber) - Constructor for class software.amazon.awssdk.core.document.internal.NumberDocument
-
Created a {
NumberDocument
} with the specified {SdkNumber
}. - numBytesToRead() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- numBytesToRead() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- numBytesToRead(Long) - Method in interface software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
-
Sets the number of bytes to read from this file.
- numBytesToRead(Long) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
-
Sets the number of bytes to read from this file.
- numRetries() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- numRetries() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.Builder.numRetries(Integer)
configured on the builder. - numRetries(Integer) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure the maximum number of times that a single request should be retried, assuming it fails for a retryable error.
O
- of(Long, ByteBuffer...) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- of(String) - Static method in class software.amazon.awssdk.core.CredentialType
-
Retrieves the Credential Type for a given value.
- of(String) - Static method in class software.amazon.awssdk.core.internal.compression.CompressorType
-
Creates a new
CompressorType
of the given value. - of(String, Long, ByteBuffer...) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- of(String, ByteBuffer...) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- of(ByteBuffer...) - Static method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- of(Publisher<T>, T, T, BiFunction<T, T, T>) - Static method in class software.amazon.awssdk.core.internal.async.EnvelopeWrappedSdkPublisher
-
Create a new publisher that wraps the content of an existing publisher.
- onComplete() - Method in class software.amazon.awssdk.core.async.DrainingSubscriber
- onComplete() - Method in class software.amazon.awssdk.core.async.listener.SubscriberListener.NotifyingSubscriber
- onComplete() - Method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
- onError(Throwable) - Method in class software.amazon.awssdk.core.async.DrainingSubscriber
- onError(Throwable) - Method in class software.amazon.awssdk.core.async.listener.SubscriberListener.NotifyingSubscriber
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncResponseHandler
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
- onError(Throwable) - Method in class software.amazon.awssdk.core.internal.http.IdempotentAsyncResponseHandler
- 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.interceptor.ExecutionInterceptorChain
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncResponseHandler
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
- onHeaders(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.IdempotentAsyncResponseHandler
- onNext(ByteBuffer) - Method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
- onNext(T) - Method in class software.amazon.awssdk.core.async.DrainingSubscriber
- onNext(T) - Method in class software.amazon.awssdk.core.async.listener.SubscriberListener.NotifyingSubscriber
- OnNextGuaranteedSubscriber(Subscriber<? super ByteBuffer>) - Constructor for class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.OnNextGuaranteedSubscriber
- onResponse(ResponseT) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when the unmarshalled response object is ready.
- onResponse(ResponseT) - Method in class software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
- onResponse(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
- onResponse(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
- onResponse(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.InputStreamResponseTransformer
- onResponse(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.PublisherAsyncResponseTransformer
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncResponseHandler
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
- onStream(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.IdempotentAsyncResponseHandler
- onStream(SdkPublisher<ByteBuffer>) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when the response stream is ready.
- onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
- 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(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.InputStreamResponseTransformer
- onStream(SdkPublisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.PublisherAsyncResponseTransformer
- onSubscribe(Subscription) - Method in class software.amazon.awssdk.core.async.DrainingSubscriber
- onSubscribe(Subscription) - Method in class software.amazon.awssdk.core.async.listener.SubscriberListener.NotifyingSubscriber
- OPERATION_NAME - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
- OPERATION_NAME - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The name of the service operation being invoked.
- operationName() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- operationName(String) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
The name of the operation being used in the customer's request.
- option(ClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Retrieve the value of a specific option.
- option(ClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
-
Retrieve the value of a specific option.
- option(ClientOption<T>, T) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Configure the value of a specific option.
- optionalContentLength() - Method in class software.amazon.awssdk.core.sync.RequestBody
- originalRequest() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- originalRequest() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- 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(SdkRequest) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- OrRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Composite retry condition that evaluates to true if any containing condition evaluates to true.
- OTHER - software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
Catch-all type for errors that don't fit into the other categories.
- outputStream() - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody
-
Return an output stream to which blocking writes can be made to the downstream service.
- outstandingRequests - Variable in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- overrideConfiguration() - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
-
Retrieve the current override configuration.
- overrideConfiguration() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- overrideConfiguration() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- overrideConfiguration() - Method in interface software.amazon.awssdk.core.SdkRequest.Builder
- overrideConfiguration() - Method in class software.amazon.awssdk.core.SdkRequest
- overrideConfiguration() - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Return the client override configuration
- overrideConfiguration() - Method in class software.amazon.awssdk.core.SdkServiceClientConfiguration
- 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 newClientOverrideConfiguration.Builder
. - overrideConfiguration(Consumer<ClientOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
- overrideConfiguration(Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.waiters.WaiterBuilder
-
Defines a
WaiterOverrideConfiguration
to use when polling a resource - 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(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- overrideConfiguration(ClientOverrideConfiguration) - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Configure the client override configuration
- overrideConfiguration(RequestOverrideConfiguration) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
The request override configuration to be used with the endpoint discovery request.
- overrideConfiguration(WaiterOverrideConfiguration) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
- overrideConfiguration(WaiterOverrideConfiguration) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter.DefaultBuilder
- overrideConfiguration(WaiterOverrideConfiguration) - Method in interface software.amazon.awssdk.core.waiters.WaiterBuilder
-
Defines overrides to the default SDK waiter configuration that should be used for waiters created by this builder.
P
- pagesIterable(SdkIterable<ResponseT>) - 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<ResponseT,ItemT> - 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.pagination.async
- PaginationSubscription(PaginationSubscription.BuilderImpl) - Constructor for class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- PaginationSubscription.Builder<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Interface in software.amazon.awssdk.core.pagination.async
- PaginationSubscription.BuilderImpl<TypeToBuildT extends PaginationSubscription,BuilderT extends PaginationSubscription.Builder> - Class in software.amazon.awssdk.core.pagination.async
- PaginatorUtils - Class in software.amazon.awssdk.core.util
- path() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- path() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- path(Path) - Method in interface software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
-
Sets the
Path
to the file containing data to send to the service - path(Path) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
-
Sets the file to send to the service.
- PATH - software.amazon.awssdk.core.protocol.MarshallLocation
-
Replace the placeholder in the request URI (non-greedy).
- PAYLOAD - software.amazon.awssdk.core.protocol.MarshallLocation
-
Payload of the request (format depends on the protocol/content-type)
- PayloadTrait - Class in software.amazon.awssdk.core.traits
-
Trait that indicates a member is the 'payload' member.
- plugins() - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
-
Returns the list of plugins configured on the client builder.
- plugins() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- plugins() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Returns the list of registered plugins
- plugins() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- plugins() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Return the plugins that will be used to update the configuration used by the request.
- plugins(List<SdkPlugin>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the plugins used to update the configuration used by this request.
- plugins(List<SdkPlugin>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- position() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- position() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- position(Long) - Method in interface software.amazon.awssdk.core.FileRequestBodyConfiguration.Builder
-
Sets the file position at which the request body begins.
- position(Long) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
-
Sets the file position at which the request body begins.
- prepare() - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Initial call to enable any setup required before the response is handled.
- prepare() - Method in class software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener.NotifyingAsyncResponseTransformer
- prepare() - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
- prepare() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
- prepare() - Method in class software.amazon.awssdk.core.internal.async.InputStreamResponseTransformer
- prepare() - Method in class software.amazon.awssdk.core.internal.async.PublisherAsyncResponseTransformer
- prepare() - Method in class software.amazon.awssdk.core.internal.http.async.AsyncAfterTransmissionInterceptorCallingResponseHandler
- prepare() - Method in class software.amazon.awssdk.core.internal.http.async.AsyncResponseHandler
- prepare() - Method in class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- prepare() - Method in class software.amazon.awssdk.core.internal.http.async.CombinedResponseAsyncHttpResponseHandler
- prepare() - Method in class software.amazon.awssdk.core.internal.http.async.FilterTransformingAsyncHttpResponseHandler
- prepare() - Method in class software.amazon.awssdk.core.internal.http.IdempotentAsyncResponseHandler
- prepare() - Method in interface software.amazon.awssdk.core.internal.http.TransformingAsyncResponseHandler
-
Return the future holding the transformed response.
- prepareRequest(HttpExecuteRequest) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
- presign(SdkHttpFullRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.core.signer.NoOpSigner
-
Deprecated.
- presign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.Presigner
-
Deprecated.Method that takes in an request and returns a pre signed version of the request.
- Presigner - Interface in software.amazon.awssdk.core.signer
-
Deprecated.Replaced by
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
in 'http-auth-spi'. - PROC - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- PROF - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- PROFILE_FILE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Deprecated.This option was used to: - Read configuration options in profile files in aws-core, sdk-core - Build service configuration objects from profile files in codegen, s3control - Build service configuration objects from profile files, set endpoint options in s3 - Set retry mode in dynamodb, kinesis This has been replaced with
PROFILE_FILE_SUPPLIER.get()
. - PROFILE_FILE - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
Deprecated.This attribute is used for: - Set profile file of service endpoint builder docdb, nepture, rds This has been replaced with
PROFILE_FILE_SUPPLIER.get()
. - PROFILE_FILE_SUPPLIER - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The profile file supplier to use for this client.
- PROFILE_FILE_SUPPLIER - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
- PROFILE_NAME - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The profile name to use for this client.
- PROFILE_NAME - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
- ProfileEndpointDiscoveryProvider - Class in software.amazon.awssdk.core.endpointdiscovery.providers
- profileFile(Supplier<ProfileFile>) - Method in class software.amazon.awssdk.core.retry.RetryMode.Resolver
-
Configure the profile file that should be used when determining the
RetryMode
. - profileName(String) - Method in class software.amazon.awssdk.core.retry.RetryMode.Resolver
-
Configure the profile file name should be used when determining the
RetryMode
. - 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.
- PROTOCOL_BASED_UNSIGNED - software.amazon.awssdk.core.internal.signer.SigningMethod
- PROTOCOL_METADATA - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The key under which the protocol metadata is stored.
- PROTOCOL_STREAMING_SIGNING_AUTH - software.amazon.awssdk.core.internal.signer.SigningMethod
- PublisherAsyncResponseTransformer<ResponseT extends SdkResponse> - Class in software.amazon.awssdk.core.internal.async
-
Transforms a
PublisherAsyncResponseTransformer
andByteBuffer
SdkPublisher
into aResponsePublisher
. - PublisherAsyncResponseTransformer() - Constructor for class software.amazon.awssdk.core.internal.async.PublisherAsyncResponseTransformer
- PublisherListener<T> - Interface in software.amazon.awssdk.core.async.listener
-
Listener interface that invokes callbacks associated with a
Publisher
and any resultingSubscriber
. - PublisherListener.NoOpPublisherListener - Class in software.amazon.awssdk.core.async.listener
- PublisherListener.NotifyingPublisher<T> - Class in software.amazon.awssdk.core.async.listener
- publisherSubscribe(Subscriber<? super T>) - Method in interface software.amazon.awssdk.core.async.listener.PublisherListener
-
Invoked before
Publisher.subscribe(Subscriber)
- put(K, V) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- put(ExecutionAttribute<T>, T) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes.Builder
-
Add a mapping between the provided key and value.
- putAbsentAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Add the provided attributes to this attribute, if the provided attribute does not exist.
- 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
- putAll(Map<? extends ClientOption<?>, ?>) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Adds all the options from the map provided.
- putAll(Map<? extends ExecutionAttribute<?>, ?>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes.Builder
-
Adds all the attributes from the map provided.
- putAll(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration.Builder
-
Put all of the attributes from the provided override configuration into this one.
- putAttribute(ExecutionAttribute<U>, U) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Update or set the provided attribute in this collection of attributes.
- putAttributeIfAbsent(ExecutionAttribute<U>, U) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Set the provided attribute in this collection of attributes if it does not already exist in the collection.
- putAuthScheme(AuthScheme<?>) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
-
Configure this client with an additional auth scheme, or replace one already on the client.
- putAuthScheme(AuthScheme<?>) - Method in interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
-
Adds the given auth scheme.
- putBoolean(String, boolean) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given boolean.
- putBoolean(String, boolean) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putDocument(String, Document) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and the given Document.
- putDocument(String, Document) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putExecutionAttribute(ExecutionAttribute<T>, T) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Put an execution attribute into to the existing collection of execution attributes.
- putExecutionAttribute(ExecutionAttribute<T>, T) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- putExecutionAttribute(ExecutionAttribute<T>, T) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Add an execution attribute to the existing collection of execution attributes.
- putExecutionAttribute(ExecutionAttribute<T>, T) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- 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, 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.client.config.ClientOverrideConfiguration.Builder
-
Add a single header with multiple values 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
- putList(String, Consumer<Document.ListBuilder>) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer of
Document.ListBuilder
. - putList(String, Consumer<Document.ListBuilder>) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putList(String, List<Document>) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and value as List of Document.
- putList(String, List<Document>) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putMap(String, Consumer<Document.MapBuilder>) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and value constructed from Consumer of
Document.MapBuilder
. - putMap(String, Consumer<Document.MapBuilder>) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putMap(String, Map<String, Document>) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and Document constructed from Document Map.
- putMap(String, Map<String, Document>) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNull(String) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and value with Null Document.
- putNull(String) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, double) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given double.
- putNumber(String, double) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, float) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given float.
- putNumber(String, float) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, int) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given integer.
- putNumber(String, int) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, long) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given long.
- putNumber(String, long) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, String) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.
- putNumber(String, String) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, BigDecimal) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigDecimal.
- putNumber(String, BigDecimal) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, BigInteger) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given BigInteger.
- putNumber(String, BigInteger) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- putNumber(String, SdkNumber) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given Number.
- putNumber(String, SdkNumber) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
- 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
- putString(String, String) - Method in interface software.amazon.awssdk.core.document.Document.MapBuilder
-
Inserts a Key Value pair to a Document Map with String key and a Document created from the given String.
- putString(String, String) - Method in class software.amazon.awssdk.core.document.internal.MapDocument.MapBuilderInternal
Q
- QUERY_PARAM - software.amazon.awssdk.core.protocol.MarshallLocation
-
Add as a query parameter.
- QueryParametersToBodyStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Modifies an HTTP request by moving query parameters to the body under the following conditions: - It is a POST request - There is no content stream provider - There are query parameters to transfer
- QueryParametersToBodyStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.QueryParametersToBodyStage
R
- RateLimitingTokenBucket - Class in software.amazon.awssdk.core.internal.retry
- RateLimitingTokenBucket() - Constructor for class software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket
- RateLimitingTokenBucket.Clock - Interface in software.amazon.awssdk.core.internal.retry
- rawQueryParameters() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Optional additional query parameters to be added to the HTTP request.
- rawQueryParameters() - 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.
- 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(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- read() - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- read() - Method in class software.amazon.awssdk.core.internal.io.ChecksumValidatingInputStream
-
Reads from the underlying stream.
- read() - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- read() - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- read() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
- read() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
- read() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- read() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
- read() - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
- read() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
- read(byte[]) - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.io.ChecksumValidatingInputStream
-
Reads up to len bytes at a time from the input stream, updates the checksum.
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
- READ_THROUGHPUT - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The read throughput of the client, defined as
NumberOfResponseBytesRead / (TTLB - TTFB)
. - readMapping(BiFunction<T, U, T>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
-
Set the "read" mapping for this mapped attribute.
- readMapping(Function<U, T>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute.DerivedAttributeBuilder
-
Set the "read" mapping for this derived attribute.
- recordAttemptSucceeded() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Notify the retry strategy that the request attempt succeeded.
- recordSuccess(RecordSuccessRequest) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- refreshRetryToken(RefreshRetryTokenRequest) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- 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() - 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() - 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.
- release(int) - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
-
Release a certain number of tokens back to this bucket.
- 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(Closeable, Logger) - Static method in interface software.amazon.awssdk.core.internal.io.Releasable
-
Releases the given
Closeable
especially if it was an instance ofReleasable
. - remaining() - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- remove(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- remove(Object) - 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
- reportDuration(Supplier<CompletableFuture<T>>, MetricCollector, SdkMetric<Duration>) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
-
Report a duration metric of the given
CompletableFuture
supplier. - reportFailureToInterceptors(RequestExecutionContext, Throwable) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.ExceptionReportingUtils
-
Report the failure to the execution interceptors.
- 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() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- request() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- request() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- 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(long) - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- request(SdkRequest) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Fluent setter for
SdkHttpFullRequest
- request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Fluent setter for
SdkHttpFullRequest
- request(SdkHttpFullRequest) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- REQUEST_COMPRESSION - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The supported compression algorithms for an operation, and whether the operation is streaming or not.
- 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.
- requestAlgorithm() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- requestAlgorithm(String) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- requestBody() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
-
The
RequestBody
that represents the body of an HTTP request. - requestBody() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- requestBody(RequestBody) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- requestBody(RequestBody) - Method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller.Builder
- RequestBody - Class in software.amazon.awssdk.core.sync
-
Represents the body of an HTTP request.
- requestChecksumRequired(boolean) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- RequestCompression - Class in software.amazon.awssdk.core.internal.interceptor.trait
- RequestCompression.Builder - Class in software.amazon.awssdk.core.internal.interceptor.trait
- requestCompressionEnabled() - Method in class software.amazon.awssdk.core.CompressionConfiguration
-
If set, returns true if request compression is enabled, else false if request compression is disabled.
- requestCompressionEnabled(Boolean) - Method in interface software.amazon.awssdk.core.CompressionConfiguration.Builder
-
Configures whether request compression is enabled or not, for operations that the service has designated as supporting compression.
- requestConfig() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- requestConfiguration() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- 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
orAmazonAsyncHttpClient
. - RequestExecutionContext.Builder - Class in software.amazon.awssdk.core.internal.http
-
An SDK-internal implementation of
RequestExecutionContext.Builder
. - requestId - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- requestId() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
The requestId returned by the called service.
- 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(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
Specifies the requestId returned by the called service.
- requestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- RequestOption - Class in software.amazon.awssdk.core
-
Client option defaults for individual
SdkRequest
s. - 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() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- requestProvider(AsyncRequestBody) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Fluent setter for
AsyncRequestBody
- requestProvider(AsyncRequestBody) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
- requestProvider(AsyncRequestBody) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
Sets the request body provider.
- requestSucceeded(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
- requestSucceeded(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
- requestSucceeded(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
Deprecated.Called by the SDK to notify this condition that the provided request succeeded.
- requestSucceeded(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- 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
- requestToSend() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Retrieve the request to send to the service, including any detailed retry information headers.
- requestToSend() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Retrieve the request to send to the service, including any detailed retry information headers.
- requestValidationMode() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- requestValidationMode(String) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- requestWillNotBeRetried(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
- requestWillNotBeRetried(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
- requestWillNotBeRetried(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
Deprecated.Called by the SDK to notify this condition that the provided request will not be retried, because some retry condition determined that it shouldn't be retried.
- requestWillNotBeRetried(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- require(String, U) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
-
Validate that the customer set the provided field.
- required() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- required(boolean) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest.Builder
-
Whether or not endpoint discovery is required for this request.
- RequiredTrait - Class in software.amazon.awssdk.core.traits
-
Trait that indicates a value must be provided for a member.
- requiresLength - Variable in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
- requiresLength(boolean) - Method in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
- reset() - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- reset() - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- reset() - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- reset() - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- reset() - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- reset() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- reset() - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- reset() - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream
-
Reset the stream, either by resetting the wrapped stream or using the buffer created by this class.
- reset() - Method in class software.amazon.awssdk.core.internal.io.AwsCompressionInputStream
-
Reset the stream, either by resetting the wrapped stream or using the buffer created by this class.
- reset() - Method in class software.amazon.awssdk.core.internal.io.ChecksumValidatingInputStream
-
Resets stream state, including the running checksum.
- reset() - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- 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.SdkFilterInputStream
- resetApiCallAttemptStartNanoTime(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- 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. - resolve() - Method in class software.amazon.awssdk.core.retry.RetryMode.Resolver
-
Resolve which retry mode should be used, based on the configured values.
- resolveChecksumSpecs(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.internal.util.HttpChecksumResolver
- resolveClientUserAgent(String, String, ClientType, SdkHttpClient, SdkAsyncHttpClient, String) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
- RESOLVED_CHECKSUM_SPECS - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The checksum algorithm is resolved based on the Request member.
- RESOLVED_ENDPOINT - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The resolved endpoint as computed by the client's configured
EndpointProvider
. - resolveEndpointDiscovery() - Method in interface software.amazon.awssdk.core.endpointdiscovery.providers.EndpointDiscoveryProvider
-
Returns whether or not endpoint discovery is enabled.
- resolveEndpointDiscovery() - Method in class software.amazon.awssdk.core.endpointdiscovery.providers.EndpointDiscoveryProviderChain
- resolveEndpointDiscovery() - Method in class software.amazon.awssdk.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
- resolveEndpointDiscovery() - Method in class software.amazon.awssdk.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
- resolver() - Static method in enum software.amazon.awssdk.core.retry.RetryMode
-
Create a
RetryMode.Resolver
that allows customizing the variables used during determination of aRetryMode
. - resolveRequestConfiguration(ClientExecutionParams<?, ?>) - Method in class software.amazon.awssdk.core.internal.handler.BaseClientHandler
- resolveString(String) - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
-
Deprecated.
- resolveTimeoutInMillis(Supplier<Optional<Duration>>, Duration) - Static method in class software.amazon.awssdk.core.internal.http.timers.TimerUtils
- resolveValue(Object) - Method in class software.amazon.awssdk.core.traits.DefaultValueTrait
-
If the value is null then the default value supplier is used to get a default value for the field.
- response() - Method in class software.amazon.awssdk.core.async.ResponsePublisher
- response() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling
-
The
SdkResponse
that was generated by unmarshalling theContext.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.interceptor.InterceptorContext
- response() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- response() - Method in class software.amazon.awssdk.core.internal.waiters.ResponseOrException
- response() - Method in class software.amazon.awssdk.core.Response
-
The modelled response object returned by the service.
- response() - Method in class software.amazon.awssdk.core.ResponseBytes
- response() - Method in class software.amazon.awssdk.core.ResponseInputStream
- response(R) - Static method in class software.amazon.awssdk.core.internal.waiters.ResponseOrException
-
Create a new ResponseOrException with the response
- response(SdkResponse) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- response(T) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse.Builder
-
Defines the response received that has matched with the waiter success condition.
- response(T) - Method in class software.amazon.awssdk.core.Response.Builder
-
The modelled response object returned by the service.
- Response<T> - Class in software.amazon.awssdk.core
-
Response wrapper that indicates success or failure with the associated unmarshalled response object or exception object.
- RESPONSE_BYTES_READ - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The running count of bytes in the response body that have been read by the client.
- Response.Builder<T> - Class in software.amazon.awssdk.core
- responseAlgorithms() - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum
- responseAlgorithms(String...) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- responseAlgorithms(List<String>) - Method in class software.amazon.awssdk.core.interceptor.trait.HttpChecksum.Builder
- responseBody() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterTransmission
-
The
InputStream
that provides streaming content returned from the service. - responseBody() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- responseBody(InputStream) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- ResponseBytes<ResponseT> - Class in software.amazon.awssdk.core
-
An in-memory representation of the service's response from a streaming operation.
- responseHandler(HttpResponseHandler<OutputT>) - Method in class software.amazon.awssdk.core.internal.http.async.AsyncStreamingResponseHandler
- responseHeadersReadEndNanoTime(RequestExecutionContext) - Static method in class software.amazon.awssdk.core.internal.util.MetricUtils
- 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, InputStream) - Constructor for class software.amazon.awssdk.core.ResponseInputStream
- ResponseInputStream(ResponseT, AbortableInputStream) - Constructor for class software.amazon.awssdk.core.ResponseInputStream
- ResponseOrException<R> - Class in software.amazon.awssdk.core.internal.waiters
-
Represents a value that can be either a response or a Throwable
- responsePublisher() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterTransmission
-
The
Publisher
that providesByteBuffer
events upon request. - responsePublisher() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- responsePublisher(Publisher<ByteBuffer>) - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext.Builder
- ResponsePublisher<ResponseT extends SdkResponse> - Class in software.amazon.awssdk.core.async
-
An
SdkPublisher
that publishes response body content and also contains a reference to theSdkResponse
returned by the service. - ResponsePublisher(ResponseT, SdkPublisher<ByteBuffer>) - Constructor for class software.amazon.awssdk.core.async.ResponsePublisher
- 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.
- responseValidationAlgorithms() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- responseValidationAlgorithms(List<Algorithm>) - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs.Builder
- retainAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- RETRIES_ATTEMPTED_CEILING - Static variable in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Deprecated.Max permitted retry times.
- retriesAttempted() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- retriesAttempted(int) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
- RETRY - software.amazon.awssdk.core.waiters.WaiterState
-
Indicates that the waiter encountered an expected failure case and should retry if possible.
- RETRY_COUNT - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The number of retries that the SDK performed in the execution of the request.
- RETRY_POLICY - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- RETRY_STRATEGY - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
- RETRY_TOKEN - Static variable in class software.amazon.awssdk.core.internal.InternalCoreExecutionAttribute
- retryable() - Method in exception software.amazon.awssdk.core.exception.Crc32MismatchException
- 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, clock-skew and request throttling functionality.
- RetryableStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
- RetryableStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>, RateLimitingTokenBucket) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
- RetryableStage2<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around the pipeline for a single request to provide retry, clock-skew and request throttling functionality.
- RetryableStage2(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage2
- RetryableStageHelper - Class in software.amazon.awssdk.core.internal.http.pipeline.stages.utils
-
Contains the logic shared by
RetryableStage
andAsyncRetryableStage
when querying and interacting with aRetryPolicy
. - RetryableStageHelper(SdkHttpFullRequest, RequestExecutionContext, RateLimitingTokenBucket, HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
- RetryableStageHelper2 - Class in software.amazon.awssdk.core.internal.http.pipeline.stages.utils
-
Contains the logic shared by
RetryableStage
andAsyncRetryableStage
when querying and interacting with aRetryStrategy
. - RetryableStageHelper2(SdkHttpFullRequest, RequestExecutionContext, HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
- retryCapacityCondition() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- retryCapacityCondition(RetryCondition) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure the
RetryCondition
that should be used to throttle the number of retries attempted by the SDK client as a whole. - retryCondition() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- retryCondition() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.Builder.retryCondition(RetryCondition)
configured on the builder. - retryCondition(RetryCondition) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure the condition under which the request should be retried.
- RetryCondition - Interface in software.amazon.awssdk.core.retry.conditions
-
Deprecated.Use instead
RetryStrategy.Builder.retryOnException(Predicate)
. - retryMode() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the
RetryMode
that was used to determine the defaults for this retry policy. - retryMode(RetryStrategy) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns the
RetryMode
for the given retry strategy. - RetryMode - Enum in software.amazon.awssdk.core.retry
-
A retry mode is a collection of retry behaviors encoded under a single value.
- RetryMode.Resolver - Class in software.amazon.awssdk.core.retry
-
Allows customizing the variables used during determination of a
RetryMode
. - RetryOnClockSkewCondition - Class in software.amazon.awssdk.core.retry.conditions
-
A
RetryCondition
that will return true if the provided exception seems to be due to a clock skew between the client and service. - retryOnException(Predicate<Throwable>) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- retryOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates a retry on exception waiter acceptor which determines if the exception should transition the waiter to retry state
- 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.
- retryOnResponseAcceptor(Predicate<T>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates a retry on exception waiter acceptor which determines if the exception should transition the waiter to retry state
- 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.
- RetryOnThrottlingCondition - Class in software.amazon.awssdk.core.retry.conditions
-
A
RetryCondition
that will return true if the provided exception seems to be due to a throttling error from the service to the client. - retryPolicy() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- retryPolicy() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The optional retry policy that should be used when handling failure cases.
- retryPolicy(Consumer<RetryPolicy.Builder>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Deprecated.Use instead
#retryStrategy(Consumer
) - retryPolicy(RetryMode) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Deprecated.
- retryPolicy(RetryPolicy) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Deprecated.
- retryPolicy(RetryPolicy) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- RetryPolicy - Class in software.amazon.awssdk.core.retry
-
Deprecated.Use instead
RetryStrategy
. - RetryPolicy.Builder - Interface in software.amazon.awssdk.core.retry
-
Deprecated.
- RetryPolicyAdapter - Class in software.amazon.awssdk.core.internal.retry
-
Implements the
RetryStrategy
interface by wrapping aRetryPolicy
instance. - RetryPolicyAdapter.Builder - Class in software.amazon.awssdk.core.internal.retry
- retryPolicyAllowsRetry() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Returns true if the retry policy allows this attempt.
- retryPolicyContext(RetryPolicyContext) - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter.Builder
- 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
- retryPolicyDisallowedRetryException() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Return the exception that should be thrown, because the retry policy did not allow the request to be retried.
- retryPolicyDisallowedRetryException() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Return the exception that should be thrown, because the retry strategy did not allow the request to be retried.
- retryStrategy() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- retryStrategy() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The optional retry strategy that should be used when handling failure cases.
- retryStrategy(Consumer<RetryStrategy.Builder<?, ?>>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the retry strategy that should be used when handling failure cases.
- retryStrategy(RetryMode) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the retry mode used to determine the retry strategy that is used when handling failure cases.
- retryStrategy(RetryStrategy) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the retry strategy that should be used when handling failure cases.
- RetryUtils - Class in software.amazon.awssdk.core.retry
- RFC_822 - software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
- run() - Method in class software.amazon.awssdk.core.internal.http.timers.AsyncTimeoutTask
- run() - Method in class software.amazon.awssdk.core.internal.http.timers.SyncTimeoutTask
-
Runs this task.
- run(Supplier<T>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter
- run(Supplier<T>) - Method in interface software.amazon.awssdk.core.waiters.Waiter
-
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
- run(Supplier<T>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.waiters.Waiter
-
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
- run(Supplier<T>, WaiterOverrideConfiguration) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiter
- run(Supplier<T>, WaiterOverrideConfiguration) - Method in interface software.amazon.awssdk.core.waiters.Waiter
-
It returns when the resource enters into a desired state or it is determined that the resource will never enter into the desired state.
- runAsync(Supplier<CompletableFuture<T>>) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter
- runAsync(Supplier<CompletableFuture<T>>) - Method in interface software.amazon.awssdk.core.waiters.AsyncWaiter
-
Runs the provided polling function.
- runAsync(Supplier<CompletableFuture<T>>, Consumer<WaiterOverrideConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.waiters.AsyncWaiter
-
Runs the provided polling function.
- runAsync(Supplier<CompletableFuture<T>>, WaiterOverrideConfiguration) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter
- runAsync(Supplier<CompletableFuture<T>>, WaiterOverrideConfiguration) - Method in interface software.amazon.awssdk.core.waiters.AsyncWaiter
-
Runs the provided polling function.
S
- SCHEDULED_EXECUTOR_SERVICE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The internal SDK scheduled executor service that is used for scheduling tasks such as async retry attempts and timeout task.
- scheduledExecutorService() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
- scheduledExecutorService() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The optional scheduled executor service that should be used for scheduling tasks such as async retry attempts and timeout task.
- scheduledExecutorService(ScheduledExecutorService) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the scheduled executor service that should be used for scheduling tasks such as async retry attempts and timeout task.
- scheduledExecutorService(ScheduledExecutorService) - Method in class software.amazon.awssdk.core.internal.waiters.DefaultAsyncWaiter.DefaultBuilder
- scheduledExecutorService(ScheduledExecutorService) - Method in interface software.amazon.awssdk.core.waiters.AsyncWaiter.Builder
-
Defines the
ScheduledExecutorService
used to schedule async polling attempts. - SDK_BYTES - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- SDK_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option to specify a reference to the SDK client in use.
- SDK_CLIENT - Static variable in class software.amazon.awssdk.core.identity.SdkIdentityProperty
- SDK_CLIENT - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
- SDK_HTTP_EXECUTION_ATTRIBUTES - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The SDK HTTP attributes that can be passed to the HTTP client
- SDK_POJO - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- SDK_RETRY_INFO_HEADER - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
- SDK_RETRY_INFO_HEADER - Static variable in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
- 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.
- SdkBytes - Class in software.amazon.awssdk.core
-
An in-memory representation of data being given to a service or being returned by a service.
- sdkChecksum - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- sdkChecksum(SdkChecksum) - Method in class software.amazon.awssdk.core.internal.io.AwsChunkedEncodingInputStream.Builder
- SdkChecksum - Interface in software.amazon.awssdk.core.checksums
-
Extension of
Checksum
to support checksums and checksum validations used by the SDK that are not provided by the JDK. - 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.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.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
- SdkClientTime - Class in software.amazon.awssdk.core.internal.http
-
Used for clock skew adjustment between the client JVM where the SDK is run, and the server side.
- SdkClientTime() - Constructor for class software.amazon.awssdk.core.internal.http.SdkClientTime
- SdkCrc32 - Class in software.amazon.awssdk.core.internal.checksums.factory
- SdkCrc32C - Class in software.amazon.awssdk.core.internal.checksums.factory
- 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
andSdkSyncClientBuilder
. - 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
- SdkDefaultRetrySetting.Legacy - Class in software.amazon.awssdk.core.internal.retry
- SdkDefaultRetrySetting.Standard - Class in software.amazon.awssdk.core.internal.retry
- SdkDefaultRetryStrategy - Class in software.amazon.awssdk.core.internal.retry
-
Retry strategies used by any SDK client.
- 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
- SdkDigestInputStream(InputStream, MessageDigest, SdkChecksum) - Constructor for class software.amazon.awssdk.core.io.SdkDigestInputStream
- SdkErrorType - Enum in software.amazon.awssdk.core.internal.metrics
-
General categories of errors that can be encountered when making an API call attempt.
- 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
- SdkField<TypeT> - Class in software.amazon.awssdk.core
-
Metadata about a member in an
SdkPojo
. - SdkField.Builder<TypeT> - Class in software.amazon.awssdk.core
-
Builder for
SdkField
. - sdkFields() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- sdkFields() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
- sdkFields() - Method in class software.amazon.awssdk.core.protocol.VoidSdkResponse.Builder
- sdkFields() - Method in class software.amazon.awssdk.core.protocol.VoidSdkResponse
- sdkFields() - Method in interface software.amazon.awssdk.core.SdkPojo
- sdkFields() - Method in class software.amazon.awssdk.core.SdkPojoBuilder
- 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.
- sdkHttpResponse() - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
- sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
- sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse
- sdkHttpResponse(SdkHttpResponse) - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
- sdkHttpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
- SdkIdentityProperty - Class in software.amazon.awssdk.core.identity
- 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
- SdkInternalExecutionAttribute - Class in software.amazon.awssdk.core.interceptor
-
Attributes that can be applied to all sdk requests.
- SdkInternalTestAdvancedClientOption<T> - Class in software.amazon.awssdk.core.internal
-
Options of
SdkAdvancedClientOption
that must not be used outside of tests that are stored in this project. - SdkInternalTestAdvancedClientOption(Class<T>) - Constructor for class software.amazon.awssdk.core.internal.SdkInternalTestAdvancedClientOption
- SdkInterruptedException - Exception in software.amazon.awssdk.core.exception
- SdkInterruptedException() - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
- SdkInterruptedException(SdkHttpFullResponse) - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
- SdkIterable<T> - Interface in software.amazon.awssdk.core.pagination.sync
-
A custom iterable used in paginated responses.
- SdkLengthAwareInputStream - Class in software.amazon.awssdk.core.internal.io
-
An
InputStream
that is aware of its length. - SdkLengthAwareInputStream(InputStream, long) - Constructor for class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- SdkNumber - Class in software.amazon.awssdk.core
-
An in-memory representation of Number being given to a service or being returned by a service.
- SdkPlugin - Interface in software.amazon.awssdk.core
-
A plugin modifies a client's configuration when the client is created or at request execution time.
- SdkPojo - Interface in software.amazon.awssdk.core
-
Interface to provide the list of
SdkField
s in a POJO. - SdkPojoBuilder<T extends SdkPojo> - Class in software.amazon.awssdk.core
-
A builder for an immutable
SdkPojo
with no fields. - SdkPojoBuilder(T) - Constructor for class software.amazon.awssdk.core.SdkPojoBuilder
- SdkProtocolMetadata - Interface in software.amazon.awssdk.core
-
Interface to hold protocol-specific information.
- SdkPublisher<T> - Interface in software.amazon.awssdk.core.async
-
Interface that is implemented by the Async auto-paginated responses.
- SdkPublishers - Class in software.amazon.awssdk.core.internal.async
-
Common implementations of
SdkPublisher
that are provided for convenience when building asynchronous interceptors to be used with specific clients. - 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
- SdkRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Contains predefined
RetryCondition
provided by SDK. - SdkServiceClientConfiguration - Class in software.amazon.awssdk.core
-
Class to expose SDK service client settings to the user, e.g., ClientOverrideConfiguration
- SdkServiceClientConfiguration(SdkServiceClientConfiguration.Builder) - Constructor for class software.amazon.awssdk.core.SdkServiceClientConfiguration
- SdkServiceClientConfiguration.Builder - Interface in software.amazon.awssdk.core
-
The base interface for all SDK service client configuration builders
- 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.
- 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.
- SdkUserAgent - Class in software.amazon.awssdk.core.util
-
Utility class for accessing AWS SDK versioning information.
- SELECTED_AUTH_SCHEME - Static variable in class software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute
-
The selected auth scheme for a request.
- SelectedAuthScheme<T extends Identity> - Class in software.amazon.awssdk.core
-
A container for the identity resolver, signer and auth option that we selected for use with this service call attempt.
- SelectedAuthScheme(CompletableFuture<? extends T>, HttpSigner<T>, AuthSchemeOption) - Constructor for class software.amazon.awssdk.core.SelectedAuthScheme
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.core.exception.SdkServiceException
- SERVER_ERROR - software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
The service responded with an error other than
SdkErrorType.THROTTLING
. - SERVICE_CALL_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to connect to the service (or acquire a connection from the connection pool), send the serialized request and receive the initial response (e.g.
- 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_ENDPOINT - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The endpoint for the service.
- SERVICE_ID - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The unique ID for the service.
- SERVICE_NAME - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Descriptive name for the service.
- SERVICE_NAME - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The key under which the service name is stored.
- serviceClientConfiguration() - Method in interface software.amazon.awssdk.core.SdkClient
-
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration
- ServiceConfiguration - Interface in software.amazon.awssdk.core
- serviceName() - Method in interface software.amazon.awssdk.core.SdkClient
-
The name of the service.
- serviceProtocol() - Method in interface software.amazon.awssdk.core.SdkProtocolMetadata
- set(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- set(Object, Object) - Method in class software.amazon.awssdk.core.SdkField
-
Sets the given value on the POJO via the setter passed into the
SdkField.Builder
. - setApiCallAttemptTimeout(Duration) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setApiCallTimeout(Duration) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setAsyncConfiguration(ClientAsyncConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- setCause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- setEndpointOverride(URI) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- setEndpointProvider(EndpointProvider) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setExecutionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setExtendedRequestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- 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.
- setLastException(Throwable) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Update the
RetryableStageHelper.getLastException()
value for this helper. - setLastException(Throwable) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Update the
RetryableStageHelper2.getLastException()
value for this helper. - setLastResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Set the last HTTP response returned by the service.
- setLastResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Set the last HTTP response returned by the service.
- setMessage(String) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- setMetricPublishers(List<MetricPublisher>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setOverrideConfiguration(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
- setOverrides(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Apply the client override configuration to the provided configuration.
- setRequestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- setSigner(Signer) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- setStatusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- setter(BiConsumer<Object, TypeT>) - Method in class software.amazon.awssdk.core.SdkField.Builder
-
Sets the
BiConsumer
which will accept an object and a value and set that value on the appropriate member of the object. - setTimeOffset(int) - Method in class software.amazon.awssdk.core.internal.http.SdkClientTime
-
Sets the latest recorded time offset.
- setWritableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- SHA1 - software.amazon.awssdk.core.checksums.Algorithm
- Sha1Checksum - Class in software.amazon.awssdk.core.checksums
-
Implementation of
SdkChecksum
to calculate an Sha-1 checksum. - Sha1Checksum() - Constructor for class software.amazon.awssdk.core.checksums.Sha1Checksum
- SHA256 - software.amazon.awssdk.core.checksums.Algorithm
- Sha256Checksum - Class in software.amazon.awssdk.core.checksums
-
Implementation of
SdkChecksum
to calculate an Sha-256 Checksum. - Sha256Checksum() - Constructor for class software.amazon.awssdk.core.checksums.Sha256Checksum
- SHORT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- shouldAdjust(SdkException) - Method in class software.amazon.awssdk.core.internal.retry.ClockSkewAdjuster
-
Returns true if the clock should be adjusted for future requests.
- 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
-
Deprecated.Determine whether a request should or should not be retried.
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnClockSkewCondition
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnThrottlingCondition
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- sign(SdkHttpFullRequest, AsyncRequestBody, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.AsyncSigner
-
Deprecated.Sign the request, including the contents of the body into the signature calculation.
- sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.core.signer.NoOpSigner
-
Deprecated.
- sign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.Signer
-
Deprecated.Method that takes in an request and returns a signed version of the request.
- signAsyncRequestBody(SdkHttpFullRequest, AsyncRequestBody, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.AsyncRequestBodySigner
-
Deprecated.Method that takes in an signed request and async request body provider, and returns a transformed version the request body provider.
- signer() - Method in class software.amazon.awssdk.core.http.ExecutionContext
- signer() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
- signer() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
- signer() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- signer() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
- signer() - Method in class software.amazon.awssdk.core.SelectedAuthScheme
- signer(Signer) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
- signer(Signer) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Sets the signer to use for signing the request.
- signer(Signer) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
- Signer - Interface in software.amazon.awssdk.core.signer
-
Deprecated.Replaced by
software.amazon.awssdk.http.auth.spi.signer.HttpSigner
in 'http-auth-spi'. - SIGNER - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
-
Define the signer that should be used when authenticating with AWS.
- SIGNER_OVERRIDDEN - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Option to specify if the default signer has been overridden on the client.
- SIGNER_OVERRIDDEN - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
If the client signer value has been overridden.
- SIGNING_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to sign the HTTP request.
- SIGNING_METHOD - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- SigningMethod - Enum in software.amazon.awssdk.core.internal.signer
- 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
- SimpleHttpContentPublisher - Class in software.amazon.awssdk.core.internal.http.async
-
Implementation of
SdkHttpContentPublisher
that provides all it's data at once. - SimpleHttpContentPublisher(SdkHttpFullRequest) - Constructor for class software.amazon.awssdk.core.internal.http.async.SimpleHttpContentPublisher
- 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.internal.io.AwsChunkedInputStream
- skip(long) - Method in class software.amazon.awssdk.core.internal.io.SdkLengthAwareInputStream
- skip(long) - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingInputStream
- skip(long) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
- 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
- SKIP_BUFFER_SIZE - Static variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
- 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.async.listener - package software.amazon.awssdk.core.async.listener
- software.amazon.awssdk.core.checksums - package software.amazon.awssdk.core.checksums
- 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.document - package software.amazon.awssdk.core.document
- software.amazon.awssdk.core.document.internal - package software.amazon.awssdk.core.document.internal
- software.amazon.awssdk.core.endpointdiscovery - package software.amazon.awssdk.core.endpointdiscovery
- software.amazon.awssdk.core.endpointdiscovery.providers - package software.amazon.awssdk.core.endpointdiscovery.providers
- 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.identity - package software.amazon.awssdk.core.identity
- software.amazon.awssdk.core.interceptor - package software.amazon.awssdk.core.interceptor
- software.amazon.awssdk.core.interceptor.trait - package software.amazon.awssdk.core.interceptor.trait
- 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.capacity - package software.amazon.awssdk.core.internal.capacity
- software.amazon.awssdk.core.internal.checksums.factory - package software.amazon.awssdk.core.internal.checksums.factory
- software.amazon.awssdk.core.internal.chunked - package software.amazon.awssdk.core.internal.chunked
- software.amazon.awssdk.core.internal.compression - package software.amazon.awssdk.core.internal.compression
- software.amazon.awssdk.core.internal.handler - package software.amazon.awssdk.core.internal.handler
- 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.pipeline.stages.utils - package software.amazon.awssdk.core.internal.http.pipeline.stages.utils
- software.amazon.awssdk.core.internal.http.timers - package software.amazon.awssdk.core.internal.http.timers
- software.amazon.awssdk.core.internal.interceptor - package software.amazon.awssdk.core.internal.interceptor
- software.amazon.awssdk.core.internal.interceptor.trait - package software.amazon.awssdk.core.internal.interceptor.trait
- software.amazon.awssdk.core.internal.io - package software.amazon.awssdk.core.internal.io
- software.amazon.awssdk.core.internal.metrics - package software.amazon.awssdk.core.internal.metrics
- software.amazon.awssdk.core.internal.pagination.async - package software.amazon.awssdk.core.internal.pagination.async
- software.amazon.awssdk.core.internal.retry - package software.amazon.awssdk.core.internal.retry
- software.amazon.awssdk.core.internal.signer - package software.amazon.awssdk.core.internal.signer
- software.amazon.awssdk.core.internal.sync - package software.amazon.awssdk.core.internal.sync
- software.amazon.awssdk.core.internal.transform - package software.amazon.awssdk.core.internal.transform
- software.amazon.awssdk.core.internal.useragent - package software.amazon.awssdk.core.internal.useragent
- software.amazon.awssdk.core.internal.util - package software.amazon.awssdk.core.internal.util
- software.amazon.awssdk.core.internal.waiters - package software.amazon.awssdk.core.internal.waiters
- software.amazon.awssdk.core.io - package software.amazon.awssdk.core.io
- software.amazon.awssdk.core.metrics - package software.amazon.awssdk.core.metrics
- 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.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.traits - package software.amazon.awssdk.core.traits
- software.amazon.awssdk.core.util - package software.amazon.awssdk.core.util
- software.amazon.awssdk.core.waiters - package software.amazon.awssdk.core.waiters
- split() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBodySplitHelper
- split(ByteBuffer) - Method in class software.amazon.awssdk.core.internal.async.ChunkBuffer
-
Split the input
ByteBuffer
into multiple smallerByteBuffer
s, each of which containsChunkBuffer.chunkSize
worth of bytes. - split(Consumer<AsyncRequestBodySplitConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
This is a convenience method that passes an instance of the
AsyncRequestBodySplitConfiguration
builder, avoiding the need to create one manually viaAsyncRequestBodySplitConfiguration.builder()
. - split(Consumer<AsyncRequestBodySplitConfiguration.Builder>) - Method in class software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
- split(AsyncRequestBodySplitConfiguration) - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Converts this
AsyncRequestBody
to a publisher ofAsyncRequestBody
s, each of which publishes a specific portion of the original data, based on the providedAsyncRequestBodySplitConfiguration
. - split(AsyncRequestBodySplitConfiguration) - Method in class software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
- split(AsyncRequestBodySplitConfiguration) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
- SplittingPublisher - Class in software.amazon.awssdk.core.internal.async
-
Splits an
AsyncRequestBody
to multiple smallerAsyncRequestBody
s, each of which publishes a specific portion of the original data. - SplittingPublisher(AsyncRequestBody, AsyncRequestBodySplitConfiguration) - Constructor for class software.amazon.awssdk.core.internal.async.SplittingPublisher
- SSO - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- Standard() - Constructor for class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting.Standard
- STANDARD - software.amazon.awssdk.core.retry.RetryMode
-
The STANDARD retry mode, shared by all AWS SDK implementations, and characterized by: Up to 2 retries, regardless of service. Throttling exceptions are treated the same as other exceptions for the purposes of the
TokenBucketRetryCondition
. - StandardMemberCopier - Class in software.amazon.awssdk.core.adapter
-
Used in combination with the generated member copiers to implement deep copies of shape members.
- standardRetryStrategy() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns a
StandardRetryStrategy
with generic SDK retry conditions. - standardRetryStrategyBuilder() - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetryStrategy
-
Returns a
StandardRetryStrategy.Builder
with preconfigured generic SDK retry conditions. - startingAttempt() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Invoke when starting a request attempt, before querying the retry policy.
- startingAttempt() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Invoke when starting a request attempt, before querying the retry policy.
- STAT - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- STATUS_CODE - software.amazon.awssdk.core.protocol.MarshallLocation
-
HTTP status code of response.
- statusCode - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- statusCode() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
The status code returned by the service.
- 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(int) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
Specifies the status code returned by the service.
- statusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- stopTask() - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- stream() - Method in interface software.amazon.awssdk.core.pagination.sync.SdkIterable
- StreamingRequestMarshaller<T> - Class in software.amazon.awssdk.core.runtime.transform
-
Augments a
Marshaller
to add contents for a streamed request. - StreamingRequestMarshaller.Builder - Class in software.amazon.awssdk.core.runtime.transform
-
Builder class to build
StreamingRequestMarshaller
object. - StreamManagingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http
-
Adds additional wrapping around the request
ContentStreamProvider
. - StreamManagingStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.StreamManagingStage
- STRING - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
- StringDocument - Class in software.amazon.awssdk.core.document.internal
- StringDocument(String) - Constructor for class software.amazon.awssdk.core.document.internal.StringDocument
-
Create a New
StringDocument
with boolean value as passed in constructor - stringValue() - Method in class software.amazon.awssdk.core.SdkNumber
-
Gets the String value of the
SdkNumber
. - STSFED - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- STSROLE - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- STSSAML - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- STSSESS - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- STSWEB - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- 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 ItemT>) - Method in class software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener.NotifyingAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.async.ResponsePublisher
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ByteBuffersAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ChecksumValidatingPublisher
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.CompressionAsyncRequestBody
- 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.async.InputStreamWithExecutorAsyncRequestBody
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.SimpleHttpContentPublisher
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.metrics.BytesReadTrackingPublisher
- subscribe(Subscriber<? super AsyncRequestBody>) - Method in class software.amazon.awssdk.core.internal.async.SplittingPublisher
- subscribe(Subscriber<? super T>) - Method in class software.amazon.awssdk.core.async.EmptyPublisher
- subscribe(Subscriber<? super T>) - Method in class software.amazon.awssdk.core.async.listener.PublisherListener.NotifyingPublisher
- subscribe(Subscriber<? super T>) - Method in class software.amazon.awssdk.core.internal.async.AsyncStreamPrepender
- subscribe(Subscriber<? super T>) - Method in class software.amazon.awssdk.core.internal.async.EnvelopeWrappedSdkPublisher
-
See
Publisher.subscribe(Subscriber)
- subscriber - Variable in class software.amazon.awssdk.core.pagination.async.PaginationSubscription
- subscriber(Subscriber) - Method in interface software.amazon.awssdk.core.pagination.async.PaginationSubscription.Builder
- subscriber(Subscriber) - Method in class software.amazon.awssdk.core.pagination.async.PaginationSubscription.BuilderImpl
- SubscriberListener<T> - Interface in software.amazon.awssdk.core.async.listener
-
Listener interface that invokes callbacks associated with a
Subscriber
. - SubscriberListener.NotifyingSubscriber<T> - Class in software.amazon.awssdk.core.async.listener
- subscriberOnComplete() - Method in interface software.amazon.awssdk.core.async.listener.SubscriberListener
-
Invoked before
Subscriber.onComplete()
- subscriberOnError(Throwable) - Method in interface software.amazon.awssdk.core.async.listener.SubscriberListener
-
Invoked before
Subscriber.onError(Throwable)
- subscriberOnNext(T) - Method in interface software.amazon.awssdk.core.async.listener.SubscriberListener
-
Invoked before
Subscriber.onNext(Object)
- subscribeTimeout(Duration) - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody.Builder
-
Defines how long it should wait for this AsyncRequestBody to be subscribed (to start streaming) before timing out.
- subscribeTimeout(Duration) - Method in class software.amazon.awssdk.core.async.BlockingOutputStreamAsyncRequestBody.Builder
-
Defines how long it should wait for this AsyncRequestBody to be subscribed (to start streaming) before timing out.
- subscriptionCancel() - Method in interface software.amazon.awssdk.core.async.listener.SubscriberListener
-
Invoked before
Subscription.cancel()
- SUCCESS - software.amazon.awssdk.core.waiters.WaiterState
-
Indicates the waiter succeeded and must no longer continue waiting.
- successOnExceptionAcceptor(Predicate<Throwable>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates an error waiter acceptor which determines if the exception should transition the waiter to success state
- successOnResponseAcceptor(Predicate<T>) - Static method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
-
Creates a success waiter acceptor which determines if the exception should transition the waiter to success state
- SYNC - software.amazon.awssdk.core.ClientType
- SYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The HTTP client implementation to make HTTP requests with.
- SYNC_HTTP_SERVICE_IMPL - software.amazon.awssdk.core.SdkSystemSetting
-
Explicitly identify the default synchronous HTTP implementation the SDK will use.
- 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
- SyncTimeoutTask - Class in software.amazon.awssdk.core.internal.http.timers
-
TimeoutTask
to be scheduled for synchronous operations. - SYS - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- SystemPropertiesEndpointDiscoveryProvider - Class in software.amazon.awssdk.core.endpointdiscovery.providers
-
EndpointDiscoveryProvider
implementation that loads endpoint discovery from the AWS_ENABLE_ENDPOINT_DISCOVERY system property or environment variable.
T
- 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.
- throttledBaseDelay(RetryMode) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- THROTTLING - software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
The service responded with a throttling error.
- throttlingBackoffStrategy() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.
- throttlingBackoffStrategy() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.Retrieve the
RetryPolicy.Builder.throttlingBackoffStrategy(BackoffStrategy)
configured on the builder. - throttlingBackoffStrategy(BackoffStrategy) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
Deprecated.Configure the backoff strategy that should be used for waiting in between retry attempts after a throttling error is encountered.
- throttlingExceptionCost(int) - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction.Builder
- throttlingExceptionCost(int) - Method in interface software.amazon.awssdk.core.retry.conditions.TokenBucketExceptionCostFunction.Builder
-
Specify the number of tokens that should be removed from the token bucket when throttling exceptions (e.g.
- ThrowableUtils - Class in software.amazon.awssdk.core.internal.util
-
Utility for use with errors or exceptions.
- time() - Method in interface software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket.Clock
- 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.
- TIME_TO_FIRST_BYTE - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time between from sending the HTTP request (including acquiring a connection) to the service, and receiving the first byte of the headers in the response.
- TIME_TO_LAST_BYTE - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time between from sending the HTTP request (including acquiring a connection) to the service, and receiving the last byte of the response.
- timeAsyncTaskIfNeeded(CompletableFuture<T>, ScheduledExecutorService, Supplier<SdkClientException>, long) - Static method in class software.amazon.awssdk.core.internal.http.timers.TimerUtils
-
Schedule a
TimeoutTask
and exceptional completes aCompletableFuture
with the provide exception if not otherwise completed before the given timeout. - timeOffset() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
- TimeoutExceptionHandlingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Check if an
Exception
is caused by either ApiCallTimeout or ApiAttemptTimeout and translate that exception to a more appropriate timeout related exception so that it can be handled in other stages. - TimeoutExceptionHandlingStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage
- TimeoutTask - Interface in software.amazon.awssdk.core.internal.http.timers
- TimeoutTracker - Interface in software.amazon.awssdk.core.internal.http.timers
-
Tracker task to track the
TimeoutTask
and theScheduledFuture
that schedules the timeout task. - TimerUtils - Class in software.amazon.awssdk.core.internal.http.timers
- TimestampFormatTrait - Class in software.amazon.awssdk.core.traits
-
Trait that indicates a different format should be used for marshalling/unmarshalling timestamps.
- TimestampFormatTrait.Format - Enum in software.amazon.awssdk.core.traits
-
Enum of the timestamp formats we currently support.
- timeSyncTaskIfNeeded(ScheduledExecutorService, long, Thread) - Static method in class software.amazon.awssdk.core.internal.http.timers.TimerUtils
-
Schedule a
TimeoutTask
that aborts the task if not otherwise completed before the given timeout. - toArray() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- toArray(T1[]) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- toBlockingInputStream() - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Creates an
AsyncResponseTransformer
that allows reading the response body content as anInputStream
. - toBuilder() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodyFromInputStreamConfiguration
- toBuilder() - Method in class software.amazon.awssdk.core.async.AsyncRequestBodySplitConfiguration
- 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 class software.amazon.awssdk.core.client.config.SdkClientConfiguration
- toBuilder() - Method in class software.amazon.awssdk.core.CompressionConfiguration
- toBuilder() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryEndpoint
- toBuilder() - Method in exception software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException
- toBuilder() - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryRequest
- toBuilder() - Method in exception software.amazon.awssdk.core.exception.AbortedException
- toBuilder() - Method in exception software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException
- toBuilder() - Method in exception software.amazon.awssdk.core.exception.ApiCallTimeoutException
- 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.RetryableException
- toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkClientException
-
Create a
SdkClientException.Builder
initialized with the properties of thisSdkClientException
. - toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkException
-
Create a
SdkException.Builder
initialized with the properties of thisSdkException
. - toBuilder() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
Create a
SdkServiceException.Builder
initialized with the properties of thisSdkServiceException
. - toBuilder() - Method in class software.amazon.awssdk.core.FileRequestBodyConfiguration
- toBuilder() - Method in class software.amazon.awssdk.core.FileTransformerConfiguration
- toBuilder() - Method in class software.amazon.awssdk.core.http.ExecutionContext
- toBuilder() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- toBuilder() - Method in class software.amazon.awssdk.core.interceptor.InterceptorContext
- toBuilder() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
- toBuilder() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
- toBuilder() - Method in class software.amazon.awssdk.core.internal.retry.RetryPolicyAdapter
- toBuilder() - Method in class software.amazon.awssdk.core.protocol.VoidSdkResponse
- toBuilder() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Create a
RequestOverrideConfiguration.Builder
initialized with the properties of thisSdkRequestOverrideConfiguration
. - toBuilder() - Method in class software.amazon.awssdk.core.Response
-
Creates a new builder with initial values pulled from the current object.
- toBuilder() - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
Deprecated.
- toBuilder() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- toBuilder() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.
- 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
- toBuilder() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- 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(File) - 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.sync.ResponseTransformer
-
Creates a response transformer that writes all response content to the specified file.
- toFile(File, Consumer<FileTransformerConfiguration.Builder>) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
This is a convenience method that creates an instance of the
FileTransformerConfiguration
builder, avoiding the need to create one manually viaFileTransformerConfiguration.builder()
. - toFile(File, FileTransformerConfiguration) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Creates an
AsyncResponseTransformer
that writes all the content to the given file with the specifiedFileTransformerConfiguration
. - 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(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(Path, Consumer<FileTransformerConfiguration.Builder>) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
This is a convenience method that creates an instance of the
FileTransformerConfiguration
builder, avoiding the need to create one manually viaFileTransformerConfiguration.builder()
. - toFile(Path, FileTransformerConfiguration) - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Creates an
AsyncResponseTransformer
that writes all the content to the given file with the specifiedFileTransformerConfiguration
. - 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.
- TOKEN - Static variable in class software.amazon.awssdk.core.CredentialType
-
Credential type that uses Bearer Token Authorization to authorize a request.
- TOKEN_BUCKET_SIZE - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- TOKEN_FETCH_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to fetch signing credentials for the API call.
- TOKEN_SIGNER - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
-
Define the signer that should be used for token-based authentication with AWS.
- TokenBucket - Class in software.amazon.awssdk.core.internal.capacity
-
A lock-free implementation of a token bucket.
- TokenBucket(int) - Constructor for class software.amazon.awssdk.core.internal.capacity.TokenBucket
-
Create a bucket containing the specified number of tokens.
- TokenBucketExceptionCostFunction - Interface in software.amazon.awssdk.core.retry.conditions
-
A function used by
TokenBucketRetryCondition
to determine how many tokens should be removed from the bucket when an exception is encountered. - TokenBucketExceptionCostFunction.Builder - Interface in software.amazon.awssdk.core.retry.conditions
-
A helper that can be used to assign exception costs to specific exception types, created via
TokenBucketExceptionCostFunction.builder()
. - TokenBucketRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
-
A
RetryCondition
that limits the number of retries made by the SDK using a token bucket algorithm. - TokenBucketRetryCondition.Builder - Class in software.amazon.awssdk.core.retry.conditions
-
Configure and create a
TokenBucketRetryCondition
. - TokenBucketRetryCondition.Capacity - Class in software.amazon.awssdk.core.retry.conditions
-
The number of tokens in the token bucket after a specific token acquisition succeeds.
- TokenBucketRetryCondition.Capacity.Builder - Class in software.amazon.awssdk.core.retry.conditions
- tokenBucketSize(int) - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition.Builder
-
Specify the maximum number of tokens in the token bucket.
- tokenCostFunction(RetryMode) - Static method in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
- tokensAvailable() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
-
Retrieve the number of tokens currently available in the token bucket.
- 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
. - toPublisher() - Static method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Creates an
AsyncResponseTransformer
that publishes the response body content through aResponsePublisher
, which is anSdkPublisher
that also contains a reference to theSdkResponse
returned by the service. - toServiceException(SdkException) - Static method in class software.amazon.awssdk.core.retry.RetryUtils
- toString() - Method in class software.amazon.awssdk.core.async.ResponsePublisher
- toString() - Method in enum software.amazon.awssdk.core.checksums.Algorithm
- toString() - Method in class software.amazon.awssdk.core.checksums.ChecksumSpecs
- toString() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
- toString() - Method in class software.amazon.awssdk.core.client.config.SdkClientConfiguration
- toString() - Method in enum software.amazon.awssdk.core.ClientType
- toString() - Method in class software.amazon.awssdk.core.CompressionConfiguration
- toString() - Method in class software.amazon.awssdk.core.CredentialType
- toString() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
- toString() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
- toString() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
- toString() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
- toString() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
- toString() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
- toString() - Method in class software.amazon.awssdk.core.endpointdiscovery.providers.ProfileEndpointDiscoveryProvider
- toString() - Method in class software.amazon.awssdk.core.endpointdiscovery.providers.SystemPropertiesEndpointDiscoveryProvider
- toString() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute
- toString() - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- toString() - Method in class software.amazon.awssdk.core.internal.compression.CompressorType
- toString() - Method in enum software.amazon.awssdk.core.internal.metrics.SdkErrorType
- toString() - Method in class software.amazon.awssdk.core.internal.retry.DefaultTokenBucketExceptionCostFunction
- toString() - Method in enum software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- toString() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- toString() - Method in class software.amazon.awssdk.core.internal.waiters.DefaultWaiterResponse
- 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
-
Deprecated.
- toString() - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
Deprecated.
- toString() - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
Deprecated.
- 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.RetryOnClockSkewCondition
- 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.conditions.RetryOnThrottlingCondition
- toString() - Method in class software.amazon.awssdk.core.retry.conditions.TokenBucketRetryCondition
- toString() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
Deprecated.
- toString() - Method in class software.amazon.awssdk.core.SdkBytes
- toString() - Method in class software.amazon.awssdk.core.SdkNumber
- toString() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
- toString() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
- toString() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- totalBytes(long) - Method in interface software.amazon.awssdk.core.internal.async.ChunkBuffer.Builder
- totalRequests() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
- toUri(String, URI) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryCacheLoader
- trailerHeader(String) - Method in interface software.amazon.awssdk.core.internal.async.ChecksumCalculatingAsyncRequestBody.Builder
-
Sets the Trailer header where computed SdkChecksum will be updated.
- Trait - Interface in software.amazon.awssdk.core.traits
-
Marker interface for traits that contain additional metadata about
SdkField
s. - traits(Trait...) - Method in class software.amazon.awssdk.core.SdkField.Builder
-
Attaches one or more traits to the
SdkField
. - transferEncoding - Variable in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
- transferEncoding(boolean) - Method in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
- transform(ResponseT, AbortableInputStream) - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
-
Process the response contents.
- transformerExceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener
-
Invoked before
AsyncResponseTransformer.exceptionOccurred(Throwable)
- transformerOnResponse(ResponseT) - Method in interface software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener
-
Invoked before
AsyncResponseTransformer.onResponse(Object)
- transformerOnStream(SdkPublisher<ByteBuffer>) - Method in interface software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener
-
Invoked before
AsyncResponseTransformer.onStream(SdkPublisher)
- TransformingAsyncResponseHandler<ResultT> - Interface in software.amazon.awssdk.core.internal.http
-
A response handler that returns a transformed response.
- tryAcquire(int) - Method in class software.amazon.awssdk.core.internal.capacity.TokenBucket
-
Try to acquire a certain number of tokens from this bucket.
- tryRefreshToken(Duration) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper2
-
Invoked after a failed attempt and before retrying.
- 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
- underlyingStreamBuffer - Variable in class software.amazon.awssdk.core.internal.io.AwsChunkedInputStream
-
Iterator on the buffer of the underlying stream, Null if the wrapped stream is marksupported, otherwise it will be initialized when this wrapper is marked.
- UNIX_TIMESTAMP - software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
- UNIX_TIMESTAMP_MILLIS - software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
- UNKNOWN - software.amazon.awssdk.core.ClientType
- UNKNOWN - software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- 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.
- UNMARSHALLING_DURATION - Static variable in class software.amazon.awssdk.core.metrics.CoreMetric
-
The duration of time taken to unmarshall the HTTP response to an SDK response.
- unmarshallLocationName() - Method in class software.amazon.awssdk.core.SdkField
- unmarshallLocationName() - Method in class software.amazon.awssdk.core.traits.LocationTrait
- unmarshallLocationName(String) - Method in class software.amazon.awssdk.core.traits.LocationTrait.Builder
- unmodifiableExecutionAttributes(ExecutionAttributes) - Static method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
- 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
- UNSIGNED_PAYLOAD - software.amazon.awssdk.core.internal.signer.SigningMethod
- unwrap() - Method in interface software.amazon.awssdk.core.document.Document
-
Gets the value of the document as a Java type that represents the document type data model:
boolean
,String
for Strings and Numbers,null
,List<Object>
, orMap<String, Object>
. - unwrap() - Method in class software.amazon.awssdk.core.document.internal.BooleanDocument
-
Unwraps the Document Boolean to a Boolean Object.
- unwrap() - Method in class software.amazon.awssdk.core.document.internal.ListDocument
-
Gets the value of the document as a Java type that represents the Loops through the individual Document and unwraps each of the document.
- unwrap() - Method in class software.amazon.awssdk.core.document.internal.MapDocument
-
Gets the value of the document as a Java type that represents the Loops through the individual Map Entries and unwarap each of the Document Value.
- unwrap() - Method in class software.amazon.awssdk.core.document.internal.NullDocument
-
Unwraps NullDocument as null.
- unwrap() - Method in class software.amazon.awssdk.core.document.internal.NumberDocument
-
Unwraps the Document Number to string value of the {
SdkNumber
}. - unwrap() - Method in class software.amazon.awssdk.core.document.internal.StringDocument
-
Unwraps the Document Boolean to a String Object.
- 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
- update(byte[]) - Method in interface software.amazon.awssdk.core.checksums.SdkChecksum
-
Updates the current checksum with the specified array of bytes.
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- update(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- update(int) - Method in class software.amazon.awssdk.core.checksums.Crc32CChecksum
- update(int) - Method in class software.amazon.awssdk.core.checksums.Crc32Checksum
- update(int) - Method in class software.amazon.awssdk.core.checksums.Md5Checksum
- update(int) - Method in class software.amazon.awssdk.core.checksums.Sha1Checksum
- update(int) - Method in class software.amazon.awssdk.core.checksums.Sha256Checksum
- update(int) - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
- update(int) - Method in class software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32C
- update(ByteBuffer) - Method in interface software.amazon.awssdk.core.checksums.SdkChecksum
-
Updates the current checksum with the bytes from the specified buffer.
- updateClientSendingRate(boolean) - Method in class software.amazon.awssdk.core.internal.retry.RateLimitingTokenBucket
-
_UpdateClientSendingRate(response) _UpdateMeasuredRate() if IsThrottlingError(response) if not enabled rate_to_use = measured_tx_rate else rate_to_use = min(measured_tx_rate, fill_rate) # The fill_rate is from the token bucket.
- updateClientSendingRateForErrorResponse() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Conditionally updates the sending rate of the rate limiter when an error response is received.
- updateClientSendingRateForSuccessResponse() - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.utils.RetryableStageHelper
-
Conditionally updates the sending rate of the rate limiter when an error response is received.
- 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.
- useHttp2 - Variable in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller
- useHttp2(boolean) - Method in class software.amazon.awssdk.core.internal.transform.AbstractStreamingRequestMarshaller.Builder
- 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.
- userAgent() - Method in class software.amazon.awssdk.core.util.SdkUserAgent
V
- validate(boolean, SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.http.Crc32Validation
- validateAsyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
- VALIDATED - software.amazon.awssdk.core.checksums.ChecksumValidation
-
Checksum validation was performed on the response.
- validateSigningConfiguration(SdkHttpRequest, Signer) - Method in class software.amazon.awssdk.core.internal.handler.BaseClientHandler
- validateSyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
- value() - Method in enum software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
- valueFieldInfo() - Method in class software.amazon.awssdk.core.traits.MapTrait
- valueFieldInfo(SdkField) - Method in class software.amazon.awssdk.core.traits.MapTrait.Builder
- valueLocationName() - Method in class software.amazon.awssdk.core.traits.MapTrait
- valueLocationName(String) - Method in class software.amazon.awssdk.core.traits.MapTrait.Builder
- valueOf(String) - Static method in enum software.amazon.awssdk.core.checksums.Algorithm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.checksums.ChecksumValidation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.ClientType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.FileTransformerConfiguration.FailureBehavior
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.FileTransformerConfiguration.FileWriteOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.internal.metrics.SdkErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.internal.signer.SigningMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.internal.useragent.IdentityProviderNameMapping
-
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.retry.RetryMode
-
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.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.waiters.WaiterState
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.core.checksums.Algorithm
-
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.checksums.ChecksumValidation
-
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.ClientType
-
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.FileTransformerConfiguration.FailureBehavior
-
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.FileTransformerConfiguration.FileWriteOption
-
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.internal.metrics.SdkErrorType
-
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.internal.signer.SigningMethod
-
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.internal.useragent.IdentityProviderNameMapping
-
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.retry.RetryMode
-
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() - Static method in enum software.amazon.awssdk.core.traits.TimestampFormatTrait.Format
-
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
- values() - Static method in enum software.amazon.awssdk.core.waiters.WaiterState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version() - Method in class software.amazon.awssdk.core.ApiName
- version(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
-
Set the version of the API.
- VersionInfo - Class in software.amazon.awssdk.core.util
- VersionInfo() - Constructor for class software.amazon.awssdk.core.util.VersionInfo
- visitBoolean(Boolean) - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a Boolean Document.
- visitBoolean(Boolean) - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a Boolean Document.
- visitList(List<Document>) - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a List Document.
- visitList(List<Document>) - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a List Document.
- visitMap(Map<String, Document>) - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a Map Document.
- visitMap(Map<String, Document>) - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a Map Document.
- visitNull() - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a Document Null.
- visitNull() - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a Document Null.
- visitNumber(SdkNumber) - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a Number Document.
- visitNumber(SdkNumber) - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a Number Document.
- visitString(String) - Method in interface software.amazon.awssdk.core.document.DocumentVisitor
-
Visits a String Document.
- visitString(String) - Method in interface software.amazon.awssdk.core.document.VoidDocumentVisitor
-
Visits a String Document.
- VoidDocumentVisitor - Interface in software.amazon.awssdk.core.document
-
Document visitor interface with no return type.
- VoidSdkResponse - Class in software.amazon.awssdk.core.protocol
-
Dummy implementation of
SdkResponse
. - VoidSdkResponse.Builder - Class in software.amazon.awssdk.core.protocol
W
- Waiter<T> - Interface in software.amazon.awssdk.core.waiters
-
Waiter utility class that waits for a resource to transition to the desired state.
- Waiter.Builder<T> - Interface in software.amazon.awssdk.core.waiters
-
The Waiter Builder
- WaiterAcceptor<T> - Interface in software.amazon.awssdk.core.waiters
-
Inspects the response or errors returned from the operation and determines whether an expected state is met and returns the next
WaiterState
that the waiter should be transitioned to. - WaiterAttribute<T> - Class in software.amazon.awssdk.core.internal.waiters
-
Key for additional attribute used in waiter classes
- WaiterAttribute(Class<T>) - Constructor for class software.amazon.awssdk.core.internal.waiters.WaiterAttribute
- WaiterBuilder<T,B> - Interface in software.amazon.awssdk.core.waiters
- WaiterConfiguration - Class in software.amazon.awssdk.core.internal.waiters
-
Internal waiter configuration class that provides default values if not overridden.
- WaiterConfiguration(WaiterOverrideConfiguration) - Constructor for class software.amazon.awssdk.core.internal.waiters.WaiterConfiguration
- WaiterExecutor<T> - Class in software.amazon.awssdk.core.internal.waiters
-
Executes sync waiter operations
- WaiterExecutor(WaiterConfiguration, List<WaiterAcceptor<? super T>>) - Constructor for class software.amazon.awssdk.core.internal.waiters.WaiterExecutor
- WaiterExecutorHelper<T> - Class in software.amazon.awssdk.core.internal.waiters
-
The waiter executor helper class.
- WaiterExecutorHelper(List<WaiterAcceptor<? super T>>, WaiterConfiguration) - Constructor for class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- waiterFailureException(WaiterAcceptor<? super T>) - Method in class software.amazon.awssdk.core.internal.waiters.WaiterExecutorHelper
- WaiterOverrideConfiguration - Class in software.amazon.awssdk.core.waiters
-
Configuration values for the
Waiter
. - WaiterOverrideConfiguration(WaiterOverrideConfiguration.Builder) - Constructor for class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- WaiterOverrideConfiguration.Builder - Class in software.amazon.awssdk.core.waiters
- WaiterResponse<T> - Interface in software.amazon.awssdk.core.waiters
-
The response returned from a waiter operation
- waiterState() - Method in interface software.amazon.awssdk.core.waiters.WaiterAcceptor
- WaiterState - Enum in software.amazon.awssdk.core.waiters
- waitTimeout() - Method in class software.amazon.awssdk.core.internal.waiters.WaiterConfiguration
- waitTimeout() - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration
- waitTimeout(Duration) - Method in class software.amazon.awssdk.core.waiters.WaiterOverrideConfiguration.Builder
-
Define the amount of time to wait for the resource to transition to the desired state before timing out.
- withAsyncRequestBody(AsyncRequestBody) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withBytesReadBeforeException(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- withCombinedResponseHandler(HttpResponseHandler<Response<OutputT>>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withErrorResponseHandler(HttpResponseHandler<? extends SdkException>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withFullDuplex(boolean) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Sets whether the API is a full duplex ie, request and response are streamed in parallel.
- withInitialRequestEvent(boolean) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Sets whether this is an event streaming request over RPC.
- withInput(InputT) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withMarshaller(Marshaller<InputT>) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withMaxNumErrors(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
- withMetricCollector(MetricCollector) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withOperationName(String) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Sets the operation name of the API.
- withProtocolMetadata(SdkProtocolMetadata) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
Sets the protocol metadata of the API.
- withRequestBody(RequestBody) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- withRequestConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
- 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
- wrap(InputStream) - Static method in class software.amazon.awssdk.core.io.ReleasableInputStream
-
Wraps the given input stream into a
ReleasableInputStream
if necessary. - wrap(Subscriber<? super T>, SubscriberListener<? super T>) - Static method in interface software.amazon.awssdk.core.async.listener.SubscriberListener
-
Wrap a
Subscriber
with a new one that will notify aSubscriberListener
of important events occurring. - wrap(AsyncRequestBody, AsyncRequestBodyListener) - Static method in interface software.amazon.awssdk.core.async.listener.AsyncRequestBodyListener
-
Wrap a
AsyncRequestBody
with a new one that will notify aAsyncRequestBodyListener
of important events occurring. - wrap(AsyncResponseTransformer<ResponseT, ResultT>, AsyncResponseTransformerListener<ResponseT>) - Static method in interface software.amazon.awssdk.core.async.listener.AsyncResponseTransformerListener
-
Wrap a
AsyncResponseTransformer
with a new one that will notify aAsyncResponseTransformerListener
of important events occurring. - wrap(SdkPublisher<T>, PublisherListener<T>) - Static method in interface software.amazon.awssdk.core.async.listener.PublisherListener
-
Wrap a
SdkPublisher
with a new one that will notify aPublisherListener
of important events occurring. - 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. - wrapWithEndOfStreamFuture(AsyncResponseTransformer<ResponseT, ResultT>) - Static method in class software.amazon.awssdk.core.async.AsyncResponseTransformerUtils
-
Wrap a
AsyncResponseTransformer
and associate it with a future that is completed upon end-of-stream, regardless of whether the transformer is configured to complete its future upon end-of-response or end-of-stream. - writableStackTrace - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- writableStackTrace() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
Whether the stack trace in this exception can be written.
- writableStackTrace() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.endpointdiscovery.EndpointDiscoveryFailedException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.ApiCallAttemptTimeoutException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.ApiCallTimeoutException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.ApiCallTimeoutException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
Specifies whether the stack trace in this exception can be written.
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
- writableStackTrace(Boolean) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
- writableStackTrace(Boolean) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
- writeInputStream(InputStream) - Method in class software.amazon.awssdk.core.async.BlockingInputStreamAsyncRequestBody
-
Block the calling thread and write the provided input stream to the downstream service.
- writeMapping(BiFunction<U, T, U>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute.DerivedAttributeBuilder
-
Set the "write" mapping for this derived attribute.
- writeMapping(BiFunction<U, T, U>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttribute.MappedAttributeBuilder
-
Set the "write" mapping for this derived attribute.
X
- X_AMZ_ID_2_HEADER - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
- X_AMZ_TRAILER - Static variable in class software.amazon.awssdk.core.HttpChecksumConstant
- X_AMZN_REQUEST_ID_HEADER - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
- X_AMZN_REQUEST_ID_HEADER_ALTERNATE - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
- X_AMZN_REQUEST_ID_HEADERS - Static variable in interface software.amazon.awssdk.core.http.HttpResponseHandler
- XmlAttributesTrait - Class in software.amazon.awssdk.core.traits
-
Trait to include the xml attributes such as "xmlns:xsi" or "xsi:type".
- XmlAttributesTrait.AttributeAccessors - Class in software.amazon.awssdk.core.traits
- XmlAttributesTrait.AttributeAccessors.Builder - Class in software.amazon.awssdk.core.traits
- XmlAttributeTrait - Class in software.amazon.awssdk.core.traits
-
Trait to indicate this is an Xml attribute.
Z
- ZERO_BYTE - Static variable in class software.amazon.awssdk.core.internal.util.ChunkContentUtils
All Classes All Packages