Uses of Interface
com.amazonaws.auth.AWSCredentials

Packages that use AWSCredentials
com.amazonaws   
com.amazonaws.auth   
com.amazonaws.auth.profile AWS configuration profiles allow you to share multiple sets of AWS security credentials between different tools such as the AWS SDK for Java and the AWS CLI. 
com.amazonaws.handlers   
com.amazonaws.http   
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.cloudfront_2012_03_15 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.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.glacier.transfer   
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.s3.transfer Transfer management. 
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 AWSCredentials in com.amazonaws
 

Methods in com.amazonaws that return AWSCredentials
 AWSCredentials AmazonWebServiceRequest.getRequestCredentials()
          Returns the optional credentials to use to sign this request, overriding the default credentials set at the client level.
 

Methods in com.amazonaws with parameters of type AWSCredentials
 void AmazonWebServiceRequest.setRequestCredentials(AWSCredentials credentials)
          Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
 

Uses of AWSCredentials in com.amazonaws.auth
 

Subinterfaces of AWSCredentials in com.amazonaws.auth
 interface AWSRefreshableSessionCredentials
          Session credentials that can be refreshed upon request.
 interface AWSSessionCredentials
          AWS session credentials object.
 

Classes in com.amazonaws.auth that implement AWSCredentials
 class AnonymousAWSCredentials
          Basic implementation of the AWSCredentials interface that allows use of "anonymous" credentials.
 class BasicAWSCredentials
          Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor.
 class BasicSessionCredentials
          Simple session credentials with keys and session token.
 class PropertiesCredentials
          Simple implementation AWSCredentials that reads in AWS access keys from a properties file.
 class STSSessionCredentials
          Deprecated. 
 

Fields in com.amazonaws.auth declared as AWSCredentials
protected  AWSCredentials InstanceProfileCredentialsProvider.credentials
          The current instance profile credentials
 

Methods in com.amazonaws.auth that return AWSCredentials
 AWSCredentials WebIdentityFederationSessionCredentialsProvider.getCredentials()
           
 AWSCredentials SystemPropertiesCredentialsProvider.getCredentials()
           
 AWSCredentials STSSessionCredentialsProvider.getCredentials()
           
 AWSCredentials STSAssumeRoleSessionCredentialsProvider.getCredentials()
           
 AWSCredentials PropertiesFileCredentialsProvider.getCredentials()
           
 AWSCredentials InstanceProfileCredentialsProvider.getCredentials()
           
 AWSCredentials EnvironmentVariableCredentialsProvider.getCredentials()
           
 AWSCredentials ClasspathPropertiesFileCredentialsProvider.getCredentials()
           
 AWSCredentials AWSCredentialsProviderChain.getCredentials()
           
 AWSCredentials AWSCredentialsProvider.getCredentials()
          Returns AWSCredentials which the caller can use to authorize an AWS request.
protected  AWSCredentials AbstractAWSSigner.sanitizeCredentials(AWSCredentials credentials)
          Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.
 

Methods in com.amazonaws.auth with parameters of type AWSCredentials
protected  AWS4Signer.HeaderSigningResult AWS4Signer.computeSignature(Request<?> request, String dateStamp, String timeStamp, String algorithm, String contentSha256, AWSCredentials sanitizedCredentials)
           
static STSSessionCredentialsProvider SessionCredentialsProviderFactory.getSessionCredentialsProvider(AWSCredentials longTermCredentials, String serviceEndpoint, ClientConfiguration stsClientConfiguration)
          Gets a session credentials provider for the long-term credentials and service endpoint given.
 void Presigner.presignRequest(Request<?> request, AWSCredentials credentials, Date expiration)
          Signs the request by adding the signature to the URL rather than as a header.
 void AWS4Signer.presignRequest(Request<?> request, AWSCredentials credentials, Date expiration)
           
protected  AWSCredentials AbstractAWSSigner.sanitizeCredentials(AWSCredentials credentials)
          Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.
 void Signer.sign(Request<?> request, AWSCredentials credentials)
          Sign the given request with the given set of credentials.
 void QueryStringSigner.sign(Request<?> request, AWSCredentials credentials)
          This signer will add "Signature" parameter to the request.
 void NoOpSigner.sign(Request<?> request, AWSCredentials credentials)
           
 void CloudFrontSigner.sign(Request<?> request, AWSCredentials credentials)
           
 void AWS4Signer.sign(Request<?> request, AWSCredentials credentials)
           
 void AWS3Signer.sign(Request<?> request, AWSCredentials credentials)
          Signs the specified request with the AWS3 signing protocol by using the AWS account credentials specified when this object was constructed and adding the required AWS3 headers to the request.
 void QueryStringSigner.sign(Request<?> request, SignatureVersion version, SigningAlgorithm algorithm, AWSCredentials credentials)
          This signer will add following authentication parameters to the request: AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature
 

