Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.http | |
com.amazonaws.metrics |
Classes used to support the AWS SDK metrics API.
|
com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
com.amazonaws.services.cloudformation |
Synchronous and asynchronous client classes for accessing AmazonCloudFormation.
|
com.amazonaws.services.cloudfront |
Synchronous and asynchronous client classes for accessing AmazonCloudFront.
|
com.amazonaws.services.cloudsearch |
Synchronous and asynchronous client classes for accessing AmazonCloudSearch.
|
com.amazonaws.services.cloudsearchdomain |
Synchronous and asynchronous client classes for accessing AmazonCloudSearchDomain.
|
com.amazonaws.services.cloudsearchv2 |
Synchronous and asynchronous client classes for accessing AmazonCloudSearchv2.
|
com.amazonaws.services.cloudtrail |
Synchronous and asynchronous client classes for accessing AWSCloudTrail.
|
com.amazonaws.services.cloudwatch |
Synchronous and asynchronous client classes for accessing AmazonCloudWatch.
|
com.amazonaws.services.cognitoidentity |
Synchronous and asynchronous client classes for accessing AmazonCognitoIdentity.
|
com.amazonaws.services.cognitosync |
Synchronous and asynchronous client classes for accessing AmazonCognitoSync.
|
com.amazonaws.services.datapipeline |
Synchronous and asynchronous client classes for accessing DataPipeline.
|
com.amazonaws.services.directconnect |
Synchronous and asynchronous client classes for accessing AmazonDirectConnect.
|
com.amazonaws.services.dynamodb |
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
|
com.amazonaws.services.dynamodbv2 |
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
|
com.amazonaws.services.dynamodbv2.datamodeling | |
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.elasticache |
Synchronous and asynchronous client classes for accessing AmazonElastiCache.
|
com.amazonaws.services.elasticbeanstalk |
Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk.
|
com.amazonaws.services.elasticloadbalancing |
Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
|
com.amazonaws.services.elasticmapreduce |
Synchronous and asynchronous client classes for accessing AmazonElasticMapReduce.
|
com.amazonaws.services.elastictranscoder |
Synchronous and asynchronous client classes for accessing AmazonElasticTranscoder.
|
com.amazonaws.services.glacier |
Synchronous and asynchronous client classes for accessing AmazonGlacier.
|
com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
com.amazonaws.services.importexport |
Synchronous and asynchronous client classes for accessing AmazonImportExport.
|
com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
com.amazonaws.services.route53domains |
Synchronous and asynchronous client classes for accessing AmazonRoute53Domains.
|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.securitytoken |
Synchronous and asynchronous client classes for accessing AWSSecurityTokenService.
|
com.amazonaws.services.simpledb |
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
|
com.amazonaws.services.simpleemail |
Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService.
|
com.amazonaws.services.simpleworkflow |
Synchronous and asynchronous client classes for accessing AmazonSimpleWorkflow.
|
com.amazonaws.services.sns |
Synchronous and asynchronous client classes for accessing AmazonSNS.
|
com.amazonaws.services.sqs |
Synchronous and asynchronous client classes for accessing AmazonSQS.
|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.support |
Synchronous and asynchronous client classes for accessing AWSSupport.
|
Modifier and Type | Method and Description |
---|---|
protected RequestMetricCollector |
AmazonWebServiceClient.findRequestMetricCollector(Request<?> req)
Returns the most specific request metric collector, starting from the
request level, then client level, then finally the AWS SDK level.
|
RequestMetricCollector |
AmazonWebServiceRequest.getRequestMetricCollector()
Returns a request level metric collector; or null if not specified.
|
RequestMetricCollector |
AmazonWebServiceClient.getRequestMetricsCollector()
Returns the client specific
RequestMetricCollector ; or null if
there is none. |
protected RequestMetricCollector |
AmazonWebServiceClient.requestMetricCollector()
Returns the client specific request metric collector if there is one; or
the one at the AWS SDK level otherwise.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceRequest.setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Sets a request level request metric collector which takes precedence over
the ones at the http client level and AWS SDK level.
|
<T extends AmazonWebServiceRequest> |
AmazonWebServiceRequest.withRequestMetricCollector(RequestMetricCollector metricCollector)
Specifies a request level metric collector which takes precedence over
the ones at the http client level and AWS SDK level.
|
Constructor and Description |
---|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new AmazonWebServiceClient object using the specified
configuration and request metric collector.
|
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
AmazonHttpClient.getRequestMetricCollector()
Returns the http client specific request metric collector; or null if
there is none.
|
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration config,
RequestMetricCollector requestMetricCollector)
Constructs a new AWS client using the specified client configuration
options (ex: max retry attempts, proxy settings, etc), and request metric
collector.
|
Modifier and Type | Field and Description |
---|---|
static RequestMetricCollector |
RequestMetricCollector.NONE
A convenient instance of a no-op request metric collector.
|
Modifier and Type | Method and Description |
---|---|
static <T extends RequestMetricCollector> |
AwsSdkMetrics.getRequestMetricCollector()
Returns a non-null request metric collector for the SDK.
|
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
RequestMetricCollector.Factory.getRequestMetricCollector()
Returns an instance of the collector; or null if if failed to create
one.
|
abstract RequestMetricCollector |
MetricCollector.getRequestMetricCollector() |
Constructor and Description |
---|
AmazonAutoScalingClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonAutoScaling using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonCloudFormationClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCloudFormation using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonCloudFrontClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCloudFront using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonCloudSearchClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
Constructs a new client to invoke service methods on
AmazonCloudSearch using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonCloudSearchDomainClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonCloudSearchClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCloudSearchv2 using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSCloudTrailClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSCloudTrail using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonCloudWatchClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCloudWatch using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonCognitoIdentityClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCognitoIdentity using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonCognitoSyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
DataPipelineClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
DataPipeline using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonDirectConnectClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonDirectConnect using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonDynamoDBClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
Constructs a new client to invoke service methods on AmazonDynamoDB using
the specified AWS account credentials, client configuration options and
request metric collector.
|
AmazonDynamoDBClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Deprecated.
Constructs a new client to invoke service methods on
AmazonDynamoDB using the specified AWS account credentials
provider and client configuration options.
|
Constructor and Description |
---|
AmazonDynamoDBClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonDynamoDBv2 using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
DynamoDBMapperConfig.getRequestMetricCollector()
Returns the request metric collector or null if not specified.
|
Modifier and Type | Method and Description |
---|---|
ObjectMetadata |
S3Link.downloadTo(File destination,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.downloadTo(File) but allows specifying a
request metric collector. |
ObjectMetadata |
S3Link.downloadTo(OutputStream output,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.downloadTo(OutputStream) but allows specifying a
request metric collector. |
void |
S3Link.setAcl(AccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.setAcl(AccessControlList) but allows specifying a
request metric collector. |
void |
S3Link.setAcl(CannedAccessControlList acl,
RequestMetricCollector col) |
PutObjectResult |
S3Link.uploadFrom(byte[] buffer,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.uploadFrom(byte[]) but allows specifying a
request metric collector. |
PutObjectResult |
S3Link.uploadFrom(File source,
RequestMetricCollector requestMetricCollector)
Same as
S3Link.uploadFrom(File) but allows specifying a
request metric collector. |
Constructor and Description |
---|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
RequestMetricCollector requestMetricCollector)
Constructs a new configuration object with the save behavior, consistent
read behavior, and table name override given.
|
Constructor and Description |
---|
AmazonEC2Client(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonEC2 using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonElastiCacheClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonElastiCache using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSElasticBeanstalkClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSElasticBeanstalk using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonElasticLoadBalancingClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonElasticLoadBalancing using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonElasticMapReduceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonElasticMapReduce using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonElasticTranscoderClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonElasticTranscoder using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonGlacierClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonGlacier using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonIdentityManagementClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonIdentityManagement using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonImportExportClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonImportExport using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonKinesisClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonKinesis using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AWSLogsClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSLogs using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AWSOpsWorksClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSOpsWorks using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonRDSClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonRDS using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonRedshiftClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonRedshift using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonRoute53Client(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonRoute53 using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonRoute53DomainsClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonS3Client.setBucketAcl(String bucketName,
AccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setBucketAcl(String, AccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3Client.setBucketAcl(String bucketName,
CannedAccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setBucketAcl(String, CannedAccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
AccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setObjectAcl(String, String, String, AccessControlList)
but allows specifying a request metric collector. |
void |
AmazonS3Client.setObjectAcl(String bucketName,
String key,
String versionId,
CannedAccessControlList acl,
RequestMetricCollector requestMetricCollector)
Same as
AmazonS3Client.setObjectAcl(String, String, String, CannedAccessControlList)
but allows specifying a request metric collector. |
Constructor and Description |
---|
AmazonS3Client(AWSCredentialsProvider credentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new Amazon S3 client using the specified AWS credentials,
client configuration and request metric collector to access Amazon S3.
|
AmazonS3EncryptionClient(AWSCredentialsProvider credentialsProvider,
EncryptionMaterialsProvider kekMaterialsProvider,
ClientConfiguration clientConfig,
CryptoConfiguration cryptoConfig,
RequestMetricCollector requestMetricCollector) |
Constructor and Description |
---|
AWSSecurityTokenServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSSecurityTokenService using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonSimpleDBClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonSimpleDB using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonSimpleEmailServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonSimpleEmailService using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonSimpleWorkflowClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonSimpleWorkflow using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AmazonSNSClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonSNS using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonSQSClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AmazonSQS using the specified AWS account credentials
provider, client configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSStorageGatewayClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSStorageGateway using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Constructor and Description |
---|
AWSSupportClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on
AWSSupport using the specified AWS account credentials
provider, client configuration options and request metric collector.
|
Copyright © 2014. All rights reserved.