- abort() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
- abort() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- abort() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- abort() - Method in class software.amazon.awssdk.core.io.SdkInputStream
-
Can be used to provide abortion logic prior to throwing the
AbortedException.
- abort() - Method in class software.amazon.awssdk.core.ResponseInputStream
-
- AbortedException - Exception in software.amazon.awssdk.core.exception
-
Extension of
SdkClientException
that is thrown whenever an
operation has been aborted by the SDK.
- AbortedException(AbortedException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.AbortedException
-
- AbortedException.Builder - Interface in software.amazon.awssdk.core.exception
-
- AbortedException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- abortIfNeeded() - Method in class software.amazon.awssdk.core.io.SdkInputStream
-
Aborts with subclass specific abortion logic executed if needed.
- AbstractErrorUnmarshaller<ExceptionT extends SdkServiceException,T> - Class in software.amazon.awssdk.core.runtime.transform
-
- AbstractErrorUnmarshaller(Class<? extends SdkServiceException>) - Constructor for class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
-
Constructs a new error unmarshaller that will unmarshall error responses
into objects of the specified class, extending SdkServiceException.
- acquire() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Attempts to acquire a single capacity unit.
- acquire(int) - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Attempts to acquire a given amount of capacity.
- adapt(String) - Method in class software.amazon.awssdk.core.adapter.StringToInputStreamAdapter
-
- adapt(String) - Method in class software.amazon.awssdk.core.adapter.StringToSdkBytesAdapter
-
- adapt(SourceT) - Method in interface software.amazon.awssdk.core.adapter.TypeAdapter
-
- adapt(Publisher<T>) - Static method in interface software.amazon.awssdk.core.async.SdkPublisher
-
- adapt(boolean, SdkHttpFullRequest, SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.internal.http.SdkHttpResponseAdapter
-
- add(T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- add(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- addAll(Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- addAll(int, Collection<? extends T>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- addAllErrorMetadata(JsonErrorShapeMetadata...) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
-
- addApiName(ApiName) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Set the optional name of the higher level library that constructed the request.
- addApiName(Consumer<ApiName.Builder>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Set the optional name of the higher level library that constructed the request.
- addApiName(ApiName) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
-
- addApiName(Consumer<ApiName.Builder>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
-
- addErrorMetadata(JsonErrorShapeMetadata) - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
-
- addErrorResponseHandler(ClientExecutionParams<InputT, OutputT>) - Static method in class software.amazon.awssdk.core.client.handler.BaseClientHandler
-
- addExecutionInterceptor(ExecutionInterceptor) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Add an execution interceptor that will have access to read and modify the request and response objects as they are
processed by the SDK.
- addHeader(String, String) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- addHeader(String, String) - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Adds an HTTP header to the set associated with this response.
- addHeader(String, String) - Method in interface software.amazon.awssdk.core.Request
-
Sets the specified header for this request.
- ADDITIONAL_HTTP_HEADERS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
- addParameter(String, String) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- addParameter(String, String) - Method in interface software.amazon.awssdk.core.Request
-
Adds the specified request parameter to this request.
- addParameters(String, List<String>) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- addParameters(String, List<String>) - Method in interface software.amazon.awssdk.core.Request
-
Adds the specified request parameter and list of values to this request.
- addRetryInfoHeader(SdkHttpFullRequest, int) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
- addStaticQueryParametersToRequest(Request<?>, String) - Static method in class software.amazon.awssdk.core.util.UriResourcePathUtils
-
Identifies the static query parameters in Uri resource path for and adds it to
request.
- advancedOption(SdkAdvancedAsyncClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.ClientAsyncConfiguration
-
Load the requested advanced option that was configured on the client builder.
- advancedOption(SdkAdvancedAsyncClientOption<T>, T) - Method in interface software.amazon.awssdk.core.client.config.ClientAsyncConfiguration.Builder
-
Configure an advanced async option.
- advancedOption(SdkAdvancedClientOption<T>) - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
Load the optional requested advanced option that was configured on the client builder.
- advancedOptions(Map<SdkAdvancedAsyncClientOption<?>, ?>) - Method in interface software.amazon.awssdk.core.client.config.ClientAsyncConfiguration.Builder
-
Configure the map of advanced override options.
- advancedOptions(Map<SdkAdvancedClientOption<?>, ?>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the map of advanced override options.
- advancedOptions() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
- afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Read the finalized
SdkResponse
as it will be returned by the client invocation.
- afterExecution(Context.AfterExecution, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- AfterExecutionInterceptorsStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- AfterExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
-
- afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Read the marshalled HTTP request, before it is modified by other interceptors.
- afterMarshalling(Context.AfterMarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Read the HTTP response as it was returned by the HTTP client, before it is modified by other interceptors.
- afterTransmission(Context.AfterTransmission, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- AfterTransmissionExecutionInterceptorsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- AfterTransmissionExecutionInterceptorsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
-
- afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Read the
SdkResponse
as it was returned by the unmarshaller, before it is modified by other interceptors.
- afterUnmarshalling(Context.AfterUnmarshalling, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- AmazonAsyncHttpClient - Class in software.amazon.awssdk.core.internal.http
-
- AmazonAsyncHttpClient(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
-
- AmazonAsyncHttpClient.RequestExecutionBuilder - Interface in software.amazon.awssdk.core.internal.http
-
Interface to configure a request execution and execute the request.
- AmazonSyncHttpClient - Class in software.amazon.awssdk.core.internal.http
-
- AmazonSyncHttpClient(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
-
- AmazonSyncHttpClient.RequestExecutionBuilder - Interface in software.amazon.awssdk.core.internal.http
-
Interface to configure a request execution and execute the request.
- AndRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Composite
RetryCondition
that evaluates to true when all contained retry conditions evaluate to true.
- ApiName - Class in software.amazon.awssdk.core
-
Encapsulates the API name and version of a library built using the AWS SDK.
- ApiName.Builder - Interface in software.amazon.awssdk.core
-
- apiNames() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
The optional names of the higher level libraries that constructed the request.
- apiNames() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
The optional names of the higher level libraries that constructed the request.
- apiNames() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
-
- apply(JsonFactory, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory.CborGeneratorSupplier
-
- apply(IonWriterBuilder, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory.IonGeneratorSupplier
-
- apply(ResponseT, AbortableInputStream) - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
-
Process the response contents.
- ApplyTransactionIdStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Generates a unique identifier for the request that is consistent across retries.
- ApplyTransactionIdStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
-
- ApplyUserAgentStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Apply any custom user agent supplied, otherwise instrument the user agent with info about the SDK and environment.
- ApplyUserAgentStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
-
- asBoolean(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Boolean.
- asBoolean(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asByte(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Byte.
- asByte(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asByteBuffer(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified xpath expression, base64 decodes the data and
returns the result as a ByteBuffer.
- asByteBuffer(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asDate(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Date.
- asDate(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asDouble(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the results as a
Double.
- asDouble(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asFloat(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Float.
- asFloat(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asInteger(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as an
Integer.
- asInteger(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asLong(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Long.
- asLong(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asNode(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
Node.
- asNode(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- asStream() - Method in class software.amazon.awssdk.core.sync.RequestBody
-
- asString(String, Node) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Evaluates the specified XPath expression and returns the result as a
string.
- asString(String, Node, XPath) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
- async(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
-
Convert a synchronous
RequestPipeline
factory into a factory that produces a version of the RequestPipeline
that accepts a CompletableFuture and returns a CompletableFuture.
- async(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
-
- ASYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The asynchronous HTTP client implementation to make HTTP requests with.
- ASYNC_RETRY_EXECUTOR_SERVICE - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The executor used for scheduling async retry attempts.
- asyncClientConfiguration() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Return a client configuration object, populated with the following chain of priorities.
- AsyncClientHandler - Interface in software.amazon.awssdk.core.client.handler
-
Client interface to invoke an API.
- asyncConfiguration(ClientAsyncConfiguration) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
-
Specify overrides to the default SDK async configuration that should be used for clients created by this builder.
- asyncConfiguration(Consumer<ClientAsyncConfiguration.Builder>) - Method in interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
-
- asyncConfiguration(ClientAsyncConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- AsyncExecutionFailureExceptionReportingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- AsyncExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
-
- AsyncPageFetcher<ResponseT> - Interface in software.amazon.awssdk.core.pagination.async
-
Interface to deal with async paginated responses.
- AsyncRequestBody - Interface in software.amazon.awssdk.core.async
-
Interface to allow non-blocking streaming of request content.
- AsyncResponseTransformer<ResponseT,ReturnT> - Interface in software.amazon.awssdk.core.async
-
Callback interface to handle a streaming asynchronous response.
- AsyncRetryableStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around the pipeline for a single request to provide retry functionality.
- AsyncRetryableStage(SdkHttpResponseHandler<OutputT>, HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
-
- AttachHttpMetadataResponseHandler<T extends SdkResponse> - Class in software.amazon.awssdk.core.client.handler
-
- AttachHttpMetadataResponseHandler(HttpResponseHandler<T>) - Constructor for class software.amazon.awssdk.core.client.handler.AttachHttpMetadataResponseHandler
-
- available() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
- available() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- available() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- availableCapacity() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Returns the currently available capacity.
- AWS_REQUEST_ID - Static variable in class software.amazon.awssdk.core.SdkResponseMetadata
-
- AwsDateUtils - Class in software.amazon.awssdk.core.internal.util
-
- calculateExponentialDelay(int, Duration, Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
- cancel() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- cancel() - Method in class software.amazon.awssdk.core.internal.util.NoopSubscription
-
- cancel() - Method in class software.amazon.awssdk.core.pagination.async.EmptySubscription
-
- cancelTask() - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
-
- cancelTask() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
-
- cancelTask() - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
-
- capacityManager(CapacityManager) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
-
- CapacityManager - Class in software.amazon.awssdk.core.internal.util
-
Manages capacity of a finite resource.
- CapacityManager(int) - Constructor for class software.amazon.awssdk.core.internal.util.CapacityManager
-
Creates a CapacityManager.
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
-
- cause() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.ResetException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
Specifies the exception that caused this exception to occur.
- cause() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
The exception that caused this exception to occur.
- cause - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- cause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- cause(Throwable) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
- cause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- CBOR_FACTORY - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
-
- CBOR_GENERATOR_SUPPLIER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
-
- CBOR_SCALAR_UNMARSHALLERS - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
-
cbor unmarshallers for scalar types.
- changeQueryParametersToFormData(SdkHttpFullRequest.Builder) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
-
- CharacterJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
-
- checkInterrupted() - Static method in class software.amazon.awssdk.core.internal.http.InterruptMonitor
-
Check if the thread has been interrupted.
- checkInterrupted(SdkHttpFullResponse) - Static method in class software.amazon.awssdk.core.internal.http.InterruptMonitor
-
Check if the thread has been interrupted.
- childHttpConfig() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Optionally overridden by child implementations to provide implementation-specific default HTTP configuration.
- chunkSizeInBytes(Integer) - Method in interface software.amazon.awssdk.core.internal.async.FileAsyncRequestBody.Builder
-
Sets the size of chunks read from the file.
- classLoader() - Static method in class software.amazon.awssdk.core.internal.util.ClassLoaderHelper
-
Attempt to get the current thread's class loader and fallback to the system classloader if null
- ClassLoaderHelper - Class in software.amazon.awssdk.core.internal.util
-
- ClasspathInterceptorChainFactory - Class in software.amazon.awssdk.core.interceptor
-
Factory for creating request/response handler chains from the classpath.
- ClasspathInterceptorChainFactory() - Constructor for class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
-
- cleanup() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- clear() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- clearCurrentToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- ClientAsyncConfiguration - Class in software.amazon.awssdk.core.client.config
-
Async configuration values for which the client already provides sensible defaults.
- ClientAsyncConfiguration.Builder - Interface in software.amazon.awssdk.core.client.config
-
- clientConfiguration - Variable in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- clientConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
-
- clientConfiguration() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
-
- ClientExecutionAbortTask - Interface in software.amazon.awssdk.core.internal.http.timers.client
-
- ClientExecutionAbortTaskImpl - Class in software.amazon.awssdk.core.internal.http.timers.client
-
- ClientExecutionAbortTaskImpl(Thread) - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
-
- ClientExecutionAbortTrackerTask - Interface in software.amazon.awssdk.core.internal.http.timers.client
-
- ClientExecutionAbortTrackerTaskImpl - Class in software.amazon.awssdk.core.internal.http.timers.client
-
- ClientExecutionAbortTrackerTaskImpl(ClientExecutionAbortTask, ScheduledFuture<?>) - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
-
- ClientExecutionParams<InputT extends SdkRequest,OutputT> - Class in software.amazon.awssdk.core.client.handler
-
Encapsulates parameters needed for a particular API call.
- ClientExecutionParams() - Constructor for class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- ClientExecutionTimedStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around a
RequestPipeline
to manage the client execution timeout feature.
- ClientExecutionTimedStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ClientExecutionTimedStage
-
- ClientExecutionTimeoutException - Exception in software.amazon.awssdk.core.exception
-
- ClientExecutionTimeoutException(ClientExecutionTimeoutException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
-
- ClientExecutionTimeoutException.Builder - Interface in software.amazon.awssdk.core.exception
-
- ClientExecutionTimeoutException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- clientExecutionTimer(ClientExecutionTimer) - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies.Builder
-
- clientExecutionTimer() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
-
- ClientExecutionTimer - Class in software.amazon.awssdk.core.internal.http.timers.client
-
Represents a timer to enforce a timeout on the total client execution time.
- ClientExecutionTimer() - Constructor for class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
-
- clientExecutionTrackerTask() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- clientExecutionTrackerTask(ClientExecutionAbortTrackerTask) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- clientExecutionTrackerTask() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- clientExecutionTrackerTask(ClientExecutionAbortTrackerTask) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- ClientOption<T> - Class in software.amazon.awssdk.core.client.config
-
- ClientOption(Class<T>) - Constructor for class software.amazon.awssdk.core.client.config.ClientOption
-
- ClientOption(AttributeMap.Key.UnsafeValueType) - Constructor for class software.amazon.awssdk.core.client.config.ClientOption
-
- ClientOverrideConfiguration - Class in software.amazon.awssdk.core.client.config
-
Configuration values for which the client already provides sensible defaults.
- ClientOverrideConfiguration.Builder - Interface in software.amazon.awssdk.core.client.config
-
- ClockSkewUtil - Class in software.amazon.awssdk.core.internal.util
-
- close() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
-
- close() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
-
- close() - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
-
- close() - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
-
- close() - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
-
Close this configuration, which closes all closeable attributes.
- close() - Method in class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
-
Shuts down this HTTP client object, releasing any resources that might be held open.
- close() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
-
Shuts down this HTTP client object, releasing any resources that might be held open.
- close() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
-
- close() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
-
- close() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- close() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
-
Closes the underlying stream and validates the calculated checksum against the expected.
- close() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
-
- close() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- close() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- complete() - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when all data has been successfully published to the Subscriber
.
- complete() - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
-
- complete() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
-
- complete() - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
-
- completeSubscription() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- computeDelayBeforeNextRetry() - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
Computes the delay before the next retry should be attempted based on the retry policy context.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
Compute the delay before the next retry request.
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
- computeDelayBeforeNextRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
- consumedCapacity() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Returns the currently consumed capacity.
- contains(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- containsAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- containsKey(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- containsValue(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- contentLength() - Method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncRequestBody
-
- contentLength() - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
-
- contentLength() - Method in class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
-
- contentLength() - Method in class software.amazon.awssdk.core.sync.RequestBody
-
- contentType(String) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
-
- contentType() - Method in class software.amazon.awssdk.core.sync.RequestBody
-
- Context - Class in software.amazon.awssdk.core.interceptor
-
- Context.AfterExecution - Interface in software.amazon.awssdk.core.interceptor
-
- Context.AfterMarshalling - Interface in software.amazon.awssdk.core.interceptor
-
- Context.AfterTransmission - Interface in software.amazon.awssdk.core.interceptor
-
- Context.AfterUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
-
- Context.BeforeExecution - Interface in software.amazon.awssdk.core.interceptor
-
- Context.BeforeMarshalling - Interface in software.amazon.awssdk.core.interceptor
-
- Context.BeforeTransmission - Interface in software.amazon.awssdk.core.interceptor
-
- Context.BeforeUnmarshalling - Interface in software.amazon.awssdk.core.interceptor
-
- Context.FailedExecution - Interface in software.amazon.awssdk.core.interceptor
-
All information that is known about a particular execution that has failed.
- Context.ModifyHttpRequest - Interface in software.amazon.awssdk.core.interceptor
-
- Context.ModifyHttpResponse - Interface in software.amazon.awssdk.core.interceptor
-
- Context.ModifyRequest - Interface in software.amazon.awssdk.core.interceptor
-
- Context.ModifyResponse - Interface in software.amazon.awssdk.core.interceptor
-
- convert(T, Function<? super T, ? extends U>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
-
Null-safely convert between types by applying a function.
- convert(List<T>, Function<? super T, ? extends U>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
-
Null-safely convert between two lists by applying a function to each value.
- convert(Map<T1, T2>, Function<? super T1, ? extends U1>, Function<? super T2, ? extends U2>, BiPredicate<U1, U2>) - Static method in class software.amazon.awssdk.core.runtime.TypeConverter
-
Null-safely convert between two maps by applying a function to each key and value.
- copy(String) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Short) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Integer) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Long) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Float) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Double) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(BigDecimal) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Boolean) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(InputStream) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(Instant) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(SdkBytes) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- copy(ByteBuffer) - Static method in class software.amazon.awssdk.core.adapter.StandardMemberCopier
-
- CRC32_FROM_COMPRESSED_DATA_ENABLED - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Whether to calculate the CRC 32 checksum of a message based on the uncompressed data.
- Crc32ChecksumCalculatingInputStream - Class in software.amazon.awssdk.core.internal.util
-
Simple InputStream wrapper that examines the wrapped stream's contents as
they are read and calculates and CRC32 checksum.
- Crc32ChecksumCalculatingInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
-
- Crc32ChecksumValidatingInputStream - Class in software.amazon.awssdk.core.internal.util
-
- Crc32ChecksumValidatingInputStream(InputStream, long) - Constructor for class software.amazon.awssdk.core.internal.util.Crc32ChecksumValidatingInputStream
-
- Crc32MismatchException - Exception in software.amazon.awssdk.core.exception
-
Extension of
SdkClientException
that is thrown whenever the
client-side computed CRC32 does not match the server-side computed CRC32.
- Crc32MismatchException(Crc32MismatchException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.Crc32MismatchException
-
Creates a new CRC32MismatchException with the specified message.
- Crc32MismatchException.Builder - Interface in software.amazon.awssdk.core.exception
-
- Crc32MismatchException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.AbortedException
-
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.ClientExecutionTimeoutException
-
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.Crc32MismatchException
-
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.ResetException
-
- create(String) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
-
- create(String, Throwable) - Static method in exception software.amazon.awssdk.core.exception.SdkClientException
-
- create(IonWriterBuilder, String) - Static method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
-
- create(Duration) - Static method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
- create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
-
- create(int) - Static method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
-
- create(RetryCondition...) - Static method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
-
- create(Set<Class<? extends Exception>>) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
-
- create(Class<? extends Exception>...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
-
- create(Set<Integer>) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
-
- create(Integer...) - Static method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
-
- createErrorResponseHandler(List<SdkJsonErrorUnmarshaller>) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
-
- createErrorResponseHandler(JsonErrorResponseMetadata) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
-
Creates a response handler for handling a error response (non 2xx response).
- createErrorResponseHandler(JsonErrorResponseMetadata) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
-
Creates a response handler for handling a error response (non 2xx response).
- createErrorResponseHandler(List<SdkJsonErrorUnmarshaller>) - Method in interface software.amazon.awssdk.core.protocol.json.SdkStructuredJsonFactory
-
Returns the error response handler for handling a error response.
- createExecutionContext(SdkRequest) - Method in class software.amazon.awssdk.core.client.handler.BaseClientHandler
-
- createGenerator(OperationInfo) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
-
- createGenerator(OperationInfo) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
-
- createJsonContent(HttpResponse, JsonFactory) - Static method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
-
Static factory method to create a JsonContent object from the contents of the HttpResponse
provided
- createParser(InputStream) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(byte[]) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(char[]) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(char[], int, int) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(Reader) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(File) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createParser(URL) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonFactory
-
- createProtocolMarshaller(OperationInfo, T) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
-
- createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
-
- createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
-
Returns the response handler to be used for handling a successful response.
- createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
-
Returns the response handler to be used for handling a successful response.
- createResponseHandler(JsonOperationMetadata, Unmarshaller<T, JsonUnmarshallerContext>) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonFactory
-
Returns the response handler to be used for handling a successful response.
- createUnknownException() - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
-
The default unmarshaller should always work but if it doesn't we fall back to creating an
exception explicitly.
- createUnknownException() - Method in class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
-
- createWriter(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
-
- createWriter(JsonFactory, String) - Method in class software.amazon.awssdk.core.internal.protocol.json.BaseSdkStructuredJsonFactory
-
- createWriter(String) - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonFactory
-
- currentPage - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- empty() - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- empty() - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- EmptySubscription - Class in software.amazon.awssdk.core.pagination.async
-
A NoOp implementation of Subscription
interface.
- EmptySubscription(Subscriber) - Constructor for class software.amazon.awssdk.core.pagination.async.EmptySubscription
-
- endElement() - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Closes the last opened element at the current position in the in-progress
XML document.
- ENDPOINT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
- endpointOverride(URI) - Method in interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
-
Configure the endpoint with which the SDK should communicate.
- endpointOverride(URI) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- entrySet() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- environmentVariable() - Method in enum software.amazon.awssdk.core.SdkSystemSetting
-
- EqualJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Backoff strategy that uses equal jitter for computing the delay before the next retry.
- EqualJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
-
- equals(Object) - Method in class software.amazon.awssdk.core.ResponseBytes
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FixedDelayBackoffStrategy
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
-
- equals(Object) - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
- ErrorMessageParser - Interface in software.amazon.awssdk.core.internal.protocol.json
-
- errorResponseHandler(SdkHttpResponseHandler<? extends SdkException>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Fluent setter for the error response handler
- errorResponseHandler(HttpResponseHandler<? extends SdkException>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Fluent setter for the error response handler
- ErrorType - Enum in software.amazon.awssdk.core.exception
-
- exception() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
-
The exception associated with the failed execution.
- exception() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
-
- exception() - Method in class software.amazon.awssdk.core.internal.Response
-
- exception(SdkException) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
-
- exception() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
-
- exceptionClass - Variable in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
-
The type of SdkServiceException that will be instantiated.
- exceptionOccurred(Throwable) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when an exception occurs while establishing the connection or streaming the response.
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
-
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
-
- exceptionOccurred(Throwable) - Method in class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
-
- execute(ClientExecutionParams<InputT, OutputT>) - Method in interface software.amazon.awssdk.core.client.handler.AsyncClientHandler
-
Execute's a web service request.
- execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in interface software.amazon.awssdk.core.client.handler.AsyncClientHandler
-
Execute's a streaming web service request.
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>, AsyncResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.BaseAsyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.BaseSyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>) - Method in class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
-
- execute(ClientExecutionParams<InputT, OutputT>) - Method in interface software.amazon.awssdk.core.client.handler.SyncClientHandler
-
Execute's a web service request.
- execute(ClientExecutionParams<InputT, OutputT>, ResponseTransformer<OutputT, ReturnT>) - Method in interface software.amazon.awssdk.core.client.handler.SyncClientHandler
-
Execute's a streaming web service request.
- execute(SdkHttpResponseHandler<OutputT>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Executes the request with the given configuration.
- execute(HttpResponseHandler<OutputT>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Executes the request with the given configuration.
- execute() - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Executes the request with the given configuration; not handling response.
- execute(InputT, RequestExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.pipeline.RequestPipeline
-
Execute the pipeline with the given input.
- execute(OutputT, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterExecutionInterceptorsStage
-
- execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AfterTransmissionExecutionInterceptorsStage
-
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyTransactionIdStage
-
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ApplyUserAgentStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncExecutionFailureExceptionReportingStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.AsyncRetryableStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeTransmissionExecutionInterceptorsStage
-
- execute(Pair<SdkHttpFullRequest, HttpResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.BeforeUnmarshallingExecutionInterceptorsStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ClientExecutionTimedStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
-
- execute(HttpResponse, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage
-
- execute(Pair<SdkHttpFullRequest, SdkHttpFullResponse>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.HttpResponseAdaptingStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
-
Returns the response from executing one httpClientSettings request; or null for retry.
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeHttpRequestStage
-
Returns the response from executing one httpClientSettings request; or null for retry.
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestImmutableStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestMutableStage
-
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomHeadersStage
-
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
-
- execute(SdkHttpFullRequest.Builder, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.SigningStage
-
Returns the response from executing one httpClientSettings request; or null for retry.
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.TimerExceptionHandlingStage
-
- execute(Response<OutputT>, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.pipeline.stages.UnwrapResponseContainer
-
- execute(SdkHttpFullRequest, RequestExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.StreamManagingStage
-
- EXECUTION_INTERCEPTORS - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
- ExecutionAttribute<T> - Class in software.amazon.awssdk.core.interceptor
-
- ExecutionAttribute(String) - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttribute
-
- executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
-
- executionAttributes() - Method in class software.amazon.awssdk.core.http.ExecutionContext
-
- ExecutionAttributes - Class in software.amazon.awssdk.core.interceptor
-
- ExecutionAttributes() - Constructor for class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
- executionAttributes() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- executionAttributes() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- executionAttributes(ExecutionAttributes) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
-
- executionAttributes() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
-
- ExecutionContext - Class in software.amazon.awssdk.core.http
-
Warning: This class should only be accessed by a single thread and be used throughout a single request lifecycle.
- executionContext(ExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
Fluent setter for the execution context
- executionContext(ExecutionContext) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
Fluent setter for the execution context
- executionContext(ExecutionContext) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
-
- executionContext() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- executionContext(ExecutionContext) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
-
- executionContext() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- ExecutionContext.Builder - Class in software.amazon.awssdk.core.http
-
- ExecutionFailureExceptionReportingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- ExecutionFailureExceptionReportingStage(RequestPipeline<SdkHttpFullRequest, OutputT>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.ExecutionFailureExceptionReportingStage
-
- ExecutionInterceptor - Interface in software.amazon.awssdk.core.interceptor
-
An interceptor that is invoked during the execution lifecycle of a request/response (execution).
- ExecutionInterceptorChain - Class in software.amazon.awssdk.core.internal.interceptor
-
- ExecutionInterceptorChain(List<ExecutionInterceptor>) - Constructor for class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
Create a chain that will execute the provided interceptors in the order they are provided.
- executionInterceptors(List<ExecutionInterceptor>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure a list of execution interceptors that will have access to read and modify the request and response objcets as
they are processed by the SDK.
- executionInterceptors() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
- executionInterceptors() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
An immutable collection of
ExecutionInterceptor
s that should be hooked into the execution of each request, in the
order that they should be applied.
- 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
-
- FakeIoException - Exception in software.amazon.awssdk.core.internal.util
-
Used for simulating an IOException for test purposes.
- FakeIoException(String) - Constructor for exception software.amazon.awssdk.core.internal.util.FakeIoException
-
- FileAsyncRequestBody - Class in software.amazon.awssdk.core.internal.async
-
- FileAsyncRequestBody.Builder - Interface in software.amazon.awssdk.core.internal.async
-
- FileAsyncResponseTransformer<ResponseT> - Class in software.amazon.awssdk.core.internal.async
-
- FileAsyncResponseTransformer(Path) - Constructor for class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
-
- filter(Class<U>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Filters published events to just those that are instances of the given class.
- filter(Predicate<T>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Filters published events to just those that match the given predicate.
- finalizeChildConfiguration(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Optionally overidden by child implementations to derive implementation-specific configuration from the default-applied
configuration.
- finishMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
-
- finishMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
-
- finishMarshalling() - Method in interface software.amazon.awssdk.core.protocol.ProtocolRequestMarshaller
-
Finializes the marshalling and produces a
Request
object that can be sent for execution.
- first(Function<HttpClientDependencies, RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
-
- first(Supplier<RequestPipeline<InputT, OutputT>>) - Static method in class software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder
-
- FixedDelayBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Simple backoff strategy that always uses a fixed delay for the delay before the next retry attempt.
- flatMapIterable(Function<T, Iterable<U>>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Performs a mapping on the published events and creates a new publisher that emits the mapped events one by one.
- FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
-
- FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
-
- FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
- FLOAT - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- FloatCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
-
- FloatIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
-
- FloatJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
-
- formatServiceSpecificDate(Instant) - Static method in class software.amazon.awssdk.core.internal.util.AwsDateUtils
-
Formats the give date object into an AWS Service format.
- from(HttpResponse) - Static method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
-
- FROM_BOOLEAN - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
Marshalls boolean as a literal 'true' or 'false' string.
- FROM_DOUBLE - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
- FROM_FLOAT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
- FROM_INSTANT - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
Marshalls date to an ISO8601 date string.
- FROM_INTEGER - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
- FROM_LONG - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
- FROM_STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.ValueToStringConverter
-
Identity converter.
- fromBoolean(Boolean) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
- fromByte(Byte) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
Returns the string representation of the specified Byte.
- fromByteArray(ResponseT, byte[]) - Static method in class software.amazon.awssdk.core.ResponseBytes
-
- fromByteArray(byte[]) - Static method in class software.amazon.awssdk.core.SdkBytes
-
- fromByteBuffer(ByteBuffer) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.SdkBytes
-
- fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- fromByteBuffer(ByteBuffer) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
Base64 encodes the data in the specified byte buffer (from the current
position to the buffer's limit) and returns it as a base64 encoded
string.
- fromBytes(byte[]) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- fromBytes(byte[]) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- fromDouble(Double) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
Returns the string representation of the specified double.
- fromFailure(SdkException, HttpResponse) - Static method in class software.amazon.awssdk.core.internal.Response
-
- fromFile(Path) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- fromFile(File) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- fromFile(Path) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Create a
RequestBody
using the full contents of the specified file.
- fromFile(File) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
Create a
RequestBody
using the full contents of the specified file.
- fromFloat(Float) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
- fromInputStream(InputStream) - Static method in class software.amazon.awssdk.core.SdkBytes
-
- fromInputStream(InputStream, long) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- fromInstant(Instant) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
Converts the specified instant to an ISO 8601 timestamp string and
returns it.
- fromInteger(Integer) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
- fromJsonString(String, Class<T>) - Static method in class software.amazon.awssdk.core.util.json.JacksonUtils
-
Returns the deserialized object from the given json string and target
class; or null if the given json string is null.
- fromLong(Long) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
- fromSdkBytes(SdkBytes) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
Base64 encodes the data in the specified sdk bytes.
- fromString(String, Charset) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
- fromString(String) - Static method in interface software.amazon.awssdk.core.async.AsyncRequestBody
-
Creates an
AsyncRequestBody
that uses a single string as data with UTF_8 encoding.
- fromString(String, Charset) - Static method in class software.amazon.awssdk.core.SdkBytes
-
Create
SdkBytes
from a string, using the provided charset.
- fromString(String, Charset) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- fromString(String) - Static method in class software.amazon.awssdk.core.sync.RequestBody
-
- fromString(String) - Static method in class software.amazon.awssdk.core.util.StringConversion
-
- fromSuccess(T, HttpResponse) - Static method in class software.amazon.awssdk.core.internal.Response
-
- fromUtf8String(String) - Static method in class software.amazon.awssdk.core.SdkBytes
-
Create
SdkBytes
from a string, using the UTF-8 charset.
- fromValue(String) - Static method in enum software.amazon.awssdk.core.exception.ErrorType
-
- fromValue(String) - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
-
- FullJitterBackoffStrategy - Class in software.amazon.awssdk.core.retry.backoff
-
Backoff strategy that uses a full jitter strategy for computing the next backoff delay.
- FullJitterBackoffStrategy.Builder - Interface in software.amazon.awssdk.core.retry.backoff
-
- FUTURE_COMPLETION_EXECUTOR - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedAsyncClientOption
-
Configure the executor that should be used to complete the
CompletableFuture
that is returned by the service
clients.
- get(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- get(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- getAsyncRequestBody() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- getAttribute(ExecutionAttribute<U>) - Method in class software.amazon.awssdk.core.interceptor.ExecutionAttributes
-
Retrieve the current value of the provided attribute in this collection of attributes.
- getBaseServiceExceptionClass() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
-
- getBigIntegerValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getBinaryValue(Base64Variant) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getBytes() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
-
- getBytes() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
-
Get the JSON content as a UTF-8 encoded byte array.
- getBytes() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
-
- getBytesReadBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getCause() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- getClientExecutionTimer() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
-
For unit testing only.
- getCodec() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkAsyncHttpClient
-
- getConfigurationValue(SdkHttpConfigurationOption<T>) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder.NonManagedSdkHttpClient
-
- getContent() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getContent() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Returns the input stream containing the response content.
- getContent() - Method in interface software.amazon.awssdk.core.Request
-
Returns the optional stream containing the payload data to include for
this request.
- getContentType() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkIonGenerator
-
- getContentType() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
-
- getContentType() - Method in class software.amazon.awssdk.core.protocol.json.BaseJsonProtocolFactory
-
- getContentType() - Method in class software.amazon.awssdk.core.protocol.json.SdkJsonProtocolFactory
-
- getContentType() - Method in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
-
Deprecated.
- getContentTypeOverride() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
-
- getCrc32Checksum() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
-
- getCurrentDepth() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the element depth of the parser's current position in the JSON
document being parsed.
- getCurrentDepth() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getCurrentLocation() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getCurrentName() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getCurrentParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the name of the JSON field that is the nearest parent of the
current context.Returns null by default.
- getCurrentParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getCurrentToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getCurrentToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the current JsonToken that is to be parsed by the parser.
- getCurrentToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getCurrentTokenId() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getCurrNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getCustomErrorCodeFieldName() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
-
- getDecimalValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getDoubleValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getEmbeddedObject() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getEndpoint() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getEndpoint() - Method in interface software.amazon.awssdk.core.Request
-
Returns the service endpoint (ex: "https://ec2.amazonaws.com") to which
this request should be sent.
- getErrorCode() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
-
- getErrorResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- getErrorShapeMetadata() - Method in class software.amazon.awssdk.core.protocol.json.JsonClientMetadata
-
- getErrorShapes() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorResponseMetadata
-
- getExecutor() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
-
This method is current exposed for testing purposes
- getFile() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Returns the underlying file, if known; or null if not;
- getFloatValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getGenerator() - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
-
- getGenerator() - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
-
- getGlobalInterceptors() - Method in class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
-
Load the global handlers by reading the global execution interceptors resource.
- getGlobalTimeOffset() - Static method in class software.amazon.awssdk.core.SdkGlobalTime
-
Gets the global time difference in seconds between the running JVM and
AWS.
- getHeader(String) - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Looks up a header by name and returns it's value.
- getHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the value of the header with the specified name from the
response, or null if not present.
- getHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getHeaders() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getHeaders() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Returns the HTTP headers returned with this response.
- getHeaders() - Method in interface software.amazon.awssdk.core.Request
-
Returns a map of all the headers included in this request.
- getHttpMethod() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getHttpMethod() - Method in interface software.amazon.awssdk.core.Request
-
Returns the HTTP method (GET, POST, etc) to use when sending this
request.
- getHttpResponse() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the original HttpResponse constructed for this request.
- getHttpResponse() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getHttpStatusCode() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
-
- getInput() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ByteCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DateCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.FloatCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.InstantCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.LongCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ByteIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DateIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.FloatIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.LongIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.internal.util.Mimetype
-
Loads MIME type info from the file 'mime.types' in the classpath, if it's available.
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
-
- getInstance() - Static method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- getInstance() - Static method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- getInterceptors(String) - Method in class software.amazon.awssdk.core.interceptor.ClasspathInterceptorChainFactory
-
Constructs a new request handler chain by analyzing the specified classpath resource.
- getIntValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getJsonNode() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
-
- getJsonParser() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the JsonParser used for parsing the Json document.
- getJsonParser() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getKey() - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
-
- getLastClearedToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getLastParsedParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
This will return the deleted string in stackString when doing update on
the stack.
- getLastParsedParentElement() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getLongValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getMarked() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getMarshaller() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- getMarshaller(MarshallLocation, T) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
-
- getMarshaller(MarshallLocation, MarshallingType<T>, T) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry
-
- getMaxNumErrors() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getMessage() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- getMetadata() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns any metadata collected through metadata expressions while this
context was reading the JSON events from the JSON document.
- getMetadata() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getMimetype(Path) - Method in class software.amazon.awssdk.core.internal.util.Mimetype
-
Determines the mimetype of a file by looking up the file's extension in an internal listing
to find the corresponding mime type.
- getMimetype(File) - Method in class software.amazon.awssdk.core.internal.util.Mimetype
-
Determines the mimetype of a file by looking up the file's extension in an internal listing
to find the corresponding mime type.
- getModeledClass() - Method in class software.amazon.awssdk.core.protocol.json.JsonErrorShapeMetadata
-
- getNumberType() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getNumberValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getOriginalRequest() - Method in class software.amazon.awssdk.core.DefaultRequest
-
Returns the original, user facing request object which this internal
request object is representing.
- getOriginalRequest() - Method in interface software.amazon.awssdk.core.Request
-
request object is representing.
- getParameters() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getParameters() - Method in interface software.amazon.awssdk.core.Request
-
Returns a map of all parameters in this request.
- getParsingContext() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getPosition() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getRawContent() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonContent
-
- getRequest() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Returns the original request associated with this response.
- getRequestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- getRequestIdFromHeaders(Map<String, String>) - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
-
- getResetCount() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getResetIntervalBeforeException() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- getResourcePath() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getResourcePath() - Method in interface software.amazon.awssdk.core.Request
-
Returns the path to the resource being requested.
- getResponseHandler() - Method in class software.amazon.awssdk.core.client.handler.ClientExecutionParams
-
- getResponseStream() - Method in exception software.amazon.awssdk.core.exception.SdkInterruptedException
-
- getRootCause(Throwable) - Static method in class software.amazon.awssdk.core.internal.util.ThrowableUtils
-
Returns the root cause of the given cause, or null if the given
cause is null.
- getServiceName() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getServiceName() - Method in interface software.amazon.awssdk.core.Request
-
- getStatusCode() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- getStatusCode() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Returns the HTTP status code (ex: 200, 404, etc) associated with this
response.
- getStatusText() - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Returns the HTTP status text associated with this response.
- getTargetClass() - Method in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- getText() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getTextCharacters() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getTextLength() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getTextOffset() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getTimeOffset() - Method in class software.amazon.awssdk.core.DefaultRequest
-
- getTimeOffset() - Method in interface software.amazon.awssdk.core.Request
-
Returns the optional value for time offset for this request.
- getTokenLocation() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getUnmarshaller(Class<T>) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the JsonUnmarsheller for the specified scalar type.
- getUnmarshaller(Class<T>) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- getUserAgent() - Static method in class software.amazon.awssdk.core.internal.util.UserAgentUtils
-
- getValue() - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
-
- getValueAsString(String) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.core.SdkRequest
-
Used to retrieve the value of a field from any class that extends
SdkRequest
.
- getValueForField(String, Class<T>) - Method in class software.amazon.awssdk.core.SdkResponse
-
Used to retrieve the value of a field from any class that extends
SdkResponse
.
- getWrappedInputStream() - Method in class software.amazon.awssdk.core.io.SdkInputStream
-
Returns the underlying input stream, if any, from the subclass; or null
if there is no underlying input stream.
- GREEDY - Static variable in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
-
Marshaller for greedy path labels.
- GREEDY_STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
-
Marshallers for Strings bound to a greedy path param.
- greedyPathParamMarshaller(MarshallingType<T>, JsonMarshaller<T>) - Method in class software.amazon.awssdk.core.internal.protocol.json.MarshallerRegistry.Builder
-
- makeAccessible(AccessibleObject) - Static method in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
-
- MakeAsyncHttpRequestStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Delegate to the HTTP implementation to make an HTTP request and receive the response.
- MakeAsyncHttpRequestStage(SdkHttpResponseHandler<OutputT>, SdkHttpResponseHandler<? extends SdkException>, HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeAsyncHttpRequestStage
-
- MakeHttpRequestStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Delegate to the HTTP implementation to make an HTTP request and receive the response.
- MakeHttpRequestStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeHttpRequestStage
-
- MakeRequestImmutableStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- MakeRequestImmutableStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestImmutableStage
-
- MakeRequestMutableStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- MakeRequestMutableStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MakeRequestMutableStage
-
- map(Function<T, U>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Perform a mapping on the published events.
- MAP - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
-
- MAP - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
Marshalls a Map as a JSON object where each key becomes a field.
- MAP - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- MapEntry<K,V> - Class in software.amazon.awssdk.core.runtime.transform
-
Simple implementation of the Map.Entry interface.
- MapEntry() - Constructor for class software.amazon.awssdk.core.runtime.transform.MapEntry
-
- MapUnmarshaller<K,V> - Class in software.amazon.awssdk.core.runtime.transform
-
- MapUnmarshaller(Unmarshaller<K, JsonUnmarshallerContext>, Unmarshaller<V, JsonUnmarshallerContext>) - Constructor for class software.amazon.awssdk.core.runtime.transform.MapUnmarshaller
-
- mark(int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- mark(int) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Marks the current position in this input stream.
- mark(int) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- mark(int) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- markSupported() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
- markSupported() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- markSupported() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- marshall(T, JsonMarshallerContext, String) - Method in interface software.amazon.awssdk.core.internal.protocol.json.JsonMarshaller
-
Marshall the data into the request.
- marshall(MarshallLocation, Object) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
-
Convenience method to marshall a nested object (may be simple or structured) at the given location.
- marshall(MarshallLocation, Object, String) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
-
Convenience method to marshall a nested object (may be simple or structured) at the given location.
- marshall(V, MarshallingInfo<V>) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
-
- marshall(V, MarshallingInfo<V>) - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
-
- marshall(T, MarshallingInfo<T>) - Method in interface software.amazon.awssdk.core.protocol.ProtocolMarshaller
-
Marshalls the value into the appropriate location based on the
MarshallingInfo
metadata.
- marshall(ProtocolMarshaller) - Method in interface software.amazon.awssdk.core.protocol.StructuredPojo
-
- marshall(R) - Method in interface software.amazon.awssdk.core.runtime.transform.Marshaller
-
- marshall(String, String, String) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
-
- marshall(String, String, Integer) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
-
- marshall(String, String, Long) - Method in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
-
- marshall(T) - Method in class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
-
- Marshaller<T,R> - Interface in software.amazon.awssdk.core.runtime.transform
-
- marshallerRegistry(MarshallerRegistry) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
-
- marshallerRegistry() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
-
- MarshallerRegistry - Class in software.amazon.awssdk.core.internal.protocol.json
-
- MarshallerRegistry.Builder - Class in software.amazon.awssdk.core.internal.protocol.json
-
- MarshallingInfo<T> - Class in software.amazon.awssdk.core.protocol
-
Metadata about the marshalling requirements of a given member.
- MarshallingInfo.Builder<T> - Class in software.amazon.awssdk.core.protocol
-
- marshallingType() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
-
- MarshallingType<T> - Interface in software.amazon.awssdk.core.protocol
-
Represents the various types supported for marshalling.
- marshallLocation(MarshallLocation) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
-
- marshallLocation() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
-
- MarshallLocation - Enum in software.amazon.awssdk.core.protocol
-
Enum representing the various locations data can be marshalled to.
- marshallLocationName(String) - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo.Builder
-
- marshallLocationName() - Method in class software.amazon.awssdk.core.protocol.MarshallingInfo
-
- matches(int) - Method in class software.amazon.awssdk.core.internal.protocol.json.SdkJsonErrorUnmarshaller
-
- MAX_BACKOFF - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
-
- maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
- maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.EqualJitterBackoffStrategy.Builder
-
- maxBackoffTime(Duration) - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
- maxBackoffTime() - Method in interface software.amazon.awssdk.core.retry.backoff.FullJitterBackoffStrategy.Builder
-
- MaxNumberOfRetriesCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Simple retry condition that allows retries up to a certain max number of retries.
- merge(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
-
Merge this configuration with another configuration, where this configuration's values take precedence.
- merge(Consumer<SdkClientConfiguration.Builder>) - Method in class software.amazon.awssdk.core.internal.client.config.SdkClientConfiguration
-
- mergeChildDefaults(SdkClientConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Optionally overridden by child implementations to apply implementation-specific default configuration.
- MergeCustomHeadersStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Merge customer supplied headers into the marshalled request.
- MergeCustomHeadersStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomHeadersStage
-
- MergeCustomQueryParamsStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Merge customer supplied query params into the marshalled request.
- MergeCustomQueryParamsStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MergeCustomQueryParamsStage
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.AbortedException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.AbortedException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.ClientExecutionTimeoutException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.Crc32MismatchException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.Crc32MismatchException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.NonRetryableException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
-
- message() - Method in class software.amazon.awssdk.core.exception.NonRetryableException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.ResetException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.ResetException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.RetryableException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.RetryableException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.SdkClientException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.SdkClientException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
Specifies the details of this exception.
- message() - Method in interface software.amazon.awssdk.core.exception.SdkException.Builder
-
The details of this exception.
- message - Variable in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- message(String) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- message() - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- message(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
- message(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- metadata - Variable in class software.amazon.awssdk.core.SdkResponseMetadata
-
- metadata(String) - Method in class software.amazon.awssdk.core.SdkResponseMetadata
-
- Mimetype - Class in software.amazon.awssdk.core.internal.util
-
Utility class that maintains a listing of known Mimetypes, and determines the
mimetype of files based on file extensions.
- MIMETYPE_GZIP - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
-
The default gzip mimetype: application/x-gzip
- MIMETYPE_HTML - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
-
The default HTML mimetype: text/html
- MIMETYPE_OCTET_STREAM - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
-
The default binary mimetype: application/octet-stream
- MIMETYPE_TEXT_PLAIN - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
-
- MIMETYPE_XML - Static variable in class software.amazon.awssdk.core.internal.util.Mimetype
-
The default XML mimetype: application/xml
- modifyHttpRequest(Context.ModifyHttpRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
- modifyHttpRequest(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- modifyHttpResponse(Context.ModifyHttpResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
- modifyHttpResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- modifyRequest(Context.ModifyRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
- modifyRequest(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- modifyResponse(Context.ModifyResponse, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.interceptor.ExecutionInterceptor
-
Modify the
SdkResponse
before it is returned by the client.
- modifyResponse(InterceptorContext, ExecutionAttributes) - Method in class software.amazon.awssdk.core.internal.interceptor.ExecutionInterceptorChain
-
- MoveParametersToBodyStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
- MoveParametersToBodyStage() - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.MoveParametersToBodyStage
-
- MutableRequestToRequestPipeline - Interface in software.amazon.awssdk.core.internal.http.pipeline
-
Pipeline stage that takes in a mutable SdkHttpFullRequest.Builder
and returns the same builder.
- name(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
-
Set the name of the API.
- name() - Method in class software.amazon.awssdk.core.ApiName
-
- NamespaceRemovingInputStream - Class in software.amazon.awssdk.core.internal.util
-
FilterInputStream implementation that wraps an InputStream containing an XML
document, and removes the XML namespace attribute from the XML document.
- NamespaceRemovingInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
-
Constructs a new NamespaceRemovingInputStream wrapping the specified
InputStream.
- needsConnectionLeftOpen() - Method in interface software.amazon.awssdk.core.http.HttpResponseHandler
-
Indicates if this response handler requires that the underlying HTTP
connection not be closed automatically after the response is
handled.
- needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.http.JsonResponseHandler
-
- needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.internal.http.response.SdkErrorResponseHandler
-
- needsConnectionLeftOpen() - Method in class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
-
- needsConnectionLeftOpen() - Method in interface software.amazon.awssdk.core.sync.ResponseTransformer
-
Hook to allow connection to be left open after the SDK returns a response.
- newException(String) - Method in class software.amazon.awssdk.core.runtime.transform.AbstractErrorUnmarshaller
-
Constructs a new exception object of the type specified in this class's
constructor and sets the specified error message.
- newResettableInputStream(File) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Convenient factory method to construct a new resettable input stream for
the given file, converting any IOException into SdkClientException.
- newResettableInputStream(File, String) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Convenient factory method to construct a new resettable input stream for
the given file, converting any IOException into SdkClientException
with the given error message.
- newResettableInputStream(FileInputStream) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Convenient factory method to construct a new resettable input stream for
the given file input stream, converting any IOException into
SdkClientException.
- newResettableInputStream(FileInputStream, String) - Static method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Convenient factory method to construct a new resettable input stream for
the given file input stream, converting any IOException into
SdkClientException with the given error message.
- next() - Method in class software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator
-
- nextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.async.AsyncPageFetcher
-
Method that uses the information in #oldPage and returns a
completable future for the next page.
- nextPage(ResponseT) - Method in interface software.amazon.awssdk.core.pagination.sync.SyncPageFetcher
-
Method that uses the information in #oldPage and returns the
next page if available by making a service call.
- nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.Builder
-
- nextPageFetcher(AsyncPageFetcher) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.BuilderImpl
-
- nextPageFetcher - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- nextPageFetcher(AsyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher.Builder
-
- nextPageFetcher(SyncPageFetcher) - Method in interface software.amazon.awssdk.core.pagination.sync.PaginatedResponsesIterator.Builder
-
- nextToken() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- nextToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the next JsonToken from the JsonParser.
- nextToken() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- nextValue() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- NO_OP - Static variable in interface software.amazon.awssdk.core.protocol.json.StructuredJsonGenerator
-
No-op implementation that ignores all calls and returns empty bytes from getBytes.
- nodeLength(NodeList) - Static method in class software.amazon.awssdk.core.util.xml.XpathUtils
-
Returns the length of the specified node list.
- NON_GREEDY - Static variable in class software.amazon.awssdk.core.runtime.transform.PathMarshaller
-
Marshaller for non greedy path labels.
- none() - Static method in interface software.amazon.awssdk.core.retry.backoff.BackoffStrategy
-
- none() - Static method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
- NONE - Static variable in class software.amazon.awssdk.core.retry.conditions.SdkRetryCondition
-
- none() - Static method in class software.amazon.awssdk.core.retry.RetryPolicy
-
- NonRetryableException - Exception in software.amazon.awssdk.core.exception
-
Extension of
SdkException
that can be used by clients to
explicitly have an exception not retried.
- NonRetryableException(NonRetryableException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.NonRetryableException
-
- NonRetryableException.Builder - Interface in software.amazon.awssdk.core.exception
-
- NonRetryableException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- NoOpClientExecutionAbortTrackerTask - Class in software.amazon.awssdk.core.internal.http.timers.client
-
- NoOpSigner - Class in software.amazon.awssdk.core.signer
-
A No op implementation of Signer and Presigner interfaces that returns the
input
SdkHttpFullRequest
without modifications.
- NoOpSigner() - Constructor for class software.amazon.awssdk.core.signer.NoOpSigner
-
- NoopSubscription - Class in software.amazon.awssdk.core.internal.util
-
An implementation of Subscription
that does nothing.
- NoopSubscription(Subscriber<?>) - Constructor for class software.amazon.awssdk.core.internal.util.NoopSubscription
-
- NULL - Static variable in interface software.amazon.awssdk.core.internal.protocol.json.JsonMarshaller
-
- NULL - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
- NULL - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
-
- NULL - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
Used when a value is null (and thus type can't be determined).
- NullAsEmptyBodyProtocolRequestMarshaller<OrigRequestT> - Class in software.amazon.awssdk.core.internal.protocol.json
-
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
- NullAsEmptyBodyProtocolRequestMarshaller(ProtocolRequestMarshaller<OrigRequestT>) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
-
- numRetries(Integer) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
- numRetries() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
- numRetries() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
- rawQueryParameters() - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Optional additional query parameters to be added to the HTTP request.
- rawQueryParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.RequestOverrideConfiguration.Builder
-
Configure query parameters to be set on the HTTP request.
- rawQueryParameters() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
-
- rawQueryParameters(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration.BuilderImpl
-
- rawQueryParameters() - Method in class software.amazon.awssdk.core.RequestOverrideConfiguration
-
Optional additional query parameters to be added to the HTTP request.
- read() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
-
- read() - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
-
- read(byte[]) - Method in class software.amazon.awssdk.core.internal.util.NamespaceRemovingInputStream
-
- read() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- read() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
- read() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- read() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- read(byte[], int, int) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- readText() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Returns the text of the current token, or throws an exception if the
current token does not contain text (ex: '{', '}', etc.).
- readText() - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- registerAdditionalMetadataExpressions(JsonUnmarshallerContext) - Method in class software.amazon.awssdk.core.http.JsonResponseHandler
-
Hook for subclasses to override in order to collect additional metadata from service
responses.
- registerMetadataExpression(String, int, String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Registers an expression, which if matched, will cause the data for the
matching element to be stored in the metadata map under the specified
key.
- Releasable - Interface in software.amazon.awssdk.core.internal.io
-
Used for releasing a resource.
- ReleasableInputStream - Class in software.amazon.awssdk.core.io
-
An input stream that can have the close operation disabled (to avoid
accidentally being closed).
- ReleasableInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.ReleasableInputStream
-
This constructor is not meant to be used directly.
- release() - Method in interface software.amazon.awssdk.core.internal.io.Releasable
-
Releases the allocated resource.
- release(Closeable, Logger) - Static method in interface software.amazon.awssdk.core.internal.io.Releasable
-
- release() - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Releases a single unit of capacity back to the pool, making it available
to consumers.
- release(int) - Method in class software.amazon.awssdk.core.internal.util.CapacityManager
-
Releases a given amount of capacity back to the pool, making it available
to consumers.
- release() - Method in class software.amazon.awssdk.core.io.ReleasableInputStream
-
Closes the underlying stream file and releases any system resources associated.
- release() - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
-
- release() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- release() - Method in class software.amazon.awssdk.core.io.SdkInputStream
-
WARNING: Subclass that overrides this method must NOT call
super.release() or else it would lead to infinite loop.
- releaseRetryCapacity() - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
If this was a successful retry attempt we'll release the full retry capacity that the attempt originally consumed.
- remove(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- remove(int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- remove(Object) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- removeAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- request() - Method in interface software.amazon.awssdk.core.interceptor.Context.BeforeExecution
-
- request() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
-
The latest version of the
SdkRequest
available when the execution failed.
- request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
- request(Request<?>) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
- request(SdkHttpFullRequest) - Method in interface software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient.RequestExecutionBuilder
-
- request() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
-
- request(SdkRequest) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
-
- request() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
-
- request(long) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- request(Request<?>) - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext.Builder
-
- request() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonMarshallerContext
-
- request(long) - Method in class software.amazon.awssdk.core.internal.util.NoopSubscription
-
- request(long) - Method in class software.amazon.awssdk.core.pagination.async.EmptySubscription
-
- Request<T> - Interface in software.amazon.awssdk.core
-
Represents a request being sent to an Amazon Web Service, including the
parameters being sent as part of the request, the endpoint to which the
request should be sent, etc.
- request(SdkHttpFullRequest) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
-
- request() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
-
- REQUEST_CONFIG - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The key under which the request config is stored.
- REQUEST_ID_LOGGER - Static variable in class software.amazon.awssdk.core.SdkStandardLogger
-
Logger used for the purpose of logging the request id extracted either from the
http response header or from the response body.
- REQUEST_LOGGER - Static variable in class software.amazon.awssdk.core.SdkStandardLogger
-
Logger providing detailed information on requests/responses.
- RequestBody - Class in software.amazon.awssdk.core.sync
-
Represents the body of an HTTP request.
- requestConfig() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- requestConfig() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- requestExecutionBuilder() - Method in class software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient
-
- requestExecutionBuilder() - Method in class software.amazon.awssdk.core.internal.http.AmazonSyncHttpClient
-
- RequestExecutionContext - Class in software.amazon.awssdk.core.internal.http
-
- RequestExecutionContext - Class in software.amazon.awssdk.core.internal
-
- RequestExecutionContext.Builder - Class in software.amazon.awssdk.core.internal.http
-
- RequestExecutionContext.Builder - Class in software.amazon.awssdk.core.internal
-
- requestId(String) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
Specifies the requestId returned by the called service.
- requestId() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
The requestId returned by the called service.
- requestId - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- requestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- requestId() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- requestId() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
The requestId that was returned by the called service.
- requestId() - Method in class software.amazon.awssdk.core.SdkResponseMetadata
-
Returns the AWS request ID contained in this response metadata object.
- RequestOption - Class in software.amazon.awssdk.core
-
Client option defaults for individual
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
-
- requestProvider(SdkHttpRequestProvider) - Method in interface software.amazon.awssdk.core.internal.http.AmazonAsyncHttpClient.RequestExecutionBuilder
-
- requestProvider(SdkHttpRequestProvider) - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext.Builder
-
- requestProvider() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- requestProvider(SdkHttpRequestProvider) - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext.Builder
-
- requestProvider() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- RequestToRequestPipeline - Interface in software.amazon.awssdk.core.internal.http.pipeline
-
- RequestToResponsePipeline<OutputT> - Interface in software.amazon.awssdk.core.internal.http.pipeline
-
- requestUri(String) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
-
- requestUri() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
-
- require(String, U) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
-
Validate that the customer set the provided field.
- reset() - Method in class software.amazon.awssdk.core.internal.util.Crc32ChecksumCalculatingInputStream
-
Resets the wrapped input stream and the CRC32 computation.
- reset() - Method in class software.amazon.awssdk.core.internal.util.UnreliableFilterInputStream
-
- reset() - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
Repositions this stream to the position at the time the
mark
method was last called on this input stream.
- reset() - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- reset() - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- ResetException - Exception in software.amazon.awssdk.core.exception
-
- ResetException(ResetException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.ResetException
-
- ResetException.Builder - Interface in software.amazon.awssdk.core.exception
-
- ResetException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- ResettableInputStream - Class in software.amazon.awssdk.core.io
-
A mark-and-resettable input stream that can be used on files or file input
streams.
- ResettableInputStream(File) - Constructor for class software.amazon.awssdk.core.io.ResettableInputStream
-
- ResettableInputStream(FileInputStream) - Constructor for class software.amazon.awssdk.core.io.ResettableInputStream
-
- resolveString(String) - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
-
- response() - Method in interface software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling
-
- response() - Method in interface software.amazon.awssdk.core.interceptor.Context.FailedExecution
-
The latest version of the
SdkResponse
available when the execution failed.
- response() - Method in class software.amazon.awssdk.core.internal.interceptor.DefaultFailedExecutionContext
-
- response(SdkResponse) - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext.Builder
-
- response() - Method in class software.amazon.awssdk.core.internal.interceptor.InterceptorContext
-
- Response<T> - Class in software.amazon.awssdk.core.internal
-
Response wrapper to provide access to not only the original SDK response
but also the associated http response.
- response() - Method in class software.amazon.awssdk.core.internal.Response
-
- response() - Method in class software.amazon.awssdk.core.ResponseBytes
-
- response() - Method in class software.amazon.awssdk.core.ResponseInputStream
-
- ResponseBytes<ResponseT> - Class in software.amazon.awssdk.core
-
An in-memory representation of the service's response from a streaming operation.
- ResponseInputStream<ResponseT> - Class in software.amazon.awssdk.core
-
Input stream that provides access to the unmarshalled POJO response returned by the service in addition to the streamed
contents.
- ResponseInputStream(ResponseT, AbortableInputStream) - Constructor for class software.amazon.awssdk.core.ResponseInputStream
-
- responseReceived(ResponseT) - Method in interface software.amazon.awssdk.core.async.AsyncResponseTransformer
-
Called when the initial response has been received and the POJO response has
been unmarshalled.
- responseReceived(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncResponseTransformer
-
- responseReceived(ResponseT) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncResponseTransformer
-
- ResponsesSubscription<ResponseT> - Class in software.amazon.awssdk.core.pagination.async
-
An implementation of the Subscription
interface that can be used to signal and cancel demand for
paginated response pages.
- ResponsesSubscription.Builder - Interface in software.amazon.awssdk.core.pagination.async
-
- ResponseTransformer<ResponseT,ReturnT> - Interface in software.amazon.awssdk.core.sync
-
Interface for processing a streaming response from a service in a synchronous fashion.
- retainAll(Collection<?>) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- retriesAttempted(int) - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext.Builder
-
- retriesAttempted() - Method in class software.amazon.awssdk.core.retry.RetryPolicyContext
-
- RETRY_POLICY - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
- RETRY_THROTTLING_COST - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
-
When throttled retries are enabled, each retry attempt will consume this much capacity.
- retryable() - Method in exception software.amazon.awssdk.core.exception.NonRetryableException
-
- retryable() - Method in exception software.amazon.awssdk.core.exception.RetryableException
-
- retryable() - Method in exception software.amazon.awssdk.core.exception.SdkException
-
Specifies whether or not an exception can be expected to succeed on a retry.
- RETRYABLE_EXCEPTIONS - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
-
- RETRYABLE_STATUS_CODES - Static variable in class software.amazon.awssdk.core.internal.retry.SdkDefaultRetrySetting
-
- RetryableException - Exception in software.amazon.awssdk.core.exception
-
Extension of
SdkException
that can be used by clients to
explicitly have an exception retried.
- RetryableException(RetryableException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.RetryableException
-
- RetryableException.Builder - Interface in software.amazon.awssdk.core.exception
-
- RetryableException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- RetryableStage<OutputT> - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Wrapper around the pipeline for a single request to provide retry functionality.
- RetryableStage(HttpClientDependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage
-
- retryCapacity() - Method in class software.amazon.awssdk.core.internal.http.HttpClientDependencies
-
- retryCapacityConsumed(boolean) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
Sets whether retry capacity has been consumed for this request
- RetryCondition - Interface in software.amazon.awssdk.core.retry.conditions
-
- retryCondition(RetryCondition) - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
- retryCondition() - Method in interface software.amazon.awssdk.core.retry.RetryPolicy.Builder
-
- retryCondition() - Method in class software.amazon.awssdk.core.retry.RetryPolicy
-
- RetryHandler - Class in software.amazon.awssdk.core.internal.retry
-
- RetryHandler(RetryPolicy, CapacityManager) - Constructor for class software.amazon.awssdk.core.internal.retry.RetryHandler
-
- RetryOnExceptionsCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Retry condition implementation that retries if the exception or the cause of the exception matches the classes defined.
- RetryOnStatusCodeCondition - Class in software.amazon.awssdk.core.retry.conditions
-
Retry condition implementation that retries if the HTTP status code matches one of the provided status codes.
- retryPolicy(RetryPolicy) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the retry policy that should be used when handling failure cases.
- retryPolicy() - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
- retryPolicy(Consumer<RetryPolicy.Builder>) - Method in interface software.amazon.awssdk.core.client.config.ClientOverrideConfiguration.Builder
-
Configure the retry policy the should be used when handling failure cases.
- retryPolicy() - Method in class software.amazon.awssdk.core.client.config.ClientOverrideConfiguration
-
The optional retry policy that should be used when handling failure cases.
- RetryPolicy - Class in software.amazon.awssdk.core.retry
-
Interface for specifying a retry policy to use when evaluating whether or not a request should be retried.
- RetryPolicy.Builder - Interface in software.amazon.awssdk.core.retry
-
- RetryPolicyContext - Class in software.amazon.awssdk.core.retry
-
Contains useful information about a failed request that can be used to make retry and backoff decisions.
- RetryPolicyContext.Builder - Class in software.amazon.awssdk.core.retry
-
- RetryUtils - Class in software.amazon.awssdk.core.retry
-
- run() - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
-
- safeUnmarshall(JsonContent, JsonErrorUnmarshaller<ExceptionT>) - Method in class software.amazon.awssdk.core.internal.http.JsonErrorResponseHandler
-
- SDK_BYTES - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
- SDK_BYTES - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- SDK_VERSION - Static variable in class software.amazon.awssdk.core.util.VersionInfo
-
Returns the current version for the AWS SDK in which this class is
running.
- SdkAdvancedAsyncClientOption<T> - Class in software.amazon.awssdk.core.client.config
-
- SdkAdvancedClientOption<T> - Class in software.amazon.awssdk.core.client.config
-
- 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
-
- SdkAsyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.client.handler.SdkAsyncClientHandler
-
- SdkAutoConstructList<T> - Interface in software.amazon.awssdk.core.util
-
A list that was auto constructed by the SDK.
- SdkAutoConstructMap<K,V> - Interface in software.amazon.awssdk.core.util
-
A map that was auto constructed by the SDK.
- SdkBufferedInputStream - Class in software.amazon.awssdk.core.io
-
A buffered input stream that can be aborted via thread interrupt.
- SdkBufferedInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- SdkBufferedInputStream(InputStream, int) - Constructor for class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- SdkBytes - Class in software.amazon.awssdk.core
-
An in-memory representation of data being given to a service or being returned by a service.
- SdkBytesCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller
-
- SdkBytesIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller
-
- SdkBytesJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller
-
- SdkCborGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
-
Thin wrapper around Jackson's JSON generator for CBOR.
- SdkCborGenerator(JsonFactory, String) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkCborGenerator
-
- SdkClient - Interface in software.amazon.awssdk.core
-
All SDK service client interfaces should extend this interface.
- SdkClientBuilder<B extends SdkClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.core.client.builder
-
This includes required and optional override configuration required by every client builder.
- SdkClientConfiguration - Class in software.amazon.awssdk.core.internal.client.config
-
A collection of configuration that is required by an AWS client in order to operate.
- SdkClientConfiguration.Builder - Class in software.amazon.awssdk.core.internal.client.config
-
- SdkClientException - Exception in software.amazon.awssdk.core.exception
-
Base type for all client exceptions thrown by the SDK.
- SdkClientException(SdkClientException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkClientException
-
- SdkClientException.Builder - Interface in software.amazon.awssdk.core.exception
-
- SdkClientException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- SdkClientOption<T> - Class in software.amazon.awssdk.core.client.config
-
- SdkClientOptionValidation - Class in software.amazon.awssdk.core.client.config
-
A set of static methods used to validate that a
SdkClientConfiguration
contains all of
the values required for the SDK to function.
- SdkClientOptionValidation() - Constructor for class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
-
- SdkDefaultClientBuilder<B extends SdkClientBuilder<B,C>,C> - Class in software.amazon.awssdk.core.client.builder
-
- 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
-
- SdkDefaultClientBuilder.NonManagedSdkHttpClient - Class in software.amazon.awssdk.core.client.builder
-
- SdkDefaultRetrySetting - Class in software.amazon.awssdk.core.internal.retry
-
- SdkDigestInputStream - Class in software.amazon.awssdk.core.io
-
- SdkDigestInputStream(InputStream, MessageDigest) - Constructor for class software.amazon.awssdk.core.io.SdkDigestInputStream
-
- SdkErrorResponseHandler - Class in software.amazon.awssdk.core.internal.http.response
-
Wrapper around protocol specific error handler to deal with some default scenarios and fill in common information.
- SdkErrorResponseHandler(HttpResponseHandler<? extends SdkException>) - Constructor for class software.amazon.awssdk.core.internal.http.response.SdkErrorResponseHandler
-
- SdkException - Exception in software.amazon.awssdk.core.exception
-
Base class for all exceptions thrown by the SDK.
- SdkException(SdkException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkException
-
- SdkException.Builder - Interface in software.amazon.awssdk.core.exception
-
- SdkException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- SdkExecutionAttribute - Class in software.amazon.awssdk.core.interceptor
-
Contains attributes attached to the execution.
- SdkExecutionAttribute() - Constructor for class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
- SdkFilterInputStream - Class in software.amazon.awssdk.core.io
-
- SdkFilterInputStream(InputStream) - Constructor for class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- SdkGlobalTime - Class in software.amazon.awssdk.core
-
Used for clock skew adjustment between the client JVM where the SDK is run,
and the server side.
- SdkHttpFullRequestAdapter - Class in software.amazon.awssdk.core.http
-
- sdkHttpResponse(SdkHttpResponse) - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
-
- sdkHttpResponse() - Method in interface software.amazon.awssdk.core.SdkResponse.Builder
-
- sdkHttpResponse(SdkHttpResponse) - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
-
- sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse.BuilderImpl
-
- sdkHttpResponse() - Method in class software.amazon.awssdk.core.SdkResponse
-
- SdkHttpResponseAdapter - Class in software.amazon.awssdk.core.internal.http
-
- SdkInputStream - Class in software.amazon.awssdk.core.io
-
- SdkInputStream() - Constructor for class software.amazon.awssdk.core.io.SdkInputStream
-
- SdkInterruptedException - Exception in software.amazon.awssdk.core.exception
-
- SdkInterruptedException() - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
-
- SdkInterruptedException(Response<?>) - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
-
- SdkInterruptedException(SdkHttpFullResponse) - Constructor for exception software.amazon.awssdk.core.exception.SdkInterruptedException
-
- SdkIonGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SdkIterable<T> - Interface in software.amazon.awssdk.core.pagination.sync
-
A custom iterable used in paginated responses.
- SdkJsonErrorMessageParser - Class in software.amazon.awssdk.core.protocol.json
-
- SdkJsonErrorResponseHandler - Class in software.amazon.awssdk.core.internal.http
-
Default implementation of
JsonErrorResponseHandler
that handles an error response from a
service and unmarshalls the result using an JSON error unmarshaller.
- SdkJsonErrorResponseHandler(List<SdkJsonErrorUnmarshaller>, JsonFactory) - Constructor for class software.amazon.awssdk.core.internal.http.SdkJsonErrorResponseHandler
-
- SdkJsonErrorUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for JSON error responses from upstream services to unmarshall to a
SdkServiceException
.
- SdkJsonErrorUnmarshaller(Class<? extends SdkServiceException>, Integer) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkJsonErrorUnmarshaller
-
- SdkJsonGenerator - Class in software.amazon.awssdk.core.internal.protocol.json
-
Thin wrapper around Jackson's JSON generator.
- SdkJsonGenerator(JsonFactory, String) - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkJsonGenerator
-
- SdkJsonGenerator.JsonGenerationException - Exception in software.amazon.awssdk.core.internal.protocol.json
-
Indicates an issue writing JSON content.
- SdkJsonProtocolFactory - Class in software.amazon.awssdk.core.protocol.json
-
Factory to generate the JSON protocol handlers and generators to be used for
communicating with the service.
- SdkPublisher<T> - Interface in software.amazon.awssdk.core.async
-
Interface that is implemented by the Async auto-paginated responses.
- SdkRequest - Class in software.amazon.awssdk.core
-
The base class for all SDK requests.
- SdkRequest() - Constructor for class software.amazon.awssdk.core.SdkRequest
-
- SdkRequest.Builder - Interface in software.amazon.awssdk.core
-
- SdkRequestOverrideConfiguration - Class in software.amazon.awssdk.core
-
Base per-request override configuration for all SDK requests.
- SdkRequestOverrideConfiguration.Builder - Interface in software.amazon.awssdk.core
-
- SdkResponse - Class in software.amazon.awssdk.core
-
The base class for all SDK responses.
- SdkResponse(SdkResponse.Builder) - Constructor for class software.amazon.awssdk.core.SdkResponse
-
- SdkResponse.Builder - Interface in software.amazon.awssdk.core
-
- SdkResponse.BuilderImpl - Class in software.amazon.awssdk.core
-
- SdkResponseMetadata - Class in software.amazon.awssdk.core
-
Represents additional metadata included with a response from a service.
- SdkResponseMetadata(Map<String, String>) - Constructor for class software.amazon.awssdk.core.SdkResponseMetadata
-
Creates a new ResponseMetadata object from a specified map of raw
metadata information.
- SdkResponseMetadata(SdkResponseMetadata) - Constructor for class software.amazon.awssdk.core.SdkResponseMetadata
-
Creates a new ResponseMetadata object from an existing ResponseMetadata
object.
- SdkRetryCondition - Class in software.amazon.awssdk.core.retry.conditions
-
- SdkServiceException - Exception in software.amazon.awssdk.core.exception
-
Extension of SdkException that represents an error response returned by
the requested downstream service.
- SdkServiceException(SdkServiceException.Builder) - Constructor for exception software.amazon.awssdk.core.exception.SdkServiceException
-
- SdkServiceException.Builder - Interface in software.amazon.awssdk.core.exception
-
- SdkServiceException.BuilderImpl - Class in software.amazon.awssdk.core.exception
-
- SdkStandardLogger - Class in software.amazon.awssdk.core
-
A centralized set of loggers that used across the SDK to log particular types of events.
- SdkStructuredCborFactory - Class in software.amazon.awssdk.core.internal.protocol.json
-
Creates generators and protocol handlers for CBOR wire format.
- SdkStructuredCborFactory() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredCborFactory
-
- SdkStructuredCborFactory.CborGeneratorSupplier - Interface in software.amazon.awssdk.core.internal.protocol.json
-
- SdkStructuredIonFactory - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SdkStructuredIonFactory() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SdkStructuredIonFactory
-
- SdkStructuredIonFactory.IonGeneratorSupplier - Interface in software.amazon.awssdk.core.internal.protocol.json
-
- SdkStructuredJsonFactory - Interface in software.amazon.awssdk.core.protocol.json
-
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
- SdkStructuredPlainJsonFactory - Class in software.amazon.awssdk.core.protocol.json
-
Creates generators and protocol handlers for plain text JSON wire format.
- SdkStructuredPlainJsonFactory() - Constructor for class software.amazon.awssdk.core.protocol.json.SdkStructuredPlainJsonFactory
-
- SdkSyncClientBuilder<B extends SdkSyncClientBuilder<B,C>,C> - Interface in software.amazon.awssdk.core.client.builder
-
This includes required and optional override configuration required by every sync client builder.
- SdkSyncClientHandler - Class in software.amazon.awssdk.core.client.handler
-
Client handler for SDK clients.
- SdkSyncClientHandler(SdkClientConfiguration) - Constructor for class software.amazon.awssdk.core.client.handler.SdkSyncClientHandler
-
- SdkSystemSetting - Enum in software.amazon.awssdk.core
-
System properties to configure the SDK runtime.
- sendExplicitNullForPayload(boolean) - Method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
-
- serializableBuilderClass() - Static method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
- SERVICE_CONFIG - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
Handler context key for advanced configuration.
- SERVICE_CONFIGURATION - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
Service-specific configuration used by some services, like S3.
- SERVICE_NAME - Static variable in class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
The key under which the service name is stored.
- ServiceConfiguration - Interface in software.amazon.awssdk.core
-
- serviceName(String) - Method in class software.amazon.awssdk.core.protocol.OperationInfo.Builder
-
- serviceName() - Method in class software.amazon.awssdk.core.protocol.OperationInfo
-
- serviceName() - Method in interface software.amazon.awssdk.core.SdkClient
-
The name of the service.
- set(int, T) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- setAsyncConfiguration(ClientAsyncConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- setCause(Throwable) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- setCodec(ObjectCodec) - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- setContent(InputStream) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setContent(InputStream) - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Sets the input stream containing the response content.
- setContent(InputStream) - Method in interface software.amazon.awssdk.core.Request
-
Sets the optional stream containing the payload data to include for this
request.
- setCurrentHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContext
-
Sets the name of the response header that is to be read next.
- setCurrentHeader(String) - Method in class software.amazon.awssdk.core.runtime.transform.JsonUnmarshallerContextImpl
-
- setCurrentHttpRequest(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTask
-
Client Execution timer task needs to abort the current running HTTP request when executed.
- setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTaskImpl
-
- setCurrentHttpRequest(Abortable) - Method in interface software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTask
-
Client execution timer task needs to abort the current running HTTP request when executed.
- setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionAbortTrackerTaskImpl
-
- setCurrentHttpRequest(Abortable) - Method in class software.amazon.awssdk.core.internal.http.timers.client.NoOpClientExecutionAbortTrackerTask
-
- setEndpoint(URI) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setEndpoint(URI) - Method in interface software.amazon.awssdk.core.Request
-
Sets the service endpoint (ex: "https://ec2.amazonaws.com") to which this
request should be sent.
- setEndpointOverride(URI) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- setGenerator(Supplier<String>) - Static method in class software.amazon.awssdk.core.util.IdempotentUtils
-
- setGlobalTimeOffset(int) - Static method in class software.amazon.awssdk.core.SdkGlobalTime
-
Sets the global time difference in seconds between the running JVM and
AWS.
- setHeaders(Map<String, String>) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setHeaders(Map<String, String>) - Method in interface software.amazon.awssdk.core.Request
-
Sets all headers, clearing any existing ones.
- setHttpMethod(HttpMethodName) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setHttpMethod(HttpMethodName) - Method in interface software.amazon.awssdk.core.Request
-
Sets the HTTP method (GET, POST, etc) to use when sending this request.
- setKey(K) - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
-
- setLastRetriedException(SdkException) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
Sets the last exception the has been seen by the retry handler.
- setMessage(String) - Method in class software.amazon.awssdk.core.exception.SdkException.BuilderImpl
-
- setOverrideConfiguration(ClientOverrideConfiguration) - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
- setParameters(Map<String, List<String>>) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setParameters(Map<String, List<String>>) - Method in interface software.amazon.awssdk.core.Request
-
Sets all parameters, clearing any existing values.
- setRequestId(String) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- setResourcePath(String) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setResourcePath(String) - Method in interface software.amazon.awssdk.core.Request
-
Sets the path to the resource being requested.
- setStatusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- setStatusCode(int) - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Sets the HTTP status code that was returned with this response.
- setStatusText(String) - Method in class software.amazon.awssdk.core.http.HttpResponse
-
Sets the HTTP status text returned with this response.
- setTimeOffset(int) - Method in class software.amazon.awssdk.core.DefaultRequest
-
- setTimeOffset(int) - Method in interface software.amazon.awssdk.core.Request
-
Sets the optional value for time offset for this request.
- setValue(V) - Method in class software.amazon.awssdk.core.runtime.transform.MapEntry
-
- ShortCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.ShortCborUnmarshaller
-
- ShortIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.ShortIonUnmarshaller
-
- ShortJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller
-
- shouldRetry(HttpResponse, SdkHttpFullRequest, RequestExecutionContext, SdkException, int) - Method in class software.amazon.awssdk.core.internal.retry.RetryHandler
-
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.AndRetryCondition
-
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.MaxNumberOfRetriesCondition
-
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.OrRetryCondition
-
- shouldRetry(RetryPolicyContext) - Method in interface software.amazon.awssdk.core.retry.conditions.RetryCondition
-
Determine whether a request should or should not be retried.
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnExceptionsCondition
-
- shouldRetry(RetryPolicyContext) - Method in class software.amazon.awssdk.core.retry.conditions.RetryOnStatusCodeCondition
-
- sign(SdkHttpFullRequest, ExecutionAttributes) - Method in class software.amazon.awssdk.core.signer.NoOpSigner
-
- sign(SdkHttpFullRequest, ExecutionAttributes) - Method in interface software.amazon.awssdk.core.signer.Signer
-
Method that takes in an request and returns a signed version of the request.
- SIGNER - Static variable in class software.amazon.awssdk.core.client.config.SdkAdvancedClientOption
-
Define the signer that should be used when authenticating with AWS.
- signer(Signer) - Method in class software.amazon.awssdk.core.http.ExecutionContext.Builder
-
- signer() - Method in class software.amazon.awssdk.core.http.ExecutionContext
-
- signer() - Method in class software.amazon.awssdk.core.internal.http.RequestExecutionContext
-
- signer() - Method in class software.amazon.awssdk.core.internal.RequestExecutionContext
-
- Signer - Interface in software.amazon.awssdk.core.signer
-
Interface for the signer used for signing the requests.
- SigningStage - Class in software.amazon.awssdk.core.internal.http.pipeline.stages
-
Sign the marshalled request (if applicable).
- SigningStage(HttpClientDependencies) - Constructor for class software.amazon.awssdk.core.internal.http.pipeline.stages.SigningStage
-
- SimpleRequestProvider - Class in software.amazon.awssdk.core.internal.http.async
-
- SimpleRequestProvider(SdkHttpFullRequest, ExecutionAttributes) - Constructor for class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
-
- SimpleTypeCborUnmarshallers - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeCborUnmarshallers() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers
-
- SimpleTypeCborUnmarshallers.BigDecimalCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeCborUnmarshallers.BooleanCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Boolean values.
- SimpleTypeCborUnmarshallers.ByteCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Byte values.
- SimpleTypeCborUnmarshallers.DateCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Date values - JSON dates come in as epoch seconds.
- SimpleTypeCborUnmarshallers.DoubleCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Double values.
- SimpleTypeCborUnmarshallers.FloatCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Float values.
- SimpleTypeCborUnmarshallers.InstantCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeCborUnmarshallers.IntegerCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Integer values.
- SimpleTypeCborUnmarshallers.LongCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Long values.
- SimpleTypeCborUnmarshallers.SdkBytesCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for ByteBuffer values.
- SimpleTypeCborUnmarshallers.ShortCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for Short values.
- SimpleTypeCborUnmarshallers.StringCborUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Unmarshaller for String values.
- SimpleTypeIonUnmarshallers - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers
-
- SimpleTypeIonUnmarshallers.BigDecimalIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.BigIntegerIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.BooleanIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.ByteIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.DateIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.DoubleIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.FloatIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.IntegerIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.LongIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.SdkBytesIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.ShortIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeIonUnmarshallers.StringIonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeJsonMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- SimpleTypeJsonUnmarshallers - Class in software.amazon.awssdk.core.runtime.transform
-
- SimpleTypeJsonUnmarshallers.BigDecimalJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
- SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
- SimpleTypeJsonUnmarshallers.BooleanJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Boolean values.
- SimpleTypeJsonUnmarshallers.ByteJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Byte values.
- SimpleTypeJsonUnmarshallers.CharacterJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Character values.
- SimpleTypeJsonUnmarshallers.DoubleJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Double values.
- SimpleTypeJsonUnmarshallers.FloatJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Float values.
- SimpleTypeJsonUnmarshallers.InstantJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
- SimpleTypeJsonUnmarshallers.IntegerJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Integer values.
- SimpleTypeJsonUnmarshallers.LongJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Long values.
- SimpleTypeJsonUnmarshallers.SdkBytesJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for ByteBuffer values.
- SimpleTypeJsonUnmarshallers.ShortJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for Short values.
- SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller - Class in software.amazon.awssdk.core.runtime.transform
-
Unmarshaller for String values.
- SimpleTypePathMarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
- size() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- size() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- skip(long) - Method in class software.amazon.awssdk.core.io.ResettableInputStream
-
- skip(long) - Method in class software.amazon.awssdk.core.io.SdkBufferedInputStream
-
- skip(long) - Method in class software.amazon.awssdk.core.io.SdkDigestInputStream
-
Skips over and discards n
bytes of data from this input
stream, while taking the skipped bytes into account for digest
calculation.
- skip(long) - Method in class software.amazon.awssdk.core.io.SdkFilterInputStream
-
- skipChildren() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- software.amazon.awssdk.core - package software.amazon.awssdk.core
-
- software.amazon.awssdk.core.adapter - package software.amazon.awssdk.core.adapter
-
- software.amazon.awssdk.core.async - package software.amazon.awssdk.core.async
-
- software.amazon.awssdk.core.client.builder - package software.amazon.awssdk.core.client.builder
-
- software.amazon.awssdk.core.client.config - package software.amazon.awssdk.core.client.config
-
- software.amazon.awssdk.core.client.handler - package software.amazon.awssdk.core.client.handler
-
- software.amazon.awssdk.core.exception - package software.amazon.awssdk.core.exception
-
- software.amazon.awssdk.core.http - package software.amazon.awssdk.core.http
-
- software.amazon.awssdk.core.interceptor - package software.amazon.awssdk.core.interceptor
-
- software.amazon.awssdk.core.internal - package software.amazon.awssdk.core.internal
-
- software.amazon.awssdk.core.internal.async - package software.amazon.awssdk.core.internal.async
-
- software.amazon.awssdk.core.internal.client.config - package software.amazon.awssdk.core.internal.client.config
-
- software.amazon.awssdk.core.internal.http - package software.amazon.awssdk.core.internal.http
-
- software.amazon.awssdk.core.internal.http.async - package software.amazon.awssdk.core.internal.http.async
-
- software.amazon.awssdk.core.internal.http.loader - package software.amazon.awssdk.core.internal.http.loader
-
- software.amazon.awssdk.core.internal.http.pipeline - package software.amazon.awssdk.core.internal.http.pipeline
-
- software.amazon.awssdk.core.internal.http.pipeline.stages - package software.amazon.awssdk.core.internal.http.pipeline.stages
-
- software.amazon.awssdk.core.internal.http.response - package software.amazon.awssdk.core.internal.http.response
-
- software.amazon.awssdk.core.internal.http.timers - package software.amazon.awssdk.core.internal.http.timers
-
Classes for the request timeout and client execution timeout features.
- software.amazon.awssdk.core.internal.http.timers.client - package software.amazon.awssdk.core.internal.http.timers.client
-
- software.amazon.awssdk.core.internal.interceptor - package software.amazon.awssdk.core.internal.interceptor
-
- software.amazon.awssdk.core.internal.io - package software.amazon.awssdk.core.internal.io
-
- software.amazon.awssdk.core.internal.pagination.async - package software.amazon.awssdk.core.internal.pagination.async
-
- software.amazon.awssdk.core.internal.protocol.json - package software.amazon.awssdk.core.internal.protocol.json
-
- software.amazon.awssdk.core.internal.retry - package software.amazon.awssdk.core.internal.retry
-
- software.amazon.awssdk.core.internal.util - package software.amazon.awssdk.core.internal.util
-
- software.amazon.awssdk.core.io - package software.amazon.awssdk.core.io
-
- software.amazon.awssdk.core.pagination.async - package software.amazon.awssdk.core.pagination.async
-
- software.amazon.awssdk.core.pagination.sync - package software.amazon.awssdk.core.pagination.sync
-
- software.amazon.awssdk.core.protocol - package software.amazon.awssdk.core.protocol
-
- software.amazon.awssdk.core.protocol.json - package software.amazon.awssdk.core.protocol.json
-
- software.amazon.awssdk.core.retry - package software.amazon.awssdk.core.retry
-
- software.amazon.awssdk.core.retry.backoff - package software.amazon.awssdk.core.retry.backoff
-
- software.amazon.awssdk.core.retry.conditions - package software.amazon.awssdk.core.retry.conditions
-
- software.amazon.awssdk.core.runtime - package software.amazon.awssdk.core.runtime
-
- software.amazon.awssdk.core.runtime.transform - package software.amazon.awssdk.core.runtime.transform
-
- software.amazon.awssdk.core.signer - package software.amazon.awssdk.core.signer
-
- software.amazon.awssdk.core.sync - package software.amazon.awssdk.core.sync
-
- software.amazon.awssdk.core.util - package software.amazon.awssdk.core.util
-
- software.amazon.awssdk.core.util.json - package software.amazon.awssdk.core.util.json
-
- software.amazon.awssdk.core.util.xml - package software.amazon.awssdk.core.util.xml
-
- standard() - Static method in class software.amazon.awssdk.core.protocol.json.JsonProtocolMarshallerBuilder
-
- StandardMemberCopier - Class in software.amazon.awssdk.core.adapter
-
Used in combination with the generated member copiers to implement deep
copies of shape members.
- startElement(String) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Starts a new element with the specified name at the current position in
the in-progress XML document.
- startMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.JsonProtocolMarshaller
-
If there is not an explicit payload member then we need to start the implicit JSON request object.
- startMarshalling() - Method in class software.amazon.awssdk.core.internal.protocol.json.NullAsEmptyBodyProtocolRequestMarshaller
-
- startMarshalling() - Method in interface software.amazon.awssdk.core.protocol.ProtocolRequestMarshaller
-
Hook to perform an initialization that needs to happen at the start of marshalling.
- startTimer(long) - Method in class software.amazon.awssdk.core.internal.http.timers.client.ClientExecutionTimer
-
Start the timer with the specified timeout and return a object that can be used to track the
state of the timer and cancel it if need be.
- statusCode(int) - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
Specifies the status code returned by the service.
- statusCode() - Method in interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
-
The status code returned by the service.
- statusCode - Variable in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- statusCode(int) - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- statusCode() - Method in class software.amazon.awssdk.core.exception.SdkServiceException.BuilderImpl
-
- statusCode() - Method in exception software.amazon.awssdk.core.exception.SdkServiceException
-
The status code that was returned by the called service.
- statusCode() - Method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
-
- statusText() - Method in class software.amazon.awssdk.core.internal.http.DefaultSdkHttpResponse
-
- stopTask() - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- stream() - Method in interface software.amazon.awssdk.core.pagination.sync.SdkIterable
-
- STREAM - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- StreamingRequestMarshaller<T> - Class in software.amazon.awssdk.core.runtime.transform
-
Augments a
Marshaller
to add contents for a streamed request.
- StreamingRequestMarshaller(Marshaller<Request<T>, T>, RequestBody) - Constructor for class software.amazon.awssdk.core.runtime.transform.StreamingRequestMarshaller
-
- StreamManagingStage<OutputT> - Class in software.amazon.awssdk.core.internal.http
-
Instruments the request input stream for both retry purposes (to allow for mark/reset) and progress reporting.
- StreamManagingStage(RequestPipeline<SdkHttpFullRequest, Response<OutputT>>) - Constructor for class software.amazon.awssdk.core.internal.http.StreamManagingStage
-
- STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.HeaderMarshaller
-
- STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.QueryParamMarshaller
-
- STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
- STRING - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypePathMarshaller
-
- STRING - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- StringCborUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeCborUnmarshallers.StringCborUnmarshaller
-
- StringConversion - Class in software.amazon.awssdk.core.util
-
Utilities for converting objects to strings.
- StringIonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeIonUnmarshallers.StringIonUnmarshaller
-
- StringJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.runtime.transform.SimpleTypeJsonUnmarshallers.StringJsonUnmarshaller
-
- StringToInputStreamAdapter - Class in software.amazon.awssdk.core.adapter
-
- StringToInputStreamAdapter() - Constructor for class software.amazon.awssdk.core.adapter.StringToInputStreamAdapter
-
- StringToSdkBytesAdapter - Class in software.amazon.awssdk.core.adapter
-
- StringToSdkBytesAdapter() - Constructor for class software.amazon.awssdk.core.adapter.StringToSdkBytesAdapter
-
- STRUCTURED - Static variable in class software.amazon.awssdk.core.internal.protocol.json.SimpleTypeJsonMarshaller
-
- STRUCTURED - Static variable in interface software.amazon.awssdk.core.protocol.MarshallingType
-
- StructuredJsonFactory - Interface in software.amazon.awssdk.core.protocol.json
-
Common interface for creating generators (writers) and protocol handlers for JSON like protocols.
- StructuredJsonGenerator - Interface in software.amazon.awssdk.core.protocol.json
-
Interface for generating a JSON
- StructuredPojo - Interface in software.amazon.awssdk.core.protocol
-
Interface implemented by model classes so that they may marshaller themselves.
- subList(int, int) - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructList
-
- subscribe(Consumer<T>) - Method in interface software.amazon.awssdk.core.async.SdkPublisher
-
Subscribes to the publisher with the given
Consumer
.
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.ByteArrayAsyncRequestBody
-
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.async.FileAsyncRequestBody
-
- subscribe(Subscriber<? super ByteBuffer>) - Method in class software.amazon.awssdk.core.internal.http.async.SimpleRequestProvider
-
- subscribe(Subscriber<? super ItemT>) - Method in class software.amazon.awssdk.core.pagination.async.PaginatedItemsPublisher
-
- subscriber(Subscriber) - Method in interface software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.Builder
-
- subscriber(Subscriber) - Method in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription.BuilderImpl
-
- subscriber - Variable in class software.amazon.awssdk.core.internal.pagination.async.PaginationSubscription
-
- SYNC_HTTP_CLIENT - Static variable in class software.amazon.awssdk.core.client.config.SdkClientOption
-
The HTTP client implementation to make HTTP requests with.
- syncClientConfiguration() - Method in class software.amazon.awssdk.core.client.builder.SdkDefaultClientBuilder
-
Return a client configuration object, populated with the following chain of priorities.
- SyncClientHandler - Interface in software.amazon.awssdk.core.client.handler
-
Client interface to invoke an API.
- SyncPageFetcher<ResponseT> - Interface in software.amazon.awssdk.core.pagination.sync
-
- SyncResponseHandlerAdapter<T> - Class in software.amazon.awssdk.core.internal.http.async
-
- SyncResponseHandlerAdapter(HttpResponseHandler<T>, Function<SdkHttpFullResponse, HttpResponse>, ExecutionAttributes) - Constructor for class software.amazon.awssdk.core.internal.http.async.SyncResponseHandlerAdapter
-
- validateAsyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
-
- validateSyncClientOptions(SdkClientConfiguration) - Static method in class software.amazon.awssdk.core.client.config.SdkClientOptionValidation
-
- value(String) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Adds the specified value as text to the current position of the in
progress XML document.
- value(ByteBuffer) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Adds the specified value as Base64 encoded text to the current position of the in
progress XML document.
- value(Date) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Adds the specified date as text to the current position of the
in-progress XML document.
- value(Object) - Method in class software.amazon.awssdk.core.util.xml.XmlWriter
-
Adds the string representation of the specified object to the current
position of the in progress XML document.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.exception.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.protocol.MarshallLocation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.Protocol
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum software.amazon.awssdk.core.SdkSystemSetting
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum software.amazon.awssdk.core.exception.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.core.http.HttpMethodName
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.core.protocol.MarshallLocation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.core.Protocol
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum software.amazon.awssdk.core.SdkSystemSetting
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class software.amazon.awssdk.core.util.DefaultSdkAutoConstructMap
-
- ValueToStringConverter - Class in software.amazon.awssdk.core.internal.protocol.json
-
Converts various types to Strings.
- ValueToStringConverter.ValueToString<T> - Interface in software.amazon.awssdk.core.internal.protocol.json
-
Simple interface to convert a type to a String.
- version(String) - Method in interface software.amazon.awssdk.core.ApiName.Builder
-
Set the version of the API.
- version() - Method in class software.amazon.awssdk.core.ApiName
-
- version() - Method in class software.amazon.awssdk.core.internal.protocol.json.IonParser
-
- VersionInfo - Class in software.amazon.awssdk.core.util
-
- VersionInfo() - Constructor for class software.amazon.awssdk.core.util.VersionInfo
-
- VoidJsonUnmarshaller - Class in software.amazon.awssdk.core.internal.protocol.json
-
Simple unmarshaller that iterates through the JSON events but always
returns a dummy empty
SdkResponse
.
- VoidJsonUnmarshaller() - Constructor for class software.amazon.awssdk.core.internal.protocol.json.VoidJsonUnmarshaller
-