Constructors in com.amazonaws.auth with parameters of type AWSCredentials
STSAssumeRoleSessionCredentialsProvider(AWSCredentials longLivedCredentials, String roleArn, String roleSessionName)
          Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSAssumeRoleSessionCredentialsProvider(AWSCredentials longLivedCredentials, String roleArn, String roleSessionName, ClientConfiguration clientConfiguration)
          Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS), uses the provided STSAssumeRoleSessionCredentialsProvider.roleArn to assume a role and then request short lived session credentials, which will then be returned by this class's STSAssumeRoleSessionCredentialsProvider.getCredentials() method.
STSSessionCredentials(AWSCredentials credentials)
          Deprecated. Create a new credentials object that will periodically and automatically obtain a session from STS.
STSSessionCredentials(AWSCredentials credentials, int sessionDurationSeconds)
          Deprecated. Create a new credentials object that will periodically and automatically obtain a session from STS.
STSSessionCredentialsProvider(AWSCredentials longLivedCredentials)
          Constructs a new STSSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
STSSessionCredentialsProvider(AWSCredentials longLivedCredentials, ClientConfiguration clientConfiguration)
          Constructs a new STSSessionCredentialsProvider, which will use the specified long lived AWS credentials to make a request to the AWS Security Token Service (STS) to request short lived session credentials, which will then be returned by this class's STSSessionCredentialsProvider.getCredentials() method.
 

Uses of AWSCredentials in com.amazonaws.auth.profile
 

Methods in com.amazonaws.auth.profile that return AWSCredentials
 AWSCredentials ProfileCredentialsProvider.getCredentials()
           
 AWSCredentials ProfilesConfigFile.getCredentials(String profile)
          Returns the AWS credentials for the specified profile.
 

Uses of AWSCredentials in com.amazonaws.handlers
 

Fields in com.amazonaws.handlers declared as AWSCredentials
protected  AWSCredentials CredentialsRequestHandler.awsCredentials
          AWSCredentials to be used in the RequestHandler.
 

Methods in com.amazonaws.handlers with parameters of type AWSCredentials
 void CredentialsRequestHandler.setCredentials(AWSCredentials awsCredentials)
          Sets the AWSCredentials.
 

Uses of AWSCredentials in com.amazonaws.http
 

Methods in com.amazonaws.http that return AWSCredentials
 AWSCredentials ExecutionContext.getCredentials()
          Returns the optional credentials used to sign the associated request.
 

Methods in com.amazonaws.http with parameters of type AWSCredentials
 void ExecutionContext.setCredentials(AWSCredentials credentials)
          Sets the optional credentials used to sign the associated request.
 

Uses of AWSCredentials in com.amazonaws.services.autoscaling
 

Constructors in com.amazonaws.services.autoscaling with parameters of type AWSCredentials
AmazonAutoScalingAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials.
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.
AmazonAutoScalingAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials and executor service.
AmazonAutoScalingClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.cloudformation
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudfront
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudfront_2012_03_15
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudsearch
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudsearchv2
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudtrail
 

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

Uses of AWSCredentials in com.amazonaws.services.cloudwatch
 

Constructors in com.amazonaws.services.cloudwatch with parameters of type AWSCredentials
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials.
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.
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials and executor service.
AmazonCloudWatchClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.datapipeline
 

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

Uses of AWSCredentials in com.amazonaws.services.directconnect
 

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

Uses of AWSCredentials in com.amazonaws.services.dynamodb
 

Constructors in com.amazonaws.services.dynamodb with parameters of type AWSCredentials
AmazonDynamoDBAsyncClient(AWSCredentials awsCredentials)
          Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials.
AmazonDynamoDBAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
          Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials, executor service, and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials and executor service.
AmazonDynamoDBClient(AWSCredentials awsCredentials)
          Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials.
AmazonDynamoDBClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials and client configuration options.
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.
 

Uses of AWSCredentials in com.amazonaws.services.dynamodbv2
 

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

Uses of AWSCredentials in com.amazonaws.services.ec2
 

Constructors in com.amazonaws.services.ec2 with parameters of type AWSCredentials
AmazonEC2AsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials.
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.
AmazonEC2AsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials and executor service.
AmazonEC2Client(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.elasticache
 

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

Uses of AWSCredentials in com.amazonaws.services.elasticbeanstalk
 

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

Uses of AWSCredentials in com.amazonaws.services.elasticloadbalancing
 

Constructors in com.amazonaws.services.elasticloadbalancing with parameters of type AWSCredentials
AmazonElasticLoadBalancingAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials.
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.
AmazonElasticLoadBalancingAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials and executor service.
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.elasticmapreduce
 

Constructors in com.amazonaws.services.elasticmapreduce with parameters of type AWSCredentials
AmazonElasticMapReduceAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticMapReduce using the specified AWS account credentials.
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.
AmazonElasticMapReduceAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonElasticMapReduce using the specified AWS account credentials and executor service.
AmazonElasticMapReduceClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonElasticMapReduce using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.elastictranscoder
 

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

Uses of AWSCredentials in com.amazonaws.services.glacier
 

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

Uses of AWSCredentials in com.amazonaws.services.glacier.transfer
 

Constructors in com.amazonaws.services.glacier.transfer with parameters of type AWSCredentials
ArchiveTransferManager(AmazonGlacierClient glacier, AWSCredentials credentials)
          Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials.
ArchiveTransferManager(AWSCredentials credentials)
          Constructs a new ArchiveTransferManager, using the specified AWS credentials to authenticate requests.
 

Uses of AWSCredentials in com.amazonaws.services.identitymanagement
 

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

Uses of AWSCredentials in com.amazonaws.services.importexport
 

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

Uses of AWSCredentials in com.amazonaws.services.kinesis
 

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

Uses of AWSCredentials in com.amazonaws.services.opsworks
 

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

Uses of AWSCredentials in com.amazonaws.services.rds
 

Constructors in com.amazonaws.services.rds with parameters of type AWSCredentials
AmazonRDSAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonRDS using the specified AWS account credentials.
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.
AmazonRDSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonRDS using the specified AWS account credentials and executor service.
AmazonRDSClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonRDS using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.redshift
 

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

Uses of AWSCredentials in com.amazonaws.services.route53
 

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

Uses of AWSCredentials in com.amazonaws.services.s3
 

Constructors in com.amazonaws.services.s3 with parameters of type AWSCredentials
AmazonS3Client(AWSCredentials awsCredentials)
          Constructs a new Amazon S3 client using the specified AWS credentials to access Amazon S3.
AmazonS3Client(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
          Constructs a new Amazon S3 client using the specified AWS credentials and client configuration to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterials encryptionMaterials)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterials encryptionMaterials, ClientConfiguration clientConfig, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials and client configuration to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterials encryptionMaterials, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterialsProvider encryptionMaterialsProvider)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterialsProvider encryptionMaterialsProvider, ClientConfiguration clientConfig, CryptoConfiguration cryptoConfig)
           
AmazonS3EncryptionClient(AWSCredentials credentials, EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig)
           Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
 

Uses of AWSCredentials in com.amazonaws.services.s3.transfer
 

Constructors in com.amazonaws.services.s3.transfer with parameters of type AWSCredentials
TransferManager(AWSCredentials credentials)
          Constructs a new TransferManager and Amazon S3 client using the specified AWS security credentials.
 

Uses of AWSCredentials in com.amazonaws.services.securitytoken
 

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

Uses of AWSCredentials in com.amazonaws.services.simpledb
 

Constructors in com.amazonaws.services.simpledb with parameters of type AWSCredentials
AmazonSimpleDBAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
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.
AmazonSimpleDBAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and executor service.
AmazonSimpleDBClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.simpleemail
 

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

Uses of AWSCredentials in com.amazonaws.services.simpleworkflow
 

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

Uses of AWSCredentials in com.amazonaws.services.sns
 

Constructors in com.amazonaws.services.sns with parameters of type AWSCredentials
AmazonSNSAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials.
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.
AmazonSNSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials and executor service.
AmazonSNSClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials.
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 AWSCredentials in com.amazonaws.services.sqs
 

Constructors in com.amazonaws.services.sqs with parameters of type AWSCredentials
AmazonSQSAsyncClient(AWSCredentials awsCredentials)
          Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials.
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.
AmazonSQSAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
          Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials and executor service.
AmazonSQSClient(AWSCredentials awsCredentials)
          Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials.
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.
 

Uses of AWSCredentials in com.amazonaws.services.storagegateway
 

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

Uses of AWSCredentials in com.amazonaws.services.support
 

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



Copyright © 2016. All rights reserved.