Uses of Class
com.amazonaws.annotation.SdkInternalApi
-
Packages that use SdkInternalApi Package Description com.amazonaws.adapters.types com.amazonaws.handlers com.amazonaws.http com.amazonaws.http.settings com.amazonaws.http.timers Classes for the request timeout and client execution timeout features.com.amazonaws.http.timers.client com.amazonaws.http.timers.request com.amazonaws.internal.http com.amazonaws.partitions com.amazonaws.protocol.json com.amazonaws.regions com.amazonaws.services.simpleworkflow -
Packages with annotations of type SdkInternalApi Package Description com.amazonaws.http.timers Classes for the request timeout and client execution timeout features. -
-
Uses of SdkInternalApi in com.amazonaws.adapters.types
Classes in com.amazonaws.adapters.types with annotations of type SdkInternalApi Modifier and Type Interface Description interface
TypeAdapter<Source,Destination>
Adapter interface to convert one type to another -
Uses of SdkInternalApi in com.amazonaws.handlers
Classes in com.amazonaws.handlers with annotations of type SdkInternalApi Modifier and Type Interface Description interface
IRequestHandler2
Interface forRequestHandler2
. -
Uses of SdkInternalApi in com.amazonaws.http
Classes in com.amazonaws.http with annotations of type SdkInternalApi Modifier and Type Class Description class
JsonErrorResponseHandler
class
JsonResponseHandler<T>
Default implementation of HttpResponseHandler that handles a successful response from an AWS service and unmarshalls the result using a JSON unmarshaller. -
Uses of SdkInternalApi in com.amazonaws.http.settings
Classes in com.amazonaws.http.settings with annotations of type SdkInternalApi Modifier and Type Class Description class
HttpClientSettings
A convienient class that expose all settings inClientConfiguration
and other internal settings to the underlying http client. -
Uses of SdkInternalApi in com.amazonaws.http.timers
Classes in com.amazonaws.http.timers with annotations of type SdkInternalApi Modifier and Type Class Description class
TimeoutThreadPoolBuilder
Utility class to build theScheduledThreadPoolExecutor
for the request timeout and client execution timeout features -
Uses of SdkInternalApi in com.amazonaws.http.timers.client
Classes in com.amazonaws.http.timers.client with annotations of type SdkInternalApi Modifier and Type Interface Description interface
ClientExecutionAbortTask
Task to be scheduled byClientExecutionTimer
class
ClientExecutionAbortTaskImpl
Implementation ofClientExecutionAbortTask
that interrupts the caller thread and aborts any HTTP request when triggeredinterface
ClientExecutionAbortTrackerTask
class
ClientExecutionAbortTrackerTaskImpl
Keeps track of the scheduledClientExecutionAbortTask
and the associatedFuture
class
ClientExecutionTimer
Represents a timer to enforce a timeout on the total client execution time. -
Uses of SdkInternalApi in com.amazonaws.http.timers.request
Classes in com.amazonaws.http.timers.request with annotations of type SdkInternalApi Modifier and Type Interface Description interface
HttpRequestAbortTask
Task to be scheduled byHttpRequestTimer
class
HttpRequestAbortTaskImpl
Implementation ofHttpRequestAbortTask
that aborts the trackingHttpRequestBase
when triggeredinterface
HttpRequestAbortTaskTracker
Returned byHttpRequestTimer
to track a scheduled timer task.class
HttpRequestAbortTaskTrackerImpl
Keeps track of the scheduledHttpRequestAbortTask
and the associatedFuture
class
HttpRequestTimer
Represents a timer class to enforce HTTP request timeouts. -
Uses of SdkInternalApi in com.amazonaws.internal.http
Classes in com.amazonaws.internal.http with annotations of type SdkInternalApi Modifier and Type Class Description class
JsonErrorCodeParser
class
JsonErrorMessageParser
-
Uses of SdkInternalApi in com.amazonaws.partitions
Classes in com.amazonaws.partitions with annotations of type SdkInternalApi Modifier and Type Class Description class
PartitionMetadataProvider
Region metadata provider based on partitions.class
PartitionsLoader
Loads all the partition files into memory. -
Uses of SdkInternalApi in com.amazonaws.protocol.json
Classes in com.amazonaws.protocol.json with annotations of type SdkInternalApi Modifier and Type Class Description class
SdkJsonGenerator
Thin wrapper around Jackson's JSON generator.class
SdkStructuredPlainJsonFactory
Creates generators and protocol handlers for plain text JSON wire format. -
Uses of SdkInternalApi in com.amazonaws.regions
Classes in com.amazonaws.regions with annotations of type SdkInternalApi Modifier and Type Class Description class
InMemoryRegionsProvider
Region metadata provider that holds all data in memory and returns data from them.class
LegacyRegionXmlLoadUtils
Deprecated.class
LegacyRegionXmlMetadataBuilder
A region metadata builder that loads the data by looking at all the legacy metadata locations.interface
RegionImpl
Interface for an region implementation.interface
RegionMetadataProvider
-
Uses of SdkInternalApi in com.amazonaws.services.simpleworkflow
Classes in com.amazonaws.services.simpleworkflow with annotations of type SdkInternalApi Modifier and Type Class Description class
AmazonSimpleWorkflowClientConfigurationFactory
-