Uses of Interface
com.amazonaws.auth.AWSCredentials
Packages that use AWSCredentials
Package
Description
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.
Synchronous client for accessing Amazon S3.
Transfer management.
-
Uses of AWSCredentials in com.amazonaws
Methods in com.amazonaws that return AWSCredentialsMethods in com.amazonaws with parameters of type AWSCredentialsModifier and TypeMethodDescriptionvoid
AmazonWebServiceRequest.setRequestCredentials
(AWSCredentials credentials) -
Uses of AWSCredentials in com.amazonaws.auth
Subinterfaces of AWSCredentials in com.amazonaws.authModifier and TypeInterfaceDescriptioninterface
Session credentials that can be refreshed upon request.interface
AWS session credentials object.Classes in com.amazonaws.auth that implement AWSCredentialsModifier and TypeClassDescriptionclass
Basic implementation of the AWSCredentials interface that allows use of "anonymous" credentials.class
Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor.class
Simple session credentials with keys and session token.class
Simple implementation AWSCredentials that reads in AWS access keys from a properties file.class
Deprecated.Fields in com.amazonaws.auth declared as AWSCredentialsModifier and TypeFieldDescriptionprotected AWSCredentials
InstanceProfileCredentialsProvider.credentials
The current instance profile credentialsMethods in com.amazonaws.auth that return AWSCredentialsModifier and TypeMethodDescriptionAWSCredentialsProvider.getCredentials()
Returns AWSCredentials which the caller can use to authorize an AWS request.AWSCredentialsProviderChain.getCredentials()
ClasspathPropertiesFileCredentialsProvider.getCredentials()
EnvironmentVariableCredentialsProvider.getCredentials()
InstanceProfileCredentialsProvider.getCredentials()
PropertiesFileCredentialsProvider.getCredentials()
SystemPropertiesCredentialsProvider.getCredentials()
protected AWSCredentials
AbstractAWSSigner.sanitizeCredentials
(AWSCredentials credentials) Loads the individual access key ID and secret key from the specified credentials, ensuring that access to the credentials is synchronized on the credentials object itself, and trimming any extra whitespace from the credentials.Methods in com.amazonaws.auth with parameters of type AWSCredentialsModifier and TypeMethodDescriptionSessionCredentialsProviderFactory.getSessionCredentialsProvider
(AWSCredentials longTermCredentials, String serviceEndpoint, ClientConfiguration stsClientConfiguration) Gets a session credentials provider for the long-term credentials and service endpoint given.void
AWS4Signer.presignRequest
(SignableRequest<?> request, AWSCredentials credentials, Date userSpecifiedExpirationDate) void
Presigner.presignRequest
(SignableRequest<?> request, AWSCredentials credentials, Date expiration) Signs the request by adding the signature to the URL rather than as a header.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
NoOpSigner.sign
(SignableRequest<?> request, AWSCredentials credentials) void
QueryStringSigner.sign
(SignableRequest<?> request, AWSCredentials credentials) This signer will add "Signature" parameter 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 Signaturevoid
Signer.sign
(SignableRequest<?> request, AWSCredentials credentials) Sign the given request with the given set of credentials.STSAssumeRoleSessionCredentialsProvider.Builder.withLongLivedCredentials
(AWSCredentials longLivedCredentials) Set credentials to use when retrieving session credentials This is not the recommended approach.Constructors in com.amazonaws.auth with parameters of type AWSCredentialsModifierConstructorDescriptionSTSAssumeRoleSessionCredentialsProvider
(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 providedSTSAssumeRoleSessionCredentialsProvider.roleArn
to assume a role and then request short lived session credentials, which will then be returned by this class'sSTSAssumeRoleSessionCredentialsProvider.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 providedSTSAssumeRoleSessionCredentialsProvider.roleArn
to assume a role and then request short lived session credentials, which will then be returned by this class'sSTSAssumeRoleSessionCredentialsProvider.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'sSTSSessionCredentialsProvider.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'sSTSSessionCredentialsProvider.getCredentials()
method. -
Uses of AWSCredentials in com.amazonaws.auth.profile
Methods in com.amazonaws.auth.profile that return AWSCredentialsModifier and TypeMethodDescriptionProfileCredentialsProvider.getCredentials()
ProfilesConfigFile.getCredentials
(String profile) Returns the AWS credentials for the specified profile. -
Uses of AWSCredentials in com.amazonaws.auth.profile.internal.securitytoken
Methods in com.amazonaws.auth.profile.internal.securitytoken that return AWSCredentialsMethods in com.amazonaws.auth.profile.internal.securitytoken with parameters of type AWSCredentialsModifier and TypeMethodDescriptionRoleInfo.withLongLivedCredentials
(AWSCredentials longLivedCredentials) Provides the credentials that are used to assume the role. -
Uses of AWSCredentials in com.amazonaws.handlers
Fields in com.amazonaws.handlers declared as AWSCredentialsModifier and TypeFieldDescriptionprotected AWSCredentials
CredentialsRequestHandler.awsCredentials
AWSCredentials to be used in the RequestHandler.Methods in com.amazonaws.handlers with parameters of type AWSCredentialsModifier and TypeMethodDescriptionvoid
CredentialsRequestHandler.setCredentials
(AWSCredentials awsCredentials) Sets the AWSCredentials. -
Uses of AWSCredentials in com.amazonaws.services.apigateway
Constructors in com.amazonaws.services.apigateway with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonApiGatewayAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.applicationautoscaling
Constructors in com.amazonaws.services.applicationautoscaling with parameters of type AWSCredentialsModifierConstructorDescriptionAWSApplicationAutoScalingAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.applicationdiscovery
Constructors in com.amazonaws.services.applicationdiscovery with parameters of type AWSCredentialsModifierConstructorDescriptionAWSApplicationDiscoveryAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.autoscaling
Constructors in com.amazonaws.services.autoscaling with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonAutoScalingAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.certificatemanager
Constructors in com.amazonaws.services.certificatemanager with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCertificateManagerAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudformation
Constructors in com.amazonaws.services.cloudformation with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudFormationAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudfront
Constructors in com.amazonaws.services.cloudfront with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudFrontAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudhsm
Constructors in com.amazonaws.services.cloudhsm with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCloudHSMAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudsearchdomain
Constructors in com.amazonaws.services.cloudsearchdomain with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudSearchDomainAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudsearchv2
Constructors in com.amazonaws.services.cloudsearchv2 with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudSearchAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudtrail
Constructors in com.amazonaws.services.cloudtrail with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCloudTrailAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudwatch
Constructors in com.amazonaws.services.cloudwatch with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudWatchAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cloudwatchevents
Constructors in com.amazonaws.services.cloudwatchevents with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCloudWatchEventsAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.codecommit
Constructors in com.amazonaws.services.codecommit with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCodeCommitAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.codedeploy
Constructors in com.amazonaws.services.codedeploy with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCodeDeployAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.codepipeline
Constructors in com.amazonaws.services.codepipeline with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCodePipelineAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cognitoidentity
Constructors in com.amazonaws.services.cognitoidentity with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCognitoIdentityAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cognitoidp
Constructors in com.amazonaws.services.cognitoidp with parameters of type AWSCredentialsModifierConstructorDescriptionAWSCognitoIdentityProviderAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.cognitosync
Constructors in com.amazonaws.services.cognitosync with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonCognitoSyncAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.config
Constructors in com.amazonaws.services.config with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonConfigAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.databasemigrationservice
Constructors in com.amazonaws.services.databasemigrationservice with parameters of type AWSCredentialsModifierConstructorDescriptionAWSDatabaseMigrationServiceAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.datapipeline
Constructors in com.amazonaws.services.datapipeline with parameters of type AWSCredentialsModifierConstructorDescriptionDataPipelineAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.devicefarm
Constructors in com.amazonaws.services.devicefarm with parameters of type AWSCredentialsModifierConstructorDescriptionAWSDeviceFarmAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.directconnect
Constructors in com.amazonaws.services.directconnect with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonDirectConnectAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.directory
Constructors in com.amazonaws.services.directory with parameters of type AWSCredentialsModifierConstructorDescriptionAWSDirectoryServiceAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.dynamodbv2
Constructors in com.amazonaws.services.dynamodbv2 with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonDynamoDBAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.ec2
Constructors in com.amazonaws.services.ec2 with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonEC2AsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.ecr
Constructors in com.amazonaws.services.ecr with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonECRAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.ecs
Constructors in com.amazonaws.services.ecs with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonECSAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticache
Constructors in com.amazonaws.services.elasticache with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonElastiCacheAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticbeanstalk
Constructors in com.amazonaws.services.elasticbeanstalk with parameters of type AWSCredentialsModifierConstructorDescriptionAWSElasticBeanstalkAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticfilesystem
Constructors in com.amazonaws.services.elasticfilesystem with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonElasticFileSystemAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticloadbalancing
Constructors in com.amazonaws.services.elasticloadbalancing with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonElasticLoadBalancingAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticmapreduce
Constructors in com.amazonaws.services.elasticmapreduce with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonElasticMapReduceAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elasticsearch
Constructors in com.amazonaws.services.elasticsearch with parameters of type AWSCredentialsModifierConstructorDescriptionAWSElasticsearchAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.elastictranscoder
Constructors in com.amazonaws.services.elastictranscoder with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonElasticTranscoderAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.gamelift
Constructors in com.amazonaws.services.gamelift with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonGameLiftAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.glacier
Constructors in com.amazonaws.services.glacier with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonGlacierAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.glacier.transfer
Constructors in com.amazonaws.services.glacier.transfer with parameters of type AWSCredentialsModifierConstructorDescriptionArchiveTransferManager
(AWSCredentials credentials) Constructs a new ArchiveTransferManager, using the specified AWS credentials to authenticate requests.ArchiveTransferManager
(AmazonGlacierClient glacier, AWSCredentials credentials) Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials. -
Uses of AWSCredentials in com.amazonaws.services.identitymanagement
Constructors in com.amazonaws.services.identitymanagement with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonIdentityManagementAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.importexport
Constructors in com.amazonaws.services.importexport with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonImportExportAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.inspector
Constructors in com.amazonaws.services.inspector with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonInspectorAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.iot
Constructors in com.amazonaws.services.iot with parameters of type AWSCredentialsModifierConstructorDescriptionAWSIotAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.iotdata
Constructors in com.amazonaws.services.iotdata with parameters of type AWSCredentialsModifierConstructorDescriptionAWSIotDataAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.kinesis
Constructors in com.amazonaws.services.kinesis with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonKinesisAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.kinesisfirehose
Constructors in com.amazonaws.services.kinesisfirehose with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonKinesisFirehoseAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.kms
Constructors in com.amazonaws.services.kms with parameters of type AWSCredentialsModifierConstructorDescriptionAWSKMSAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.lambda
Constructors in com.amazonaws.services.lambda with parameters of type AWSCredentialsModifierConstructorDescriptionAWSLambdaAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.logs
Constructors in com.amazonaws.services.logs with parameters of type AWSCredentialsModifierConstructorDescriptionAWSLogsAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.machinelearning
Constructors in com.amazonaws.services.machinelearning with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonMachineLearningAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.marketplacecommerceanalytics
Constructors in com.amazonaws.services.marketplacecommerceanalytics with parameters of type AWSCredentialsModifierConstructorDescriptionAWSMarketplaceCommerceAnalyticsAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.marketplacemetering
Constructors in com.amazonaws.services.marketplacemetering with parameters of type AWSCredentialsModifierConstructorDescriptionAWSMarketplaceMeteringAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.opsworks
Constructors in com.amazonaws.services.opsworks with parameters of type AWSCredentialsModifierConstructorDescriptionAWSOpsWorksAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.rds
Constructors in com.amazonaws.services.rds with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonRDSAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.redshift
Constructors in com.amazonaws.services.redshift with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonRedshiftAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.route53
Constructors in com.amazonaws.services.route53 with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonRoute53AsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.route53domains
Constructors in com.amazonaws.services.route53domains with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonRoute53DomainsAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.s3
Constructors in com.amazonaws.services.s3 with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonS3Client
(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, 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.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. -
Uses of AWSCredentials in com.amazonaws.services.s3.transfer
Constructors in com.amazonaws.services.s3.transfer with parameters of type AWSCredentialsModifierConstructorDescriptionTransferManager
(AWSCredentials credentials) Constructs a newTransferManager
and Amazon S3 client using the specified AWS security credentials. -
Uses of AWSCredentials in com.amazonaws.services.securitytoken
Constructors in com.amazonaws.services.securitytoken with parameters of type AWSCredentialsModifierConstructorDescriptionAWSSecurityTokenServiceAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.simpledb
Constructors in com.amazonaws.services.simpledb with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonSimpleDBAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.simpleemail
Constructors in com.amazonaws.services.simpleemail with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonSimpleEmailServiceAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.simplesystemsmanagement
Constructors in com.amazonaws.services.simplesystemsmanagement with parameters of type AWSCredentialsModifierConstructorDescriptionAWSSimpleSystemsManagementAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.simpleworkflow
Constructors in com.amazonaws.services.simpleworkflow with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonSimpleWorkflowAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.sns
Constructors in com.amazonaws.services.sns with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonSNSAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.sqs
Constructors in com.amazonaws.services.sqs with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonSQSAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.storagegateway
Constructors in com.amazonaws.services.storagegateway with parameters of type AWSCredentialsModifierConstructorDescriptionAWSStorageGatewayAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.support
Constructors in com.amazonaws.services.support with parameters of type AWSCredentialsModifierConstructorDescriptionAWSSupportAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.waf
Constructors in com.amazonaws.services.waf with parameters of type AWSCredentialsModifierConstructorDescriptionAWSWAFAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.services.workspaces
Constructors in com.amazonaws.services.workspaces with parameters of type AWSCredentialsModifierConstructorDescriptionAmazonWorkspacesAsyncClient
(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. -
Uses of AWSCredentials in com.amazonaws.test
Fields in com.amazonaws.test declared as AWSCredentialsModifier and TypeFieldDescriptionstatic AWSCredentials
AWSTestBase.credentials
Deprecated.Extend fromAWSIntegrationTestBase
to access credentialsMethods in com.amazonaws.test that return AWSCredentialsModifier and TypeMethodDescriptionprotected static AWSCredentials
AWSIntegrationTestBase.getCredentials()
AmazonWebServiceRequest.getRequestCredentialsProvider()