Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.http.timers.client | |
com.amazonaws.http.timers.request | |
com.amazonaws.protocol.json | |
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.s3.internal |
Modifier and Type | Method and Description |
---|---|
ClientExecutionTimer |
AmazonHttpClient.getClientExecutionTimer()
Package protected for unit-testing
|
HttpRequestTimer |
AmazonHttpClient.getHttpRequestTimer()
Package protected for unit-testing
|
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration clientConfig,
ConnectionManagerAwareHttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ScheduledThreadPoolExecutor |
ClientExecutionTimer.getExecutor()
This method is current exposed for testing purposes
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ScheduledThreadPoolExecutor |
HttpRequestTimer.getExecutor()
This method is current exposed for testing purposes
|
Modifier and Type | Field and Description |
---|---|
static java.util.Map<java.lang.Class<?>,Unmarshaller<?,JsonUnmarshallerContext>> |
SdkStructuredPlainJsonFactory.JSON_SCALAR_UNMARSHALLERS |
Constructor and Description |
---|
AmazonS3Client(AWSCredentialsProvider credentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector,
SkipMd5CheckStrategy skipMd5CheckStrategy)
Constructs a new Amazon S3 client using the specified AWS credentials,
client configuration and request metric collector to access Amazon S3.
|
Constructor and Description |
---|
CompleteMultipartUploadRetryCondition(SdkPredicate<AmazonS3Exception> predicate,
int maxRetryAttempts)
For testing purposes.
|