Modifier and Type | Method and Description |
---|---|
AWSCredentials |
AmazonWebServiceRequest.getRequestCredentials()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonWebServiceRequest.setRequestCredentials(AWSCredentials credentials)
|
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 |
PropertiesFileCredentialsProvider.getCredentials() |
AWSCredentials |
EnvironmentVariableCredentialsProvider.getCredentials() |
AWSCredentials |
AWSCredentialsProviderChain.getCredentials() |
AWSCredentials |
InstanceProfileCredentialsProvider.getCredentials() |
AWSCredentials |
SystemPropertiesCredentialsProvider.getCredentials() |
AWSCredentials |
ClasspathPropertiesFileCredentialsProvider.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 |
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 |
AWS4Signer.sign(SignableRequest<?> request,
AWSCredentials credentials) |
void |
QueryStringSigner.sign(SignableRequest<?> request,
AWSCredentials credentials)
This signer will add "Signature" parameter to the request.
|
void |
Signer.sign(SignableRequest<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
void |
NoOpSigner.sign(SignableRequest<?> request,
AWSCredentials credentials) |
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.
|
Constructor and Description |
---|
AmazonApiGatewayAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
API Gateway using the specified AWS account credentials.
|
AmazonApiGatewayAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
API Gateway using the specified AWS account credentials, executor
service, and client configuration options.
|
AmazonApiGatewayAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
API Gateway using the specified AWS account credentials and executor
service.
|
AmazonApiGatewayClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon API Gateway
using the specified AWS account credentials.
|
AmazonApiGatewayClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon API Gateway
using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
AWSApplicationAutoScalingAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
Application Auto Scaling using the specified AWS account credentials.
|
AWSApplicationAutoScalingAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
Application Auto Scaling using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSApplicationAutoScalingAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
Application Auto Scaling using the specified AWS account credentials and
executor service.
|
AWSApplicationAutoScalingClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Application Auto
Scaling using the specified AWS account credentials.
|
AWSApplicationAutoScalingClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Application Auto
Scaling using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
AWSApplicationDiscoveryAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Application Discovery Service using the specified AWS account
credentials.
|
AWSApplicationDiscoveryAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Application Discovery Service using the specified AWS account
credentials, executor service, and client configuration options.
|
AWSApplicationDiscoveryAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Application Discovery Service using the specified AWS account credentials
and executor service.
|
AWSApplicationDiscoveryClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Application
Discovery Service using the specified AWS account credentials.
|
AWSApplicationDiscoveryClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Application
Discovery Service using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
AmazonAutoScalingAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Auto
Scaling using the specified AWS account credentials.
|
AmazonAutoScalingAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Auto
Scaling 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 Auto
Scaling using the specified AWS account credentials and executor service.
|
AmazonAutoScalingClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Auto Scaling using
the specified AWS account credentials.
|
AmazonAutoScalingClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Auto Scaling using
the specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AWSCertificateManagerAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on ACM
using the specified AWS account credentials.
|
AWSCertificateManagerAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on ACM
using the specified AWS account credentials, executor service, and client
configuration options.
|
AWSCertificateManagerAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on ACM
using the specified AWS account credentials and executor service.
|
AWSCertificateManagerClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on ACM using the
specified AWS account credentials.
|
AWSCertificateManagerClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on ACM 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 AWS
CloudFormation using the specified AWS account credentials.
|
AmazonCloudFormationAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
CloudFormation 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 AWS
CloudFormation using the specified AWS account credentials and executor
service.
|
AmazonCloudFormationClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS CloudFormation
using the specified AWS account credentials.
|
AmazonCloudFormationClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS CloudFormation
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
CloudFront using the specified AWS account credentials.
|
AmazonCloudFrontAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CloudFront 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
CloudFront using the specified AWS account credentials and executor
service.
|
AmazonCloudFrontClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudFront using the
specified AWS account credentials.
|
AmazonCloudFrontClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudFront 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 |
---|
AmazonCloudSearchDomainAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudSearch Domain using the specified AWS account credentials.
|
AmazonCloudSearchDomainAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudSearch Domain 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 Amazon
CloudSearch Domain using the specified AWS account credentials and
executor service.
|
AmazonCloudSearchDomainClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon CloudSearch
Domain using the specified AWS account credentials.
|
AmazonCloudSearchDomainClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon CloudSearch
Domain 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 Amazon
CloudSearch using the specified AWS account credentials.
|
AmazonCloudSearchAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudSearch 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 Amazon
CloudSearch using the specified AWS account credentials and executor
service.
|
AmazonCloudSearchClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon CloudSearch
using the specified AWS account credentials.
|
AmazonCloudSearchClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon CloudSearch
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
CloudTrail using the specified AWS account credentials.
|
AWSCloudTrailAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CloudTrail 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
CloudTrail using the specified AWS account credentials and executor
service.
|
AWSCloudTrailClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudTrail using the
specified AWS account credentials.
|
AWSCloudTrailClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudTrail 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
CloudWatch using the specified AWS account credentials.
|
AmazonCloudWatchAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
CloudWatch 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
CloudWatch using the specified AWS account credentials and executor
service.
|
AmazonCloudWatchClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudWatch using the
specified AWS account credentials.
|
AmazonCloudWatchClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudWatch using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonCloudWatchEventsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Events using the specified AWS account credentials.
|
AmazonCloudWatchEventsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Events using the specified AWS account credentials, executor
service, and client configuration options.
|
AmazonCloudWatchEventsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
CloudWatch Events using the specified AWS account credentials and
executor service.
|
AmazonCloudWatchEventsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon CloudWatch
Events using the specified AWS account credentials.
|
AmazonCloudWatchEventsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon CloudWatch
Events 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 |
---|
AWSCognitoIdentityProviderAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity Provider using the specified AWS account credentials.
|
AWSCognitoIdentityProviderAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity Provider using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSCognitoIdentityProviderAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Identity Provider using the specified AWS account credentials and
executor service.
|
AWSCognitoIdentityProviderClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Cognito
Identity Provider using the specified AWS account credentials.
|
AWSCognitoIdentityProviderClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Cognito
Identity Provider 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 Amazon
Cognito Sync using the specified AWS account credentials.
|
AmazonCognitoSyncAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Cognito Sync 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 Amazon
Cognito Sync using the specified AWS account credentials and executor
service.
|
AmazonCognitoSyncClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Cognito Sync
using the specified AWS account credentials.
|
AmazonCognitoSyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Cognito Sync
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 Config
Service using the specified AWS account credentials.
|
AmazonConfigAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Config
Service 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 Config
Service using the specified AWS account credentials and executor service.
|
AmazonConfigClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Config Service using
the specified AWS account credentials.
|
AmazonConfigClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Config Service using
the specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AWSDatabaseMigrationServiceAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Database Migration Service using the specified AWS account credentials.
|
AWSDatabaseMigrationServiceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Database Migration Service using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSDatabaseMigrationServiceAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Database Migration Service using the specified AWS account credentials
and executor service.
|
AWSDatabaseMigrationServiceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Database
Migration Service using the specified AWS account credentials.
|
AWSDatabaseMigrationServiceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Database
Migration Service 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 AWS
Data Pipeline using the specified AWS account credentials.
|
DataPipelineAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Data Pipeline 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 AWS
Data Pipeline using the specified AWS account credentials and executor
service.
|
DataPipelineClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Data Pipeline
using the specified AWS account credentials.
|
DataPipelineClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Data Pipeline
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 AWS
Direct Connect using the specified AWS account credentials.
|
AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Direct Connect 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 AWS
Direct Connect using the specified AWS account credentials and executor
service.
|
AmazonDirectConnectClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Direct Connect
using the specified AWS account credentials.
|
AmazonDirectConnectClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Direct Connect
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
Directory Service using the specified AWS account credentials.
|
AWSDirectoryServiceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
Directory Service 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
Directory Service using the specified AWS account credentials and
executor service.
|
AWSDirectoryServiceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Directory Service
using the specified AWS account credentials.
|
AWSDirectoryServiceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Directory Service
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 Amazon
EC2 using the specified AWS account credentials.
|
AmazonEC2AsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
EC2 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 Amazon
EC2 using the specified AWS account credentials and executor service.
|
AmazonEC2Client(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon EC2 using the
specified AWS account credentials.
|
AmazonEC2Client(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon EC2 using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonECRAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
ECR using the specified AWS account credentials.
|
AmazonECRAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
ECR using the specified AWS account credentials, executor service, and
client configuration options.
|
AmazonECRAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
ECR using the specified AWS account credentials and executor service.
|
AmazonECRClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon ECR using the
specified AWS account credentials.
|
AmazonECRClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon ECR 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 Amazon
ECS using the specified AWS account credentials.
|
AmazonECSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
ECS 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 Amazon
ECS using the specified AWS account credentials and executor service.
|
AmazonECSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon ECS using the
specified AWS account credentials.
|
AmazonECSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon ECS 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 Amazon
ElastiCache using the specified AWS account credentials.
|
AmazonElastiCacheAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
ElastiCache 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 Amazon
ElastiCache using the specified AWS account credentials and executor
service.
|
AmazonElastiCacheClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon ElastiCache
using the specified AWS account credentials.
|
AmazonElastiCacheClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon ElastiCache
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 Elastic
Load Balancing using the specified AWS account credentials.
|
AmazonElasticLoadBalancingAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Elastic
Load Balancing 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 Elastic
Load Balancing using the specified AWS account credentials and executor
service.
|
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Elastic Load
Balancing using the specified AWS account credentials.
|
AmazonElasticLoadBalancingClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Elastic Load
Balancing 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 Amazon
EMR using the specified AWS account credentials.
|
AmazonElasticMapReduceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
EMR 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 Amazon
EMR using the specified AWS account credentials and executor service.
|
AmazonElasticMapReduceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon EMR using the
specified AWS account credentials.
|
AmazonElasticMapReduceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon EMR using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Elasticsearch Service using the specified AWS account credentials.
|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Elasticsearch Service using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSElasticsearchAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Elasticsearch Service using the specified AWS account credentials and
executor service.
|
AWSElasticsearchClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Elasticsearch
Service using the specified AWS account credentials.
|
AWSElasticsearchClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Elasticsearch
Service 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 Amazon
Elastic Transcoder using the specified AWS account credentials.
|
AmazonElasticTranscoderAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Elastic Transcoder 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 Amazon
Elastic Transcoder using the specified AWS account credentials and
executor service.
|
AmazonElasticTranscoderClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Elastic
Transcoder using the specified AWS account credentials.
|
AmazonElasticTranscoderClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Elastic
Transcoder using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
AmazonGameLiftAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
GameLift using the specified AWS account credentials.
|
AmazonGameLiftAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
GameLift using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonGameLiftAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
GameLift using the specified AWS account credentials and executor
service.
|
AmazonGameLiftClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon GameLift
using the specified AWS account credentials.
|
AmazonGameLiftClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon GameLift
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 Amazon
Glacier using the specified AWS account credentials.
|
AmazonGlacierAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Glacier 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 Amazon
Glacier using the specified AWS account credentials and executor service.
|
AmazonGlacierClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Glacier using
the specified AWS account credentials.
|
AmazonGlacierClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Glacier 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 IAM
using the specified AWS account credentials.
|
AmazonIdentityManagementAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on IAM
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 IAM
using the specified AWS account credentials and executor service.
|
AmazonIdentityManagementClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on IAM using the
specified AWS account credentials.
|
AmazonIdentityManagementClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on IAM 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 |
---|
AmazonInspectorAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on Amazon
Inspector using the specified AWS account credentials.
|
AmazonInspectorAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Inspector using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonInspectorAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Inspector using the specified AWS account credentials and executor
service.
|
AmazonInspectorClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Inspector
using the specified AWS account credentials.
|
AmazonInspectorClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Inspector
using the specified AWS account credentials and client configuration
options.
|
Constructor and Description |
---|
AWSIotAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS IoT
using the specified AWS account credentials.
|
AWSIotAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS IoT
using the specified AWS account credentials, executor service, and client
configuration options.
|
AWSIotAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS IoT
using the specified AWS account credentials and executor service.
|
AWSIotClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS IoT using the
specified AWS account credentials.
|
AWSIotClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS IoT using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AWSIotDataAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS IoT
Data Plane using the specified AWS account credentials.
|
AWSIotDataAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS IoT
Data Plane using the specified AWS account credentials, executor service,
and client configuration options.
|
AWSIotDataAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS IoT
Data Plane using the specified AWS account credentials and executor
service.
|
AWSIotDataClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS IoT Data Plane
using the specified AWS account credentials.
|
AWSIotDataClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS IoT Data Plane
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 Kinesis
using the specified AWS account credentials.
|
AmazonKinesisAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Kinesis
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 Kinesis
using the specified AWS account credentials and executor service.
|
AmazonKinesisClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Kinesis using the
specified AWS account credentials.
|
AmazonKinesisClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Kinesis using the
specified AWS account credentials and client configuration options.
|
Constructor and Description |
---|
AmazonKinesisFirehoseAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
Firehose using the specified AWS account credentials.
|
AmazonKinesisFirehoseAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
Firehose using the specified AWS account credentials, executor service,
and client configuration options.
|
AmazonKinesisFirehoseAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
Firehose using the specified AWS account credentials and executor
service.
|
AmazonKinesisFirehoseClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Firehose using the
specified AWS account credentials.
|
AmazonKinesisFirehoseClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Firehose 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 KMS
using the specified AWS account credentials.
|
AWSKMSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on KMS
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 KMS
using the specified AWS account credentials and executor service.
|
AWSKMSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on KMS using the
specified AWS account credentials.
|
AWSKMSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on KMS 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 AWS
Lambda using the specified AWS account credentials.
|
AWSLambdaAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Lambda 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 AWS
Lambda using the specified AWS account credentials and executor service.
|
AWSLambdaClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Lambda using the
specified AWS account credentials.
|
AWSLambdaClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Lambda 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 |
---|
AWSMarketplaceCommerceAnalyticsAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AWS
Marketplace Commerce Analytics using the specified AWS account
credentials.
|
AWSMarketplaceCommerceAnalyticsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Marketplace Commerce Analytics using the specified AWS account
credentials, executor service, and client configuration options.
|
AWSMarketplaceCommerceAnalyticsAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Marketplace Commerce Analytics using the specified AWS account
credentials and executor service.
|
AWSMarketplaceCommerceAnalyticsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Marketplace
Commerce Analytics using the specified AWS account credentials.
|
AWSMarketplaceCommerceAnalyticsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Marketplace
Commerce Analytics using the specified AWS account credentials and client
configuration options.
|
Constructor and Description |
---|
AWSMarketplaceMeteringAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on
AWSMarketplace Metering using the specified AWS account credentials.
|
AWSMarketplaceMeteringAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSMarketplace Metering using the specified AWS account credentials,
executor service, and client configuration options.
|
AWSMarketplaceMeteringAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on
AWSMarketplace Metering using the specified AWS account credentials and
executor service.
|
AWSMarketplaceMeteringClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWSMarketplace
Metering using the specified AWS account credentials.
|
AWSMarketplaceMeteringClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWSMarketplace
Metering 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 AWS
OpsWorks using the specified AWS account credentials.
|
AWSOpsWorksAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
OpsWorks 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 AWS
OpsWorks using the specified AWS account credentials and executor
service.
|
AWSOpsWorksClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS OpsWorks using
the specified AWS account credentials.
|
AWSOpsWorksClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS OpsWorks 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 Amazon
RDS using the specified AWS account credentials.
|
AmazonRDSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
RDS 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 Amazon
RDS using the specified AWS account credentials and executor service.
|
AmazonRDSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon RDS using the
specified AWS account credentials.
|
AmazonRDSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon RDS 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 Amazon
Redshift using the specified AWS account credentials.
|
AmazonRedshiftAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Redshift 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 Amazon
Redshift using the specified AWS account credentials and executor
service.
|
AmazonRedshiftClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Redshift
using the specified AWS account credentials.
|
AmazonRedshiftClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Redshift
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 Route
53 using the specified AWS account credentials.
|
AmazonRoute53AsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Route
53 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 Route
53 using the specified AWS account credentials and executor service.
|
AmazonRoute53Client(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Route 53 using the
specified AWS account credentials.
|
AmazonRoute53Client(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Route 53 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 Amazon
Route 53 Domains using the specified AWS account credentials.
|
AmazonRoute53DomainsAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
Route 53 Domains 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 Amazon
Route 53 Domains using the specified AWS account credentials and executor
service.
|
AmazonRoute53DomainsClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon Route 53
Domains using the specified AWS account credentials.
|
AmazonRoute53DomainsClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon Route 53
Domains 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 AWS STS
using the specified AWS account credentials.
|
AWSSecurityTokenServiceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS STS
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 AWS STS
using the specified AWS account credentials and executor service.
|
AWSSecurityTokenServiceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS STS using the
specified AWS account credentials.
|
AWSSecurityTokenServiceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS STS 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 Amazon
SimpleDB using the specified AWS account credentials.
|
AmazonSimpleDBAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SimpleDB 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 Amazon
SimpleDB using the specified AWS account credentials and executor
service.
|
AmazonSimpleDBClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SimpleDB
using the specified AWS account credentials.
|
AmazonSimpleDBClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SimpleDB
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 Amazon
SES using the specified AWS account credentials.
|
AmazonSimpleEmailServiceAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SES 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 Amazon
SES using the specified AWS account credentials and executor service.
|
AmazonSimpleEmailServiceClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SES using the
specified AWS account credentials.
|
AmazonSimpleEmailServiceClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SES 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 Amazon
SWF using the specified AWS account credentials.
|
AmazonSimpleWorkflowAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SWF 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 Amazon
SWF using the specified AWS account credentials and executor service.
|
AmazonSimpleWorkflowClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SWF using the
specified AWS account credentials.
|
AmazonSimpleWorkflowClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SWF 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 Amazon
SNS using the specified AWS account credentials.
|
AmazonSNSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SNS 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 Amazon
SNS using the specified AWS account credentials and executor service.
|
AmazonSNSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SNS using the
specified AWS account credentials.
|
AmazonSNSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SNS 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 Amazon
SQS using the specified AWS account credentials.
|
AmazonSQSAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on Amazon
SQS 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 Amazon
SQS using the specified AWS account credentials and executor service.
|
AmazonSQSClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on Amazon SQS using the
specified AWS account credentials.
|
AmazonSQSClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on Amazon SQS 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 AWS
Storage Gateway using the specified AWS account credentials.
|
AWSStorageGatewayAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AWS
Storage Gateway 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 AWS
Storage Gateway using the specified AWS account credentials and executor
service.
|
AWSStorageGatewayClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on AWS Storage Gateway
using the specified AWS account credentials.
|
AWSStorageGatewayClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on AWS Storage Gateway
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 |
---|
AWSWAFAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on WAF
using the specified AWS account credentials.
|
AWSWAFAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on WAF
using the specified AWS account credentials, executor service, and client
configuration options.
|
AWSWAFAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on WAF
using the specified AWS account credentials and executor service.
|
AWSWAFClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on WAF using the
specified AWS account credentials.
|
AWSWAFClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on WAF 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.
|
Modifier and Type | Field and Description |
---|---|
static AWSCredentials |
AWSTestBase.credentials
Deprecated.
Extend from
AWSIntegrationTestBase to access credentials |
Modifier and Type | Method and Description |
---|---|
protected static AWSCredentials |
AWSIntegrationTestBase.getCredentials() |
Copyright © 2018. All rights reserved.