Uses of Class
com.amazonaws.metrics.RequestMetricCollector

Packages that use RequestMetricCollector
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.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.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.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.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. 
 

Uses of RequestMetricCollector in com.amazonaws
 

Methods in com.amazonaws that return RequestMetricCollector
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.
 

Methods in com.amazonaws with parameters of type RequestMetricCollector
 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>
T
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.
 

Constructors in com.amazonaws with parameters of type RequestMetricCollector
AmazonWebServiceClient(ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
          Constructs a new AmazonWebServiceClient object using the specified configuration and request metric collector.
 

Uses of RequestMetricCollector in com.amazonaws.http
 

Methods in com.amazonaws.http that return RequestMetricCollector
 RequestMetricCollector AmazonHttpClient.getRequestMetricCollector()
          Returns the http client specific request metric collector; or null if there is none.
 

Constructors in com.amazonaws.http with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.metrics
 

Fields in com.amazonaws.metrics declared as RequestMetricCollector
static RequestMetricCollector RequestMetricCollector.NONE
          A convenient instance of a no-op request metric collector.
 

Methods in com.amazonaws.metrics with type parameters of type RequestMetricCollector
static
<T extends RequestMetricCollector>
T
AwsSdkMetrics.getRequestMetricCollector()
          Returns a non-null request metric collector for the SDK.
 

Methods in com.amazonaws.metrics that return RequestMetricCollector
 RequestMetricCollector RequestMetricCollector.Factory.getRequestMetricCollector()
          Returns an instance of the collector; or null if if failed to create one.
abstract  RequestMetricCollector MetricCollector.getRequestMetricCollector()
           
 

Uses of RequestMetricCollector in com.amazonaws.services.autoscaling
 

Constructors in com.amazonaws.services.autoscaling with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudformation
 

Constructors in com.amazonaws.services.cloudformation with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudfront
 

Constructors in com.amazonaws.services.cloudfront with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudsearch
 

Constructors in com.amazonaws.services.cloudsearch with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudsearchv2
 

Constructors in com.amazonaws.services.cloudsearchv2 with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudtrail
 

Constructors in com.amazonaws.services.cloudtrail with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.cloudwatch
 

Constructors in com.amazonaws.services.cloudwatch with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.datapipeline
 

Constructors in com.amazonaws.services.datapipeline with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.directconnect
 

Constructors in com.amazonaws.services.directconnect with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.dynamodb
 

Constructors in com.amazonaws.services.dynamodb with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.dynamodbv2
 

Constructors in com.amazonaws.services.dynamodbv2 with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.dynamodbv2.datamodeling
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling that return RequestMetricCollector
 RequestMetricCollector DynamoDBMapperConfig.getRequestMetricCollector()
          Returns the request metric collector or null if not specified.
 

Methods in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type RequestMetricCollector
 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.
 

Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.ec2
 

Constructors in com.amazonaws.services.ec2 with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.elasticache
 

Constructors in com.amazonaws.services.elasticache with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.elasticbeanstalk
 

Constructors in com.amazonaws.services.elasticbeanstalk with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.elasticloadbalancing
 

Constructors in com.amazonaws.services.elasticloadbalancing with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.elasticmapreduce
 

Constructors in com.amazonaws.services.elasticmapreduce with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.elastictranscoder
 

Constructors in com.amazonaws.services.elastictranscoder with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.glacier
 

Constructors in com.amazonaws.services.glacier with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.identitymanagement
 

Constructors in com.amazonaws.services.identitymanagement with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.importexport
 

Constructors in com.amazonaws.services.importexport with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.kinesis
 

Constructors in com.amazonaws.services.kinesis with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.opsworks
 

Constructors in com.amazonaws.services.opsworks with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.rds
 

Constructors in com.amazonaws.services.rds with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.redshift
 

Constructors in com.amazonaws.services.redshift with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.route53
 

Constructors in com.amazonaws.services.route53 with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.s3
 

Methods in com.amazonaws.services.s3 with parameters of type RequestMetricCollector
 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.
 

Constructors in com.amazonaws.services.s3 with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.securitytoken
 

Constructors in com.amazonaws.services.securitytoken with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.simpledb
 

Constructors in com.amazonaws.services.simpledb with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.simpleemail
 

Constructors in com.amazonaws.services.simpleemail with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.simpleworkflow
 

Constructors in com.amazonaws.services.simpleworkflow with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.sns
 

Constructors in com.amazonaws.services.sns with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.sqs
 

Constructors in com.amazonaws.services.sqs with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.storagegateway
 

Constructors in com.amazonaws.services.storagegateway with parameters of type RequestMetricCollector
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.
 

Uses of RequestMetricCollector in com.amazonaws.services.support
 

Constructors in com.amazonaws.services.support with parameters of type RequestMetricCollector
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 © 2016. All rights reserved.