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.
|
AmazonWebServiceClient(ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector,
boolean disableStrictHostNameVerification) |
Modifier and Type | Method and Description |
---|---|
RequestMetricCollector |
AmazonHttpClient.getRequestMetricCollector()
Returns the httpClientSettings client specific request metric collector; or null if there is none.
|
Constructor and Description |
---|
AmazonHttpClient(ClientConfiguration clientConfig,
ConnectionManagerAwareHttpClient httpClient,
RequestMetricCollector requestMetricCollector)
Package-protected constructor for unit test purposes.
|
AmazonHttpClient(ClientConfiguration config,
RequestMetricCollector requestMetricCollector)
Constructs a new AWS client using the specified client configuration options (ex: max retry attempts, proxy
httpClientSettings, etc), and request metric collector.
|
AmazonHttpClient(ClientConfiguration config,
RequestMetricCollector requestMetricCollector,
boolean useBrowserCompatibleHostNameVerifier)
Constructs a new AWS client using the specified client configuration options (ex: max retry attempts, proxy
httpClientSettings, 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 |
---|---|
abstract RequestMetricCollector |
MetricCollector.getRequestMetricCollector() |
RequestMetricCollector |
RequestMetricCollector.Factory.getRequestMetricCollector()
Returns an instance of the collector; or null if if failed to create
one.
|
Constructor and Description |
---|
AmazonApiGatewayClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon API Gateway
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSApplicationAutoScalingClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Application Auto
Scaling using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSApplicationDiscoveryClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS Application
Discovery Service using the specified AWS account credentials provider,
client configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonAutoScalingClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Auto Scaling using
the specified AWS account credentials provider, client configuration
options, and request metric collector.
|
Constructor and Description |
---|
AWSCertificateManagerClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on ACM 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 AWS CloudFormation
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 CloudFront using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSCloudHSMClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on CloudHSM 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 Amazon CloudSearch
Domain 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 Amazon CloudSearch
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 CloudTrail 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 CloudWatch using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonCloudWatchEventsClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon CloudWatch
Events using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSCodeCommitClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on CodeCommit using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonCodeDeployClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on CodeDeploy using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSCodePipelineClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on CodePipeline 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 Amazon Cognito
Identity using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSCognitoIdentityProviderClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon Cognito
Identity Provider 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 Amazon Cognito Sync
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonConfigClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Config Service using
the specified AWS account credentials provider, client configuration
options, and request metric collector.
|
Constructor and Description |
---|
AWSDatabaseMigrationServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS Database
Migration Service 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 AWS Data Pipeline
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSDeviceFarmClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS Device Farm
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 AWS Direct Connect
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSDirectoryServiceClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Directory Service
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonDynamoDBClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on DynamoDB using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
AmazonDynamoDBStreamsClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon DynamoDB
Streams 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.
|
RequestMetricCollector |
DynamoDBMapperConfig.Builder.getRequestMetricCollector() |
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) |
void |
DynamoDBMapperConfig.Builder.setRequestMetricCollector(RequestMetricCollector value) |
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. |
DynamoDBMapperConfig.Builder |
DynamoDBMapperConfig.Builder.withRequestMetricCollector(RequestMetricCollector value) |
Constructor and Description |
---|
DynamoDBMapperConfig(DynamoDBMapperConfig.SaveBehavior saveBehavior,
DynamoDBMapperConfig.ConsistentReads consistentReads,
DynamoDBMapperConfig.TableNameOverride tableNameOverride,
DynamoDBMapperConfig.PaginationLoadingStrategy paginationLoadingStrategy,
RequestMetricCollector requestMetricCollector)
Deprecated.
in favor of the fluent
Builder |
Constructor and Description |
---|
AmazonEC2Client(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon EC2 using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonECRClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon ECR using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonECSClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon ECS 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 Amazon ElastiCache
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 Elastic Beanstalk
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonElasticFileSystemClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on EFS 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 Elastic Load
Balancing 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 Amazon EMR using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSElasticsearchClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon Elasticsearch
Service 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 Amazon Elastic
Transcoder using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonGameLiftClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon GameLift
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 Amazon Glacier 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 IAM 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 AWS Import/Export
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonInspectorClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon Inspector
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSIotClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS IoT using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSIotDataClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS IoT Data Plane
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 Kinesis using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonKinesisFirehoseClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Firehose using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSKMSClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on KMS using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSLambdaClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS Lambda 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 Amazon CloudWatch
Logs using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AmazonMachineLearningClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon Machine
Learning using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSMarketplaceCommerceAnalyticsClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWS Marketplace
Commerce Analytics using the specified AWS account credentials provider,
client configuration options, and request metric collector.
|
Constructor and Description |
---|
AWSMarketplaceMeteringClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on AWSMarketplace
Metering 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 AWS OpsWorks 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 Amazon RDS 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 Amazon Redshift
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 Route 53 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 Amazon Route 53
Domains 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 cannedAcl,
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) |
AmazonS3EncryptionClient(AWSKMSClient kms,
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 AWS STS 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 Amazon SimpleDB
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 Amazon SES using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AWSSimpleSystemsManagementClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon SSM 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 Amazon SWF 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 Amazon SNS 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 Amazon SQS 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 AWS Storage Gateway
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 AWS Support using
the specified AWS account credentials provider, client configuration
options, and request metric collector.
|
Constructor and Description |
---|
AWSWAFClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on WAF using the
specified AWS account credentials provider, client configuration options,
and request metric collector.
|
Constructor and Description |
---|
AmazonWorkspacesClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
Constructs a new client to invoke service methods on Amazon WorkSpaces
using the specified AWS account credentials provider, client
configuration options, and request metric collector.
|
Copyright © 2018. All rights reserved.