Uses of Interface
com.amazonaws.auth.AWSCredentialsProvider
Packages that use AWSCredentialsProvider
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.
Classes used to support the AWS SDK metrics API.
Synchronous client for accessing Amazon S3.
Transfer management.
-
Uses of AWSCredentialsProvider in com.amazonaws
Methods in com.amazonaws that return AWSCredentialsProviderModifier and TypeMethodDescriptionAmazonWebServiceRequest.getRequestCredentialsProvider()
Returns the optional credentials provider to use to sign this request, overriding the default credentials provider at the client level.Methods in com.amazonaws with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionvoid
AmazonWebServiceRequest.setRequestCredentialsProvider
(AWSCredentialsProvider credentialsProvider) Sets the optional credentials provider to use for this request, overriding the default credentials provider at the client level. -
Uses of AWSCredentialsProvider in com.amazonaws.auth
Subinterfaces of AWSCredentialsProvider in com.amazonaws.authClasses in com.amazonaws.auth that implement AWSCredentialsProviderModifier and TypeClassDescriptionclass
AWSCredentialsProvider
implementation that chains together multiple credentials providers.class
AWSCredentialsProvider
implementation that loads AWS security credentials from a properties file on the classpath.class
AWS credentials provider chain that looks for credentials in this order: Environment Variables -AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
(RECOMMENDED since they are recognized by all the AWS SDKs and CLI except for .NET), orAWS_ACCESS_KEY
andAWS_SECRET_KEY
(only recognized by Java SDK) Java System Properties - aws.accessKeyId and aws.secretKey Credential profiles file at the default location (~/.aws/credentials) shared by all AWS SDKs and the AWS CLI Instance profile credentials delivered through the Amazon EC2 metadata serviceclass
AWSCredentialsProvider
implementation that provides credentials by looking at the:AWS_ACCESS_KEY_ID
(orAWS_ACCESS_KEY
) andAWS_SECRET_KEY
(orAWS_SECRET_ACCESS_KEY
) environment variables.class
Credentials provider implementation that loads credentials from the Amazon EC2 Instance Metadata Service.class
AWSCredentialsProvider
implementation that loads AWS security credentials from a properties file provided on initialization.class
AWSCredentialsProvider implementation that uses the AWS Security Token Service to assume a Role and create temporary, short-lived sessions to use for authentication.class
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.class
AWSCredentialsProvider
implementation that provides credentials by looking at theaws.accessKeyId
andaws.secretKey
Java system properties.class
AWSCredentialsProvider implementation that uses the AWS Security Token Service to create temporary, short-lived sessions to use for authentication.Methods in com.amazonaws.auth with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionSTSAssumeRoleSessionCredentialsProvider.Builder.withLongLivedCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider) Set credentials provider to use when retrieving session credentialsConstructors in com.amazonaws.auth with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCredentialsProviderChain
(AWSCredentialsProvider... credentialsProviders) Constructs a new AWSCredentialsProviderChain with the specified credential providers.STSAssumeRoleSessionCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider, String roleArn, String roleSessionName) Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified credentials provider (which vends long lived AWS credentials) to make a request to the AWS Security Token Service (STS), usess 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
(AWSCredentialsProvider longLivedCredentialsProvider, String roleArn, String roleSessionName, ClientConfiguration clientConfiguration) Constructs a new STSAssumeRoleSessionCredentialsProvider, which will use the specified credentials provider (which vends 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.STSSessionCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider) Constructs a new STSSessionCredentialsProvider, which will use the specified credentials provider (which vends 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
(AWSCredentialsProvider longLivedCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new STSSessionCredentialsProvider, which will use the specified credentials provider (which vends 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.Constructor parameters in com.amazonaws.auth with type arguments of type AWSCredentialsProviderModifierConstructorDescriptionAWSCredentialsProviderChain
(List<? extends AWSCredentialsProvider> credentialsProviders) Constructs a new AWSCredentialsProviderChain with the specified credential providers. -
Uses of AWSCredentialsProvider in com.amazonaws.auth.profile
Classes in com.amazonaws.auth.profile that implement AWSCredentialsProviderModifier and TypeClassDescriptionclass
Credentials provider based on AWS configuration profiles. -
Uses of AWSCredentialsProvider in com.amazonaws.auth.profile.internal.securitytoken
Classes in com.amazonaws.auth.profile.internal.securitytoken that implement AWSCredentialsProviderMethods in com.amazonaws.auth.profile.internal.securitytoken that return AWSCredentialsProviderModifier and TypeMethodDescriptionProfileCredentialsService.getAssumeRoleCredentialsProvider
(RoleInfo targetRoleInfo) STSProfileCredentialsServiceLoader.getAssumeRoleCredentialsProvider
(RoleInfo targetRoleInfo) RoleInfo.getLongLivedCredentialsProvider()
Provides the credentials that are used to assume the role.Methods in com.amazonaws.auth.profile.internal.securitytoken with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionvoid
RoleInfo.setLongLivedCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider) Provides the credentials that are used to assume the role.RoleInfo.withLongLivedCredentialsProvider
(AWSCredentialsProvider longLivedCredentialsProvider) Provides the credentials that are used to assume the role. -
Uses of AWSCredentialsProvider in com.amazonaws.http
Methods in com.amazonaws.http that return AWSCredentialsProviderModifier and TypeMethodDescriptionExecutionContext.getCredentialsProvider()
Returns the credentials provider used for fetching the credentials.Methods in com.amazonaws.http with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionvoid
ExecutionContext.setCredentialsProvider
(AWSCredentialsProvider credentialsProvider) Sets the credentials provider used for fetching the credentials. -
Uses of AWSCredentialsProvider in com.amazonaws.metrics
Methods in com.amazonaws.metrics that return AWSCredentialsProviderModifier and TypeMethodDescriptionstatic AWSCredentialsProvider
AwsSdkMetrics.getCredentialProvider()
Returns the credential provider for the default AWS SDK metric implementation.Methods in com.amazonaws.metrics with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionstatic void
AwsSdkMetrics.setCredentialProvider
(AWSCredentialsProvider provider) Sets the credential provider for the default AWS SDK metric implementation; or null if the default is to be used. -
Uses of AWSCredentialsProvider in com.amazonaws.metrics.internal.cloudwatch
Methods in com.amazonaws.metrics.internal.cloudwatch that return AWSCredentialsProviderModifier and TypeMethodDescriptionCloudWatchMetricConfig.getCredentialsProvider()
Returns the credential provider that holds the credentials to connect to Amazon CloudWatch.Methods in com.amazonaws.metrics.internal.cloudwatch with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionvoid
CloudWatchMetricConfig.setCredentialsProvider
(AWSCredentialsProvider credentialsProvider) Sets the credential provider to the given provider.CloudWatchMetricConfig.withCredentialsProvider
(AWSCredentialsProvider credentialsProvider) -
Uses of AWSCredentialsProvider in com.amazonaws.regions
Methods in com.amazonaws.regions with parameters of type AWSCredentialsProviderModifier and TypeMethodDescription<T extends AmazonWebServiceClient>
TRegion.createClient
(Class<T> serviceClass, AWSCredentialsProvider credentials, ClientConfiguration config) Creates a new service client of the class given and configures it. -
Uses of AWSCredentialsProvider in com.amazonaws.services.apigateway
Constructors in com.amazonaws.services.apigateway with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonApiGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider.AmazonApiGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon API Gateway using the provided AWS account credentials provider and client configuration options.AmazonApiGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider, executor service, and client configuration options.AmazonApiGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider and executor service.AmazonApiGatewayClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider.AmazonApiGatewayClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider and client configuration options.AmazonApiGatewayClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon API Gateway using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.applicationautoscaling
Constructors in com.amazonaws.services.applicationautoscaling with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSApplicationAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider.AWSApplicationAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Application Auto Scaling using the provided AWS account credentials provider and client configuration options.AWSApplicationAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider, executor service, and client configuration options.AWSApplicationAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider and executor service.AWSApplicationAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider.AWSApplicationAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider and client configuration options.AWSApplicationAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Application Auto Scaling using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.applicationdiscovery
Constructors in com.amazonaws.services.applicationdiscovery with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSApplicationDiscoveryAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider.AWSApplicationDiscoveryAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Application Discovery Service using the provided AWS account credentials provider and client configuration options.AWSApplicationDiscoveryAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider, executor service, and client configuration options.AWSApplicationDiscoveryAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider and executor service.AWSApplicationDiscoveryClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider.AWSApplicationDiscoveryClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider and client configuration options.AWSApplicationDiscoveryClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Application Discovery Service using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.autoscaling
Constructors in com.amazonaws.services.autoscaling with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Auto Scaling using the specified AWS account credentials provider.AmazonAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Auto Scaling using the provided AWS account credentials provider and client configuration options.AmazonAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Auto Scaling using the specified AWS account credentials provider, executor service, and client configuration options.AmazonAutoScalingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Auto Scaling using the specified AWS account credentials provider and executor service.AmazonAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Auto Scaling using the specified AWS account credentials provider.AmazonAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Auto Scaling using the specified AWS account credentials provider and client configuration options.AmazonAutoScalingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Auto Scaling using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.certificatemanager
Constructors in com.amazonaws.services.certificatemanager with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCertificateManagerAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on ACM using the specified AWS account credentials provider.AWSCertificateManagerAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on ACM using the provided AWS account credentials provider and client configuration options.AWSCertificateManagerAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on ACM using the specified AWS account credentials provider, executor service, and client configuration options.AWSCertificateManagerAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on ACM using the specified AWS account credentials provider and executor service.AWSCertificateManagerClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on ACM using the specified AWS account credentials provider.AWSCertificateManagerClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on ACM using the specified AWS account credentials provider and client configuration options.AWSCertificateManagerClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on ACM using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudformation
Constructors in com.amazonaws.services.cloudformation with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudFormationAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider.AmazonCloudFormationAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the provided AWS account credentials provider and client configuration options.AmazonCloudFormationAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudFormationAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider and executor service.AmazonCloudFormationClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider.AmazonCloudFormationClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider and client configuration options.AmazonCloudFormationClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS CloudFormation using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudfront
Constructors in com.amazonaws.services.cloudfront with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudFrontAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CloudFront using the specified AWS account credentials provider.AmazonCloudFrontAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CloudFront using the provided AWS account credentials provider and client configuration options.AmazonCloudFrontAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudFront using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudFrontAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudFront using the specified AWS account credentials provider and executor service.AmazonCloudFrontClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CloudFront using the specified AWS account credentials provider.AmazonCloudFrontClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CloudFront using the specified AWS account credentials provider and client configuration options.AmazonCloudFrontClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CloudFront using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudhsm
Constructors in com.amazonaws.services.cloudhsm with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCloudHSMAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CloudHSM using the specified AWS account credentials provider.AWSCloudHSMAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CloudHSM using the provided AWS account credentials provider and client configuration options.AWSCloudHSMAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudHSM using the specified AWS account credentials provider, executor service, and client configuration options.AWSCloudHSMAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudHSM using the specified AWS account credentials provider and executor service.AWSCloudHSMClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CloudHSM using the specified AWS account credentials provider.AWSCloudHSMClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CloudHSM using the specified AWS account credentials provider and client configuration options.AWSCloudHSMClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CloudHSM using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudsearchdomain
Constructors in com.amazonaws.services.cloudsearchdomain with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudSearchDomainAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider.AmazonCloudSearchDomainAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch Domain using the provided AWS account credentials provider and client configuration options.AmazonCloudSearchDomainAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudSearchDomainAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider and executor service.AmazonCloudSearchDomainClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider.AmazonCloudSearchDomainClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider and client configuration options.AmazonCloudSearchDomainClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon CloudSearch Domain using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudsearchv2
Constructors in com.amazonaws.services.cloudsearchv2 with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudSearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider.AmazonCloudSearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch using the provided AWS account credentials provider and client configuration options.AmazonCloudSearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudSearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider and executor service.AmazonCloudSearchClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider.AmazonCloudSearchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider and client configuration options.AmazonCloudSearchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon CloudSearch using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudtrail
Constructors in com.amazonaws.services.cloudtrail with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCloudTrailAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CloudTrail using the specified AWS account credentials provider.AWSCloudTrailAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CloudTrail using the provided AWS account credentials provider and client configuration options.AWSCloudTrailAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudTrail using the specified AWS account credentials provider, executor service, and client configuration options.AWSCloudTrailAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudTrail using the specified AWS account credentials provider and executor service.AWSCloudTrailClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CloudTrail using the specified AWS account credentials provider.AWSCloudTrailClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CloudTrail using the specified AWS account credentials provider and client configuration options.AWSCloudTrailClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CloudTrail using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudwatch
Constructors in com.amazonaws.services.cloudwatch with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudWatchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider.AmazonCloudWatchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CloudWatch using the provided AWS account credentials provider and client configuration options.AmazonCloudWatchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudWatchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CloudWatch using the specified AWS account credentials provider and executor service.AmazonCloudWatchClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials provider.AmazonCloudWatchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials provider and client configuration options.AmazonCloudWatchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CloudWatch using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cloudwatchevents
Constructors in com.amazonaws.services.cloudwatchevents with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCloudWatchEventsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider.AmazonCloudWatchEventsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Events using the provided AWS account credentials provider and client configuration options.AmazonCloudWatchEventsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCloudWatchEventsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider and executor service.AmazonCloudWatchEventsClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider.AmazonCloudWatchEventsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider and client configuration options.AmazonCloudWatchEventsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon CloudWatch Events using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.codecommit
Constructors in com.amazonaws.services.codecommit with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCodeCommitAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CodeCommit using the specified AWS account credentials provider.AWSCodeCommitAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CodeCommit using the provided AWS account credentials provider and client configuration options.AWSCodeCommitAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodeCommit using the specified AWS account credentials provider, executor service, and client configuration options.AWSCodeCommitAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodeCommit using the specified AWS account credentials provider and executor service.AWSCodeCommitClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CodeCommit using the specified AWS account credentials provider.AWSCodeCommitClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CodeCommit using the specified AWS account credentials provider and client configuration options.AWSCodeCommitClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CodeCommit using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.codedeploy
Constructors in com.amazonaws.services.codedeploy with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCodeDeployAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CodeDeploy using the specified AWS account credentials provider.AmazonCodeDeployAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CodeDeploy using the provided AWS account credentials provider and client configuration options.AmazonCodeDeployAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodeDeploy using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCodeDeployAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodeDeploy using the specified AWS account credentials provider and executor service.AmazonCodeDeployClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CodeDeploy using the specified AWS account credentials provider.AmazonCodeDeployClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CodeDeploy using the specified AWS account credentials provider and client configuration options.AmazonCodeDeployClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CodeDeploy using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.codepipeline
Constructors in com.amazonaws.services.codepipeline with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCodePipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on CodePipeline using the specified AWS account credentials provider.AWSCodePipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on CodePipeline using the provided AWS account credentials provider and client configuration options.AWSCodePipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodePipeline using the specified AWS account credentials provider, executor service, and client configuration options.AWSCodePipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on CodePipeline using the specified AWS account credentials provider and executor service.AWSCodePipelineClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on CodePipeline using the specified AWS account credentials provider.AWSCodePipelineClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on CodePipeline using the specified AWS account credentials provider and client configuration options.AWSCodePipelineClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on CodePipeline using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cognitoidentity
Constructors in com.amazonaws.services.cognitoidentity with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCognitoIdentityAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider.AmazonCognitoIdentityAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity using the provided AWS account credentials provider and client configuration options.AmazonCognitoIdentityAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCognitoIdentityAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider and executor service.AmazonCognitoIdentityClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider.AmazonCognitoIdentityClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider and client configuration options.AmazonCognitoIdentityClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Cognito Identity using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cognitoidp
Constructors in com.amazonaws.services.cognitoidp with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSCognitoIdentityProviderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider.AWSCognitoIdentityProviderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity Provider using the provided AWS account credentials provider and client configuration options.AWSCognitoIdentityProviderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider, executor service, and client configuration options.AWSCognitoIdentityProviderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider and executor service.AWSCognitoIdentityProviderClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider.AWSCognitoIdentityProviderClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider and client configuration options.AWSCognitoIdentityProviderClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Cognito Identity Provider using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.cognitosync
Constructors in com.amazonaws.services.cognitosync with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonCognitoSyncAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider.AmazonCognitoSyncAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Sync using the provided AWS account credentials provider and client configuration options.AmazonCognitoSyncAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider, executor service, and client configuration options.AmazonCognitoSyncAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider and executor service.AmazonCognitoSyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider.AmazonCognitoSyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider and client configuration options.AmazonCognitoSyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Cognito Sync using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.config
Constructors in com.amazonaws.services.config with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonConfigAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Config Service using the specified AWS account credentials provider.AmazonConfigAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Config Service using the provided AWS account credentials provider and client configuration options.AmazonConfigAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Config Service using the specified AWS account credentials provider, executor service, and client configuration options.AmazonConfigAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Config Service using the specified AWS account credentials provider and executor service.AmazonConfigClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Config Service using the specified AWS account credentials provider.AmazonConfigClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Config Service using the specified AWS account credentials provider and client configuration options.AmazonConfigClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Config Service using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.databasemigrationservice
Constructors in com.amazonaws.services.databasemigrationservice with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSDatabaseMigrationServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider.AWSDatabaseMigrationServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Database Migration Service using the provided AWS account credentials provider and client configuration options.AWSDatabaseMigrationServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider, executor service, and client configuration options.AWSDatabaseMigrationServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider and executor service.AWSDatabaseMigrationServiceClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider.AWSDatabaseMigrationServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider and client configuration options.AWSDatabaseMigrationServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Database Migration Service using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.datapipeline
Constructors in com.amazonaws.services.datapipeline with parameters of type AWSCredentialsProviderModifierConstructorDescriptionDataPipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider.DataPipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Data Pipeline using the provided AWS account credentials provider and client configuration options.DataPipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider, executor service, and client configuration options.DataPipelineAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider and executor service.DataPipelineClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider.DataPipelineClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider and client configuration options.DataPipelineClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Data Pipeline using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.devicefarm
Constructors in com.amazonaws.services.devicefarm with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSDeviceFarmAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider.AWSDeviceFarmAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Device Farm using the provided AWS account credentials provider and client configuration options.AWSDeviceFarmAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider, executor service, and client configuration options.AWSDeviceFarmAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider and executor service.AWSDeviceFarmClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider.AWSDeviceFarmClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider and client configuration options.AWSDeviceFarmClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Device Farm using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.directconnect
Constructors in com.amazonaws.services.directconnect with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonDirectConnectAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider.AmazonDirectConnectAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Direct Connect using the provided AWS account credentials provider and client configuration options.AmazonDirectConnectAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider, executor service, and client configuration options.AmazonDirectConnectAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider and executor service.AmazonDirectConnectClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider.AmazonDirectConnectClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider and client configuration options.AmazonDirectConnectClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Direct Connect using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.directory
Constructors in com.amazonaws.services.directory with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSDirectoryServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Directory Service using the specified AWS account credentials provider.AWSDirectoryServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Directory Service using the provided AWS account credentials provider and client configuration options.AWSDirectoryServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Directory Service using the specified AWS account credentials provider, executor service, and client configuration options.AWSDirectoryServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Directory Service using the specified AWS account credentials provider and executor service.AWSDirectoryServiceClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Directory Service using the specified AWS account credentials provider.AWSDirectoryServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Directory Service using the specified AWS account credentials provider and client configuration options.AWSDirectoryServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Directory Service using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.dynamodbv2
Constructors in com.amazonaws.services.dynamodbv2 with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonDynamoDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on DynamoDB using the specified AWS account credentials provider.AmazonDynamoDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on DynamoDB using the provided AWS account credentials provider and client configuration options.AmazonDynamoDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on DynamoDB using the specified AWS account credentials provider, executor service, and client configuration options.AmazonDynamoDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on DynamoDB using the specified AWS account credentials provider and executor service.AmazonDynamoDBClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on DynamoDB using the specified AWS account credentials provider.AmazonDynamoDBClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on DynamoDB using the specified AWS account credentials provider and client configuration options.AmazonDynamoDBClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on DynamoDB using the specified AWS account credentials provider, client configuration options, and request metric collector.AmazonDynamoDBStreamsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider.AmazonDynamoDBStreamsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon DynamoDB Streams using the provided AWS account credentials provider and client configuration options.AmazonDynamoDBStreamsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider, executor service, and client configuration options.AmazonDynamoDBStreamsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider and executor service.AmazonDynamoDBStreamsClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider.AmazonDynamoDBStreamsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider and client configuration options.AmazonDynamoDBStreamsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon DynamoDB Streams using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.dynamodbv2.datamodeling
Constructors in com.amazonaws.services.dynamodbv2.datamodeling with parameters of type AWSCredentialsProviderModifierConstructorDescriptionDynamoDBMapper
(AmazonDynamoDB ddb, AWSCredentialsProvider s3CredentialProvider) Constructs a new mapper with the service object and S3 client cache given, using the default configuration.DynamoDBMapper
(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AWSCredentialsProvider s3CredentialProvider) Constructs a new mapper with the service object, configuration, and S3 client cache given.DynamoDBMapper
(AmazonDynamoDB dynamoDB, DynamoDBMapperConfig config, AttributeTransformer transformer, AWSCredentialsProvider s3CredentialsProvider) Constructor with all parameters. -
Uses of AWSCredentialsProvider in com.amazonaws.services.ec2
Constructors in com.amazonaws.services.ec2 with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonEC2AsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider.AmazonEC2AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon EC2 using the provided AWS account credentials provider and client configuration options.AmazonEC2AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider, executor service, and client configuration options.AmazonEC2AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider and executor service.AmazonEC2Client
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider.AmazonEC2Client
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider and client configuration options.AmazonEC2Client
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon EC2 using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.ecr
Constructors in com.amazonaws.services.ecr with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonECRAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon ECR using the specified AWS account credentials provider.AmazonECRAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon ECR using the provided AWS account credentials provider and client configuration options.AmazonECRAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ECR using the specified AWS account credentials provider, executor service, and client configuration options.AmazonECRAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ECR using the specified AWS account credentials provider and executor service.AmazonECRClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon ECR using the specified AWS account credentials provider.AmazonECRClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon ECR using the specified AWS account credentials provider and client configuration options.AmazonECRClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon ECR using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.ecs
Constructors in com.amazonaws.services.ecs with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonECSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon ECS using the specified AWS account credentials provider.AmazonECSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon ECS using the provided AWS account credentials provider and client configuration options.AmazonECSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ECS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonECSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ECS using the specified AWS account credentials provider and executor service.AmazonECSClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon ECS using the specified AWS account credentials provider.AmazonECSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon ECS using the specified AWS account credentials provider and client configuration options.AmazonECSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon ECS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticache
Constructors in com.amazonaws.services.elasticache with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonElastiCacheAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider.AmazonElastiCacheAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon ElastiCache using the provided AWS account credentials provider and client configuration options.AmazonElastiCacheAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider, executor service, and client configuration options.AmazonElastiCacheAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider and executor service.AmazonElastiCacheClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider.AmazonElastiCacheClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider and client configuration options.AmazonElastiCacheClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon ElastiCache using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticbeanstalk
Constructors in com.amazonaws.services.elasticbeanstalk with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSElasticBeanstalkAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider.AWSElasticBeanstalkAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Elastic Beanstalk using the provided AWS account credentials provider and client configuration options.AWSElasticBeanstalkAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider, executor service, and client configuration options.AWSElasticBeanstalkAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider and executor service.AWSElasticBeanstalkClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider.AWSElasticBeanstalkClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider and client configuration options.AWSElasticBeanstalkClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Elastic Beanstalk using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticfilesystem
Constructors in com.amazonaws.services.elasticfilesystem with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonElasticFileSystemAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on EFS using the specified AWS account credentials provider.AmazonElasticFileSystemAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on EFS using the provided AWS account credentials provider and client configuration options.AmazonElasticFileSystemAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on EFS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonElasticFileSystemAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on EFS using the specified AWS account credentials provider and executor service.AmazonElasticFileSystemClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on EFS using the specified AWS account credentials provider.AmazonElasticFileSystemClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on EFS using the specified AWS account credentials provider and client configuration options.AmazonElasticFileSystemClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on EFS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticloadbalancing
Constructors in com.amazonaws.services.elasticloadbalancing with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonElasticLoadBalancingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider.AmazonElasticLoadBalancingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Elastic Load Balancing using the provided AWS account credentials provider and client configuration options.AmazonElasticLoadBalancingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider, executor service, and client configuration options.AmazonElasticLoadBalancingAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider and executor service.AmazonElasticLoadBalancingClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider.AmazonElasticLoadBalancingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider and client configuration options.AmazonElasticLoadBalancingClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Elastic Load Balancing using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticmapreduce
Constructors in com.amazonaws.services.elasticmapreduce with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonElasticMapReduceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon EMR using the specified AWS account credentials provider.AmazonElasticMapReduceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon EMR using the provided AWS account credentials provider and client configuration options.AmazonElasticMapReduceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon EMR using the specified AWS account credentials provider, executor service, and client configuration options.AmazonElasticMapReduceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon EMR using the specified AWS account credentials provider and executor service.AmazonElasticMapReduceClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon EMR using the specified AWS account credentials provider.AmazonElasticMapReduceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon EMR using the specified AWS account credentials provider and client configuration options.AmazonElasticMapReduceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon EMR using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elasticsearch
Constructors in com.amazonaws.services.elasticsearch with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSElasticsearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider.AWSElasticsearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Elasticsearch Service using the provided AWS account credentials provider and client configuration options.AWSElasticsearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider, executor service, and client configuration options.AWSElasticsearchAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider and executor service.AWSElasticsearchClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider.AWSElasticsearchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider and client configuration options.AWSElasticsearchClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Elasticsearch Service using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.elastictranscoder
Constructors in com.amazonaws.services.elastictranscoder with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonElasticTranscoderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider.AmazonElasticTranscoderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Elastic Transcoder using the provided AWS account credentials provider and client configuration options.AmazonElasticTranscoderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider, executor service, and client configuration options.AmazonElasticTranscoderAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider and executor service.AmazonElasticTranscoderClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider.AmazonElasticTranscoderClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider and client configuration options.AmazonElasticTranscoderClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Elastic Transcoder using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.gamelift
Constructors in com.amazonaws.services.gamelift with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonGameLiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider.AmazonGameLiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon GameLift using the provided AWS account credentials provider and client configuration options.AmazonGameLiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider, executor service, and client configuration options.AmazonGameLiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider and executor service.AmazonGameLiftClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider.AmazonGameLiftClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider and client configuration options.AmazonGameLiftClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon GameLift using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.glacier
Constructors in com.amazonaws.services.glacier with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonGlacierAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider.AmazonGlacierAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the provided AWS account credentials provider and client configuration options.AmazonGlacierAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider, executor service, and client configuration options.AmazonGlacierAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider and executor service.AmazonGlacierClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider.AmazonGlacierClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider and client configuration options.AmazonGlacierClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Glacier using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.glacier.transfer
Constructors in com.amazonaws.services.glacier.transfer with parameters of type AWSCredentialsProviderModifierConstructorDescriptionArchiveTransferManager
(AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration) Constructs a new ArchiveTransferManager, using the specified AWS credentials provider and client configuration.ArchiveTransferManager
(AmazonGlacierClient glacier, AWSCredentialsProvider credentialsProvider) Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client and AWS credentials provider.ArchiveTransferManager
(AmazonGlacierClient glacier, AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration) Constructs a new ArchiveTransferManager, using the specified Amazon Glacier client, AWS credentials provider and client configuration.JobStatusMonitor
(AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration) -
Uses of AWSCredentialsProvider in com.amazonaws.services.identitymanagement
Constructors in com.amazonaws.services.identitymanagement with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonIdentityManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on IAM using the specified AWS account credentials provider.AmazonIdentityManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on IAM using the provided AWS account credentials provider and client configuration options.AmazonIdentityManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on IAM using the specified AWS account credentials provider, executor service, and client configuration options.AmazonIdentityManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on IAM using the specified AWS account credentials provider and executor service.AmazonIdentityManagementClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on IAM using the specified AWS account credentials provider.AmazonIdentityManagementClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on IAM using the specified AWS account credentials provider and client configuration options.AmazonIdentityManagementClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on IAM using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.importexport
Constructors in com.amazonaws.services.importexport with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonImportExportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider.AmazonImportExportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Import/Export using the provided AWS account credentials provider and client configuration options.AmazonImportExportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider, executor service, and client configuration options.AmazonImportExportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider and executor service.AmazonImportExportClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider.AmazonImportExportClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider and client configuration options.AmazonImportExportClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Import/Export using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.inspector
Constructors in com.amazonaws.services.inspector with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonInspectorAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider.AmazonInspectorAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Inspector using the provided AWS account credentials provider and client configuration options.AmazonInspectorAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider, executor service, and client configuration options.AmazonInspectorAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider and executor service.AmazonInspectorClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider.AmazonInspectorClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider and client configuration options.AmazonInspectorClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Inspector using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.iot
Constructors in com.amazonaws.services.iot with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSIotAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS IoT using the specified AWS account credentials provider.AWSIotAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS IoT using the provided AWS account credentials provider and client configuration options.AWSIotAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS IoT using the specified AWS account credentials provider, executor service, and client configuration options.AWSIotAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS IoT using the specified AWS account credentials provider and executor service.AWSIotClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS IoT using the specified AWS account credentials provider.AWSIotClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS IoT using the specified AWS account credentials provider and client configuration options.AWSIotClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS IoT using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.iotdata
Constructors in com.amazonaws.services.iotdata with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSIotDataAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider.AWSIotDataAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS IoT Data Plane using the provided AWS account credentials provider and client configuration options.AWSIotDataAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider, executor service, and client configuration options.AWSIotDataAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider and executor service.AWSIotDataClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider.AWSIotDataClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider and client configuration options.AWSIotDataClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS IoT Data Plane using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.kinesis
Constructors in com.amazonaws.services.kinesis with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonKinesisAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Kinesis using the specified AWS account credentials provider.AmazonKinesisAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Kinesis using the provided AWS account credentials provider and client configuration options.AmazonKinesisAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Kinesis using the specified AWS account credentials provider, executor service, and client configuration options.AmazonKinesisAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Kinesis using the specified AWS account credentials provider and executor service.AmazonKinesisClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Kinesis using the specified AWS account credentials provider.AmazonKinesisClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Kinesis using the specified AWS account credentials provider and client configuration options.AmazonKinesisClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Kinesis using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.kinesisfirehose
Constructors in com.amazonaws.services.kinesisfirehose with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonKinesisFirehoseAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Firehose using the specified AWS account credentials provider.AmazonKinesisFirehoseAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Firehose using the provided AWS account credentials provider and client configuration options.AmazonKinesisFirehoseAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Firehose using the specified AWS account credentials provider, executor service, and client configuration options.AmazonKinesisFirehoseAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Firehose using the specified AWS account credentials provider and executor service.AmazonKinesisFirehoseClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials provider.AmazonKinesisFirehoseClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials provider and client configuration options.AmazonKinesisFirehoseClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Firehose using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.kms
Constructors in com.amazonaws.services.kms with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSKMSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on KMS using the specified AWS account credentials provider.AWSKMSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on KMS using the provided AWS account credentials provider and client configuration options.AWSKMSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on KMS using the specified AWS account credentials provider, executor service, and client configuration options.AWSKMSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on KMS using the specified AWS account credentials provider and executor service.AWSKMSClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on KMS using the specified AWS account credentials provider.AWSKMSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on KMS using the specified AWS account credentials provider and client configuration options.AWSKMSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on KMS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.lambda
Constructors in com.amazonaws.services.lambda with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSLambdaAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Lambda using the specified AWS account credentials provider.AWSLambdaAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Lambda using the provided AWS account credentials provider and client configuration options.AWSLambdaAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Lambda using the specified AWS account credentials provider, executor service, and client configuration options.AWSLambdaAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Lambda using the specified AWS account credentials provider and executor service.AWSLambdaClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials provider.AWSLambdaClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials provider and client configuration options.AWSLambdaClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Lambda using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.logs
Constructors in com.amazonaws.services.logs with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSLogsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider.AWSLogsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Logs using the provided AWS account credentials provider and client configuration options.AWSLogsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider, executor service, and client configuration options.AWSLogsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider and executor service.AWSLogsClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider.AWSLogsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider and client configuration options.AWSLogsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon CloudWatch Logs using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.machinelearning
Constructors in com.amazonaws.services.machinelearning with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonMachineLearningAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider.AmazonMachineLearningAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Machine Learning using the provided AWS account credentials provider and client configuration options.AmazonMachineLearningAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider, executor service, and client configuration options.AmazonMachineLearningAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider and executor service.AmazonMachineLearningClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider.AmazonMachineLearningClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider and client configuration options.AmazonMachineLearningClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Machine Learning using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.marketplacecommerceanalytics
Constructors in com.amazonaws.services.marketplacecommerceanalytics with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSMarketplaceCommerceAnalyticsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider.AWSMarketplaceCommerceAnalyticsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Marketplace Commerce Analytics using the provided AWS account credentials provider and client configuration options.AWSMarketplaceCommerceAnalyticsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider, executor service, and client configuration options.AWSMarketplaceCommerceAnalyticsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider and executor service.AWSMarketplaceCommerceAnalyticsClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider.AWSMarketplaceCommerceAnalyticsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider and client configuration options.AWSMarketplaceCommerceAnalyticsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Marketplace Commerce Analytics using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.marketplacemetering
Constructors in com.amazonaws.services.marketplacemetering with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSMarketplaceMeteringAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider.AWSMarketplaceMeteringAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWSMarketplace Metering using the provided AWS account credentials provider and client configuration options.AWSMarketplaceMeteringAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider, executor service, and client configuration options.AWSMarketplaceMeteringAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider and executor service.AWSMarketplaceMeteringClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider.AWSMarketplaceMeteringClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider and client configuration options.AWSMarketplaceMeteringClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWSMarketplace Metering using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.opsworks
Constructors in com.amazonaws.services.opsworks with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSOpsWorksAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider.AWSOpsWorksAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the provided AWS account credentials provider and client configuration options.AWSOpsWorksAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider, executor service, and client configuration options.AWSOpsWorksAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider and executor service.AWSOpsWorksClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider.AWSOpsWorksClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider and client configuration options.AWSOpsWorksClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS OpsWorks using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.rds
Constructors in com.amazonaws.services.rds with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonRDSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon RDS using the specified AWS account credentials provider.AmazonRDSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon RDS using the provided AWS account credentials provider and client configuration options.AmazonRDSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon RDS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonRDSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon RDS using the specified AWS account credentials provider and executor service.AmazonRDSClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon RDS using the specified AWS account credentials provider.AmazonRDSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon RDS using the specified AWS account credentials provider and client configuration options.AmazonRDSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon RDS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.redshift
Constructors in com.amazonaws.services.redshift with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonRedshiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider.AmazonRedshiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Redshift using the provided AWS account credentials provider and client configuration options.AmazonRedshiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider, executor service, and client configuration options.AmazonRedshiftAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider and executor service.AmazonRedshiftClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider.AmazonRedshiftClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider and client configuration options.AmazonRedshiftClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Redshift using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.route53
Constructors in com.amazonaws.services.route53 with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonRoute53AsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Route 53 using the specified AWS account credentials provider.AmazonRoute53AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Route 53 using the provided AWS account credentials provider and client configuration options.AmazonRoute53AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Route 53 using the specified AWS account credentials provider, executor service, and client configuration options.AmazonRoute53AsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Route 53 using the specified AWS account credentials provider and executor service.AmazonRoute53Client
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Route 53 using the specified AWS account credentials provider.AmazonRoute53Client
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Route 53 using the specified AWS account credentials provider and client configuration options.AmazonRoute53Client
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Route 53 using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.route53domains
Constructors in com.amazonaws.services.route53domains with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonRoute53DomainsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider.AmazonRoute53DomainsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon Route 53 Domains using the provided AWS account credentials provider and client configuration options.AmazonRoute53DomainsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider, executor service, and client configuration options.AmazonRoute53DomainsAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider and executor service.AmazonRoute53DomainsClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider.AmazonRoute53DomainsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider and client configuration options.AmazonRoute53DomainsClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon Route 53 Domains using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.s3
Fields in com.amazonaws.services.s3 declared as AWSCredentialsProviderModifier and TypeFieldDescriptionprotected final AWSCredentialsProvider
AmazonS3Client.awsCredentialsProvider
Provider for AWS credentials.Constructors in com.amazonaws.services.s3 with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonS3Client
(AWSCredentialsProvider credentialsProvider) Constructs a new Amazon S3 client using the specified AWS credentials provider to access Amazon S3.AmazonS3Client
(AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration) Constructs a new Amazon S3 client using the specified AWS credentials and client configuration to access Amazon S3.AmazonS3Client
(AWSCredentialsProvider credentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new Amazon S3 client using the specified AWS credentials, client configuration and request metric collector to access Amazon S3.AmazonS3EncryptionClient
(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider encryptionMaterialsProvider) Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.AmazonS3EncryptionClient
(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider kekMaterialsProvider, ClientConfiguration clientConfig, CryptoConfiguration cryptoConfig) AmazonS3EncryptionClient
(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider kekMaterialsProvider, ClientConfiguration clientConfig, CryptoConfiguration cryptoConfig, RequestMetricCollector requestMetricCollector) AmazonS3EncryptionClient
(AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig) Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.AmazonS3EncryptionClient
(AWSKMSClient kms, AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider kekMaterialsProvider, ClientConfiguration clientConfig, CryptoConfiguration cryptoConfig, RequestMetricCollector requestMetricCollector) -
Uses of AWSCredentialsProvider in com.amazonaws.services.s3.internal.crypto
Constructors in com.amazonaws.services.s3.internal.crypto with parameters of type AWSCredentialsProviderModifierConstructorDescriptionCryptoModuleDispatcher
(AWSKMSClient kms, com.amazonaws.services.s3.internal.S3Direct s3, AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider encryptionMaterialsProvider, CryptoConfiguration cryptoConfig) protected
S3CryptoModuleBase
(AWSKMSClient kms, com.amazonaws.services.s3.internal.S3Direct s3, AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider kekMaterialsProvider, CryptoConfiguration cryptoConfig) protected
S3CryptoModuleBase
(com.amazonaws.services.s3.internal.S3Direct s3, AWSCredentialsProvider credentialsProvider, EncryptionMaterialsProvider kekMaterialsProvider, CryptoConfiguration cryptoConfig) For testing purposes only. -
Uses of AWSCredentialsProvider in com.amazonaws.services.s3.transfer
Constructors in com.amazonaws.services.s3.transfer with parameters of type AWSCredentialsProviderModifierConstructorDescriptionTransferManager
(AWSCredentialsProvider credentialsProvider) Constructs a newTransferManager
and Amazon S3 client using the specified AWS security credentials provider. -
Uses of AWSCredentialsProvider in com.amazonaws.services.securitytoken
Constructors in com.amazonaws.services.securitytoken with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSSecurityTokenServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS STS using the specified AWS account credentials provider.AWSSecurityTokenServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS STS using the provided AWS account credentials provider and client configuration options.AWSSecurityTokenServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS STS using the specified AWS account credentials provider, executor service, and client configuration options.AWSSecurityTokenServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS STS using the specified AWS account credentials provider and executor service.AWSSecurityTokenServiceClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS STS using the specified AWS account credentials provider.AWSSecurityTokenServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS STS using the specified AWS account credentials provider and client configuration options.AWSSecurityTokenServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS STS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.simpledb
Constructors in com.amazonaws.services.simpledb with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonSimpleDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider.AmazonSimpleDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SimpleDB using the provided AWS account credentials provider and client configuration options.AmazonSimpleDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSimpleDBAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider and executor service.AmazonSimpleDBClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider.AmazonSimpleDBClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider and client configuration options.AmazonSimpleDBClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SimpleDB using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.simpleemail
Constructors in com.amazonaws.services.simpleemail with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonSimpleEmailServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SES using the specified AWS account credentials provider.AmazonSimpleEmailServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SES using the provided AWS account credentials provider and client configuration options.AmazonSimpleEmailServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SES using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSimpleEmailServiceAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SES using the specified AWS account credentials provider and executor service.AmazonSimpleEmailServiceClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SES using the specified AWS account credentials provider.AmazonSimpleEmailServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SES using the specified AWS account credentials provider and client configuration options.AmazonSimpleEmailServiceClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SES using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.simplesystemsmanagement
Constructors in com.amazonaws.services.simplesystemsmanagement with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSSimpleSystemsManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SSM using the specified AWS account credentials provider.AWSSimpleSystemsManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SSM using the provided AWS account credentials provider and client configuration options.AWSSimpleSystemsManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SSM using the specified AWS account credentials provider, executor service, and client configuration options.AWSSimpleSystemsManagementAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SSM using the specified AWS account credentials provider and executor service.AWSSimpleSystemsManagementClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider.AWSSimpleSystemsManagementClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider and client configuration options.AWSSimpleSystemsManagementClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SSM using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.simpleworkflow
Constructors in com.amazonaws.services.simpleworkflow with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonSimpleWorkflowAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SWF using the specified AWS account credentials provider.AmazonSimpleWorkflowAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SWF using the provided AWS account credentials provider and client configuration options.AmazonSimpleWorkflowAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SWF using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSimpleWorkflowAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SWF using the specified AWS account credentials provider and executor service.AmazonSimpleWorkflowClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials provider.AmazonSimpleWorkflowClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials provider and client configuration options.AmazonSimpleWorkflowClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SWF using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.sns
Constructors in com.amazonaws.services.sns with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonSNSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider.AmazonSNSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SNS using the provided AWS account credentials provider and client configuration options.AmazonSNSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSNSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SNS using the specified AWS account credentials provider and executor service.AmazonSNSClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SNS using the specified AWS account credentials provider.AmazonSNSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SNS using the specified AWS account credentials provider and client configuration options.AmazonSNSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SNS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.sqs
Constructors in com.amazonaws.services.sqs with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonSQSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider.AmazonSQSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon SQS using the provided AWS account credentials provider and client configuration options.AmazonSQSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider, executor service, and client configuration options.AmazonSQSAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon SQS using the specified AWS account credentials provider and executor service.AmazonSQSClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials provider.AmazonSQSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials provider and client configuration options.AmazonSQSClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon SQS using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.storagegateway
Constructors in com.amazonaws.services.storagegateway with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSStorageGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider.AWSStorageGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Storage Gateway using the provided AWS account credentials provider and client configuration options.AWSStorageGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider, executor service, and client configuration options.AWSStorageGatewayAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider and executor service.AWSStorageGatewayClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider.AWSStorageGatewayClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider and client configuration options.AWSStorageGatewayClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Storage Gateway using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.support
Constructors in com.amazonaws.services.support with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSSupportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on AWS Support using the specified AWS account credentials provider.AWSSupportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on AWS Support using the provided AWS account credentials provider and client configuration options.AWSSupportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Support using the specified AWS account credentials provider, executor service, and client configuration options.AWSSupportAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on AWS Support using the specified AWS account credentials provider and executor service.AWSSupportClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on AWS Support using the specified AWS account credentials provider.AWSSupportClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on AWS Support using the specified AWS account credentials provider and client configuration options.AWSSupportClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on AWS Support using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.waf
Constructors in com.amazonaws.services.waf with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAWSWAFAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on WAF using the specified AWS account credentials provider.AWSWAFAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on WAF using the provided AWS account credentials provider and client configuration options.AWSWAFAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on WAF using the specified AWS account credentials provider, executor service, and client configuration options.AWSWAFAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on WAF using the specified AWS account credentials provider and executor service.AWSWAFClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on WAF using the specified AWS account credentials provider.AWSWAFClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on WAF using the specified AWS account credentials provider and client configuration options.AWSWAFClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on WAF using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.services.workspaces
Constructors in com.amazonaws.services.workspaces with parameters of type AWSCredentialsProviderModifierConstructorDescriptionAmazonWorkspacesAsyncClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new asynchronous client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider.AmazonWorkspacesAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new asynchronous client to invoke service methods on Amazon WorkSpaces using the provided AWS account credentials provider and client configuration options.AmazonWorkspacesAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider, executor service, and client configuration options.AmazonWorkspacesAsyncClient
(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService) Constructs a new asynchronous client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider and executor service.AmazonWorkspacesClient
(AWSCredentialsProvider awsCredentialsProvider) Constructs a new client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider.AmazonWorkspacesClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration) Constructs a new client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider and client configuration options.AmazonWorkspacesClient
(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector) Constructs a new client to invoke service methods on Amazon WorkSpaces using the specified AWS account credentials provider, client configuration options, and request metric collector. -
Uses of AWSCredentialsProvider in com.amazonaws.util
Methods in com.amazonaws.util that return AWSCredentialsProviderModifier and TypeMethodDescriptionstatic AWSCredentialsProvider
CredentialUtils.getCredentialsProvider
(AmazonWebServiceRequest req, AWSCredentialsProvider base) Returns the credentials provider that will be used to fetch the credentials when signing the request.Methods in com.amazonaws.util with parameters of type AWSCredentialsProviderModifier and TypeMethodDescriptionstatic AWSCredentialsProvider
CredentialUtils.getCredentialsProvider
(AmazonWebServiceRequest req, AWSCredentialsProvider base) Returns the credentials provider that will be used to fetch the credentials when signing the request.