Interface and Description |
---|
com.amazonaws.handlers.RequestHandler
by
RequestHandler2 .
Interface for addition request handling in clients. A request handler is
executed on a request object before it is sent to the client runtime
to be executed. |
Class and Description |
---|
com.amazonaws.handlers.AbstractRequestHandler
by
RequestHandler2 .
Simple implementation of RequestHandler to stub out required methods. |
com.amazonaws.handlers.CredentialsRequestHandler
Use of this class to retrieve the credentials is unsafe in
multithreading scenarios. If a client is used across multiple threads,
there's a possibility of running into a race condition where one handler
might access the credentials through the reference as another thread is
updating it. Retrieve the credentials from the handler context instead using
the
HandlerContextKey.AWS_CREDENTIALS key. |
com.amazonaws.regions.LegacyRegionXmlLoadUtils |
com.amazonaws.regions.ServiceAbbreviations
use the constant ENDPOINT_PREFIX from the specific service client
interface instead for retrieving the specific service abbreviation,
e.g. AmazonEC2.ENDPOINT_PREFIX.
|
Constructor and Description |
---|
com.amazonaws.http.ExecutionContext(List<RequestHandler2>, boolean, AmazonWebServiceClient) |
com.amazonaws.auth.InstanceProfileCredentialsProvider()
for the singleton method
InstanceProfileCredentialsProvider.getInstance() . |
com.amazonaws.event.ProgressEvent(long) |
com.amazonaws.regions.RegionMetadataParser()
since this object is stateless
|
Enum Constant and Description |
---|
com.amazonaws.event.ProgressEventType.BYTE_TRANSFER_EVENT |
Copyright © 2017. All rights reserved.