Package | Description |
---|---|
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.cloudhsm | |
com.amazonaws.services.cloudsearch |
Synchronous and asynchronous client classes for accessing AmazonCloudSearch.
|
com.amazonaws.services.cloudsearchdomain |
Synchronous and asynchronous client classes for accessing AmazonCloudSearchDomain.
|
com.amazonaws.services.cloudsearchv2 |
Synchronous and asynchronous client classes for accessing AmazonCloudSearchv2.
|
com.amazonaws.services.cloudtrail |
Synchronous and asynchronous client classes for accessing AWSCloudTrail.
|
com.amazonaws.services.cloudwatch |
Synchronous and asynchronous client classes for accessing AmazonCloudWatch.
|
com.amazonaws.services.codecommit | |
com.amazonaws.services.codedeploy | |
com.amazonaws.services.codepipeline | |
com.amazonaws.services.cognitoidentity | |
com.amazonaws.services.cognitosync |
Synchronous and asynchronous client classes for accessing AmazonCognitoSync.
|
com.amazonaws.services.config |
Synchronous and asynchronous client classes for accessing AmazonConfig.
|
com.amazonaws.services.datapipeline |
Synchronous and asynchronous client classes for accessing DataPipeline.
|
com.amazonaws.services.devicefarm | |
com.amazonaws.services.directconnect |
Synchronous and asynchronous client classes for accessing AmazonDirectConnect.
|
com.amazonaws.services.directory |
Synchronous and asynchronous client classes for accessing AWSDirectoryService.
|
com.amazonaws.services.dynamodbv2 | |
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ecs |
Synchronous and asynchronous client classes for accessing AmazonECS.
|
com.amazonaws.services.elasticache |
Synchronous and asynchronous client classes for accessing AmazonElastiCache.
|
com.amazonaws.services.elasticbeanstalk | |
com.amazonaws.services.elasticfilesystem | |
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 | |
com.amazonaws.services.kinesis |
Synchronous and asynchronous client classes for accessing AmazonKinesis.
|
com.amazonaws.services.kms |
Synchronous and asynchronous client classes for accessing AWSKMS.
|
com.amazonaws.services.lambda |
Synchronous and asynchronous client classes for accessing AWSLambda.
|
com.amazonaws.services.logs | |
com.amazonaws.services.machinelearning | |
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.rds |
Synchronous and asynchronous client classes for accessing AmazonRDS.
|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.route53 |
Synchronous and asynchronous client classes for accessing AmazonRoute53.
|
com.amazonaws.services.route53domains |
Synchronous and asynchronous client classes for accessing AmazonRoute53Domains.
|
com.amazonaws.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.amazonaws.services.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.simplesystemsmanagement | |
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 | |
com.amazonaws.services.workspaces |
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
AmazonWebServiceRequest.getRequestCredentials()
Returns the optional credentials to use to sign this request, overriding
the default credentials set at the client level.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceRequest.setRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the
default credentials set at the client level.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AWSRefreshableSessionCredentials
Session credentials that can be refreshed upon request.
|
interface |
AWSSessionCredentials
AWS session credentials object.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected AWSCredentials |
InstanceProfileCredentialsProvider.credentials
The current instance profile credentials
|
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
SystemPropertiesCredentialsProvider.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.
|
Modifier and Type | Method and Description |
---|---|
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(SignableRequest<?> request,
AWSCredentials credentials,
Date expiration)
Signs the request by adding the signature to the URL rather than as a
header.
|
void |
AWS4Signer.presignRequest(SignableRequest<?> request,
AWSCredentials credentials,
Date userSpecifiedExpirationDate) |
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 |
CloudFrontSigner.sign(SignableRequest<?> request,
AWSCredentials credentials) |
void |
Signer.sign(SignableRequest<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
void |
QueryStringSigner.sign(SignableRequest<?> request,
AWSCredentials credentials)
This signer will add "Signature" parameter to the request.
|
void |
NoOpSigner.sign(SignableRequest<?> request,
AWSCredentials credentials) |
void |
AWS4Signer.sign(SignableRequest<?> request,
AWSCredentials credentials) |
void |
AWS3Signer.sign(SignableRequest<?> 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(SignableRequest<?> request,
SignatureVersion version,
SigningAlgorithm algorithm,
AWSCredentials credentials)
This signer will add following authentication parameters to the request:
AWSAccessKeyId SignatureVersion SignatureMethod Timestamp Signature
|
STSAssumeRoleSessionCredentialsProvider.Builder |
STSAssumeRoleSessionCredentialsProvider.Builder.withLongLivedCredentials(AWSCredentials longLivedCredentials)
Set credentials to use when retrieving session credentials
This is not the recommended approach.
|
Constructor and Description |
---|
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. |
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
ProfileCredentialsProvider.getCredentials() |
AWSCredentials |
ProfilesConfigFile.getCredentials(String profile)
Returns the AWS credentials for the specified profile.
|
Modifier and Type | Field and Description |
---|---|
protected AWSCredentials |
CredentialsRequestHandler.awsCredentials
AWSCredentials to be used in the RequestHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
CredentialsRequestHandler.setCredentials(AWSCredentials awsCredentials)
Sets the AWSCredentials.
|
Modifier and Type | Method and Description |
---|---|
AWSCredentials |
ExecutionContext.getCredentials()
Returns the optional credentials used to sign the associated request.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionContext.setCredentials(AWSCredentials credentials)
Sets the optional credentials used to sign the associated request.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSCloudHSMAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
CloudHSM using the specified AWS account credentials.
|
AWSCloudHSMAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CloudHSM using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSCloudHSMAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CloudHSM using the specified AWS account credentials and executor
service.
|
AWSCloudHSMClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudHSM using the
specified AWS account credentials.
|
AWSCloudHSMClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudHSM using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AmazonCloudSearchDomainAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials.
|
AmazonCloudSearchDomainAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonCloudSearchDomainAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials
and executor service.
|
AmazonCloudSearchDomainClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials.
|
AmazonCloudSearchDomainClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AmazonCloudSearchDomain using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials.
|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSCodeCommitAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeCommit using the specified AWS account credentials and executor
service.
|
AWSCodeCommitClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CodeCommit using the
specified AWS account credentials.
|
AWSCodeCommitClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CodeCommit using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonCodeDeployAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
CodeDeploy using the specified AWS account credentials.
|
AmazonCodeDeployAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeDeploy using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonCodeDeployAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodeDeploy using the specified AWS account credentials and executor
service.
|
AmazonCodeDeployClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CodeDeploy using the
specified AWS account credentials.
|
AmazonCodeDeployClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CodeDeploy using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AWSCodePipelineAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
CodePipeline using the specified AWS account credentials.
|
AWSCodePipelineAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodePipeline using the specified AWS account credentials, executor
service, and client configuration options.
|
AWSCodePipelineAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CodePipeline using the specified AWS account credentials and executor
service.
|
AWSCodePipelineClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CodePipeline using
the specified AWS account credentials.
|
AWSCodePipelineClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CodePipeline using
the specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonCognitoIdentityAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity using the specified AWS account credentials.
|
AmazonCognitoIdentityAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity using the specified AWS account credentials, executor
service, and client configuration options.
|
AmazonCognitoIdentityAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity using the specified AWS account credentials and executor
service.
|
AmazonCognitoIdentityClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Cognito
Identity using the specified AWS account credentials.
|
AmazonCognitoIdentityClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Cognito
Identity using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
AmazonCognitoSyncAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials.
|
AmazonCognitoSyncAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonCognitoSyncAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials
and executor service.
|
AmazonCognitoSyncClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials.
|
AmazonCognitoSyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AmazonCognitoSync using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
AmazonConfigAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonConfig using the specified AWS account credentials.
|
AmazonConfigAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonConfig using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonConfigAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonConfig using the specified AWS account credentials
and executor service.
|
AmazonConfigClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AmazonConfig using the specified AWS account credentials.
|
AmazonConfigClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AmazonConfig using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSDeviceFarmAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Device Farm using the specified AWS account credentials.
|
AWSDeviceFarmAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Device Farm using the specified AWS account credentials, executor
service, and client configuration options.
|
AWSDeviceFarmAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Device Farm using the specified AWS account credentials and executor
service.
|
AWSDeviceFarmClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Device Farm
using the specified AWS account credentials.
|
AWSDeviceFarmClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Device Farm
using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSDirectoryServiceAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AWSDirectoryService using the specified AWS account credentials.
|
AWSDirectoryServiceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSDirectoryService using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSDirectoryServiceAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSDirectoryService using the specified AWS account credentials
and executor service.
|
AWSDirectoryServiceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AWSDirectoryService using the specified AWS account credentials.
|
AWSDirectoryServiceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AWSDirectoryService using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
AmazonDynamoDBAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
DynamoDB using the specified AWS account credentials.
|
AmazonDynamoDBAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
DynamoDB 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
DynamoDB using the specified AWS account credentials and executor
service.
|
AmazonDynamoDBClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on DynamoDB using the
specified AWS account credentials.
|
AmazonDynamoDBClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on DynamoDB using the
specified AWS account credentials and client configuration options.
|
AmazonDynamoDBStreamsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
DynamoDB Streams using the specified AWS account credentials.
|
AmazonDynamoDBStreamsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
DynamoDB Streams using the specified AWS account credentials, executor
service, and client configuration options.
|
AmazonDynamoDBStreamsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
DynamoDB Streams using the specified AWS account credentials and executor
service.
|
AmazonDynamoDBStreamsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon DynamoDB
Streams using the specified AWS account credentials.
|
AmazonDynamoDBStreamsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon DynamoDB
Streams using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AmazonECSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonECS using the specified AWS account credentials.
|
AmazonECSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonECS using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonECSAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonECS using the specified AWS account credentials
and executor service.
|
AmazonECSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AmazonECS using the specified AWS account credentials.
|
AmazonECSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AmazonECS using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk using the specified AWS account credentials.
|
AWSElasticBeanstalkAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Beanstalk 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 Elastic
Beanstalk using the specified AWS account credentials and executor
service.
|
AWSElasticBeanstalkClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Elastic Beanstalk
using the specified AWS account credentials.
|
AWSElasticBeanstalkClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Elastic Beanstalk
using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
AmazonElasticFileSystemAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on EFS
using the specified AWS account credentials.
|
AmazonElasticFileSystemAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on EFS
using the specified AWS account credentials, executor service, and client
configuration options.
|
AmazonElasticFileSystemAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on EFS
using the specified AWS account credentials and executor service.
|
AmazonElasticFileSystemClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on EFS using the
specified AWS account credentials.
|
AmazonElasticFileSystemClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on EFS using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AmazonImportExportAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Import/Export using the specified AWS account credentials.
|
AmazonImportExportAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Import/Export 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 AWS
Import/Export using the specified AWS account credentials and executor
service.
|
AmazonImportExportClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Import/Export
using the specified AWS account credentials.
|
AmazonImportExportClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Import/Export
using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSKMSAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials.
|
AWSKMSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSKMSAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSKMS using the specified AWS account credentials
and executor service.
|
AWSKMSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AWSKMS using the specified AWS account credentials.
|
AWSKMSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AWSKMS using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
AWSLambdaAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials.
|
AWSLambdaAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSLambdaAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSLambda using the specified AWS account credentials
and executor service.
|
AWSLambdaClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials.
|
AWSLambdaClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AWSLambda using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
AWSLogsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Logs using the specified AWS account credentials.
|
AWSLogsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Logs using the specified AWS account credentials, executor
service, and client configuration options.
|
AWSLogsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Logs using the specified AWS account credentials and executor
service.
|
AWSLogsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon CloudWatch
Logs using the specified AWS account credentials.
|
AWSLogsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon CloudWatch
Logs using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
AmazonMachineLearningAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Machine Learning using the specified AWS account credentials.
|
AmazonMachineLearningAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Machine Learning using the specified AWS account credentials, executor
service, and client configuration options.
|
AmazonMachineLearningAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Machine Learning using the specified AWS account credentials and executor
service.
|
AmazonMachineLearningClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Machine
Learning using the specified AWS account credentials.
|
AmazonMachineLearningClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Machine
Learning using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials,
executor service, and client configuration options.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
and executor service.
|
AmazonRoute53DomainsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials.
|
AmazonRoute53DomainsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on
AmazonRoute53Domains using the specified AWS account credentials
and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
TransferManager(AWSCredentials credentials)
Constructs a new
TransferManager and Amazon S3 client using
the specified AWS security credentials. |
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSSimpleSystemsManagementAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
SSM using the specified AWS account credentials.
|
AWSSimpleSystemsManagementAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SSM using the specified AWS account credentials, executor service, and
client configuration options.
|
AWSSimpleSystemsManagementAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SSM using the specified AWS account credentials and executor service.
|
AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SSM using the
specified AWS account credentials.
|
AWSSimpleSystemsManagementClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SSM using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
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.
|
Constructor and Description |
---|
AWSSupportAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Support using the specified AWS account credentials.
|
AWSSupportAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Support 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 AWS
Support using the specified AWS account credentials and executor service.
|
AWSSupportClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Support using
the specified AWS account credentials.
|
AWSSupportClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Support using
the specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonWorkspacesAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
WorkSpaces using the specified AWS account credentials.
|
AmazonWorkspacesAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
WorkSpaces using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonWorkspacesAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
WorkSpaces using the specified AWS account credentials and executor
service.
|
AmazonWorkspacesClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon WorkSpaces
using the specified AWS account credentials.
|
AmazonWorkspacesClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon WorkSpaces
using the specified AWS account credentials and client configuration
options.
|
Copyright © 2015. All rights reserved.