Uses of Class
com.amazonaws.ClientConfiguration

Packages that use ClientConfiguration
com.amazonaws   
com.amazonaws.services.autoscaling Synchronous and asynchronous client classes for accessing AmazonAutoScaling. 
com.amazonaws.services.cloudwatch Synchronous and asynchronous client classes for accessing AmazonCloudWatch. 
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
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.rds Synchronous and asynchronous client classes for accessing AmazonRDS. 
com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. 
com.amazonaws.services.simpledb Synchronous and asynchronous client classes for accessing AmazonSimpleDB. 
com.amazonaws.services.sns Synchronous and asynchronous client classes for accessing AmazonSNS. 
com.amazonaws.services.sqs Synchronous and asynchronous client classes for accessing AmazonSQS. 
 

Uses of ClientConfiguration in com.amazonaws
 

Methods in com.amazonaws that return ClientConfiguration
 ClientConfiguration ClientConfiguration.withConnectionTimeout(int connectionTimeout)
          Sets the amount of time to wait (in milliseconds) when initially establishing a connection before giving up and timing out, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
 ClientConfiguration ClientConfiguration.withMaxConnections(int maxConnections)
          Sets the maximum number of allowed open HTTP connections and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withMaxErrorRetry(int maxErrorRetry)
          Sets the maximum number of retry attempts for failed retryable requests (ex: 5xx error responses from services), and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withProtocol(Protocol protocol)
          Sets the protocol (i.e.
 ClientConfiguration ClientConfiguration.withProxyHost(String proxyHost)
          Sets the optional proxy host the client will connect through and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withProxyPassword(String proxyPassword)
          Sets the optional proxy password to use when connecting through a proxy, and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withProxyPort(int proxyPort)
          Sets the optional proxy port the client will connect through and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withProxyUsername(String proxyUsername)
          Sets the optional proxy user name and returns the updated ClientConfiguration object.
 ClientConfiguration ClientConfiguration.withSocketBufferSizeHints(int socketSendBufferSizeHint, int socketReceiveBufferSizeHint)
          Sets the optional size hints (in bytes) for the low level TCP send and receive buffers, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
 ClientConfiguration ClientConfiguration.withSocketTimeout(int socketTimeout)
          Sets the amount of time to wait (in milliseconds) for data to be transfered over an established, open connection before the connection times out and is closed, and returns the updated ClientConfiguration object so that additional method calls may be chained together.
 ClientConfiguration ClientConfiguration.withUserAgent(String userAgent)
          Sets the HTTP user agent header used in requests and returns the updated ClientConfiguration object.
 

Constructors in com.amazonaws with parameters of type ClientConfiguration
AmazonWebServiceClient(ClientConfiguration clientConfiguration)
          Constructs a new AmazonWebServiceClient object using the specified configuration.
 

Uses of ClientConfiguration in com.amazonaws.services.autoscaling
 

Constructors in com.amazonaws.services.autoscaling with parameters of type ClientConfiguration
AmazonAutoScalingAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials, executor service, and client configuration options.
AmazonAutoScalingClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.cloudwatch
 

Constructors in com.amazonaws.services.cloudwatch with parameters of type ClientConfiguration
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials, executor service, and client configuration options.
AmazonCloudWatchClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.ec2
 

Constructors in com.amazonaws.services.ec2 with parameters of type ClientConfiguration
AmazonEC2AsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials, executor service, and client configuration options.
AmazonEC2Client(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.elasticloadbalancing
 

Constructors in com.amazonaws.services.elasticloadbalancing with parameters of type ClientConfiguration
AmazonElasticLoadBalancingAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials, executor service, and client configuration options.
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.elasticmapreduce
 

Constructors in com.amazonaws.services.elasticmapreduce with parameters of type ClientConfiguration
AmazonElasticMapReduceAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticMapReduce using the specified AWS account credentials, executor service, and client configuration options.
AmazonElasticMapReduceClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonElasticMapReduce using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.rds
 

Constructors in com.amazonaws.services.rds with parameters of type ClientConfiguration
AmazonRDSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonRDS using the specified AWS account credentials, executor service, and client configuration options.
AmazonRDSClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonRDS using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.s3
 

Constructors in com.amazonaws.services.s3 with parameters of type ClientConfiguration
AmazonS3Client(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
           Constructs a new Amazon S3 client using the specified AWS credentials and client configuration to access Amazon S3.
 

Uses of ClientConfiguration in com.amazonaws.services.simpledb
 

Constructors in com.amazonaws.services.simpledb with parameters of type ClientConfiguration
AmazonSimpleDBAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials, executor service, and client configuration options.
AmazonSimpleDBClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.sns
 

Constructors in com.amazonaws.services.sns with parameters of type ClientConfiguration
AmazonSNSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSNSClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials and client configuration options.
 

Uses of ClientConfiguration in com.amazonaws.services.sqs
 

Constructors in com.amazonaws.services.sqs with parameters of type ClientConfiguration
AmazonSQSAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSQSClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials and client configuration options.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.