A B C D E F G H I J K L M N O P Q R S T U V W

A

abort() - Method in class com.amazonaws.services.s3.model.S3ObjectInputStream
Aborts the underlying http request without reading any more data and closes the stream.
abort() - Method in interface com.amazonaws.services.s3.transfer.Download
Cancels this download.
abort() - Method in interface com.amazonaws.services.s3.transfer.MultipleFileDownload
Cancels this download.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Aborts a multipart upload.
abortMultipartUpload(AbortMultipartUploadRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
AbortMultipartUploadRequest - Class in com.amazonaws.services.s3.model
The AbortMultipartUploadRequest contains the parameters used for the AbortMultipartUpload method.
AbortMultipartUploadRequest(String, String, String) - Constructor for class com.amazonaws.services.s3.model.AbortMultipartUploadRequest
Constructs a new request to abort a multipart upload.
abortMultipartUploads(String, Date) - Method in class com.amazonaws.services.s3.transfer.TransferManager
Aborts any multipart uploads that were initiated before the specified date.
AbstractAWSSigner - Class in com.amazonaws.auth
Abstract base class for AWS signing protocol implementations.
AbstractAWSSigner() - Constructor for class com.amazonaws.auth.AbstractAWSSigner
 
AbstractRequestHandler - Class in com.amazonaws.handlers
Simple implementation of RequestHandler to stub out required methods.
AbstractRequestHandler() - Constructor for class com.amazonaws.handlers.AbstractRequestHandler
 
AccessControlList - Class in com.amazonaws.services.s3.model
Represents an Amazon S3 Access Control List (ACL), including the ACL's set of grantees and the permissions assigned to each grantee.
AccessControlList() - Constructor for class com.amazonaws.services.s3.model.AccessControlList
 
AccountAttribute - Class in com.amazonaws.services.ec2.model
Account Attribute
AccountAttribute() - Constructor for class com.amazonaws.services.ec2.model.AccountAttribute
 
AccountAttributeValue - Class in com.amazonaws.services.ec2.model
Account Attribute Value
AccountAttributeValue() - Constructor for class com.amazonaws.services.ec2.model.AccountAttributeValue
 
Action - Interface in com.amazonaws.auth.policy
An access control policy action identifies a specific action in a service that can be performed on a resource.
activateLicense(ActivateLicenseRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Activates a specific number of licenses for a 90-day period.
activateLicense(ActivateLicenseRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Activates a specific number of licenses for a 90-day period.
activateLicenseAsync(ActivateLicenseRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Activates a specific number of licenses for a 90-day period.
activateLicenseAsync(ActivateLicenseRequest, AsyncHandler<ActivateLicenseRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Activates a specific number of licenses for a 90-day period.
activateLicenseAsync(ActivateLicenseRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Activates a specific number of licenses for a 90-day period.
activateLicenseAsync(ActivateLicenseRequest, AsyncHandler<ActivateLicenseRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Activates a specific number of licenses for a 90-day period.
ActivateLicenseRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the ActivateLicense operation.
ActivateLicenseRequest() - Constructor for class com.amazonaws.services.ec2.model.ActivateLicenseRequest
Default constructor for a new ActivateLicenseRequest object.
ActivateLicenseRequest(String, Integer) - Constructor for class com.amazonaws.services.ec2.model.ActivateLicenseRequest
Constructs a new ActivateLicenseRequest object.
Activity - Class in com.amazonaws.services.autoscaling.model
A scaling Activity is a long-running process that represents a change to your AutoScalingGroup, such as changing the size of the group.
Activity() - Constructor for class com.amazonaws.services.autoscaling.model.Activity
 
add(T) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
add(int, T) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
add(T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
add(int, T) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
addAll(Collection<? extends T>) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
addAll(int, Collection<? extends T>) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
addAll(Collection<? extends T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
addAll(int, Collection<? extends T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
addClientMarker(String) - Method in class com.amazonaws.RequestClientOptions
Adds a client marker, if it wasn't already present.
addFilterCondition(String, Condition) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBScanExpression
Deprecated. Adds a new filter condition to the current scan filter.
addFilterCondition(String, Condition) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBScanExpression
Adds a new filter condition to the current scan filter.
addHeader(String, String) - Method in class com.amazonaws.DefaultRequest
 
addHeader(String, String) - Method in interface com.amazonaws.Request
Adds the specified header to this request.
addParameter(String, String) - Method in class com.amazonaws.DefaultRequest
 
addParameter(String, String) - Method in interface com.amazonaws.Request
Adds the specified request parameter to this request.
addPermission(AddPermissionRequest) - Method in interface com.amazonaws.services.sns.AmazonSNS
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sns.AmazonSNSClient
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermission(AddPermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
The AddPermission action adds a permission to a queue for a specific principal .
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
The AddPermission action adds a permission to a queue for a specific principal .
addPermission(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(AddPermissionRequest) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The AddPermission action adds a statement to a topic's access control policy, granting access for the specified AWS accounts to the specified actions.
addPermissionAsync(AddPermissionRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The AddPermission action adds a permission to a queue for a specific principal .
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The AddPermission action adds a permission to a queue for a specific principal .
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The AddPermission action adds a permission to a queue for a specific principal .
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The AddPermission action adds a permission to a queue for a specific principal .
addPermissionAsync(AddPermissionRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
addPermissionAsync(AddPermissionRequest, AsyncHandler<AddPermissionRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AddPermissionRequest - Class in com.amazonaws.services.sns.model
Container for the parameters to the AddPermission operation.
AddPermissionRequest() - Constructor for class com.amazonaws.services.sns.model.AddPermissionRequest
Default constructor for a new AddPermissionRequest object.
AddPermissionRequest(String, String, List<String>, List<String>) - Constructor for class com.amazonaws.services.sns.model.AddPermissionRequest
Constructs a new AddPermissionRequest object.
AddPermissionRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the AddPermission operation.
AddPermissionRequest() - Constructor for class com.amazonaws.services.sqs.model.AddPermissionRequest
Default constructor for a new AddPermissionRequest object.
AddPermissionRequest(String, String, List<String>, List<String>) - Constructor for class com.amazonaws.services.sqs.model.AddPermissionRequest
Constructs a new AddPermissionRequest object.
addProgressListener(ProgressListener) - Method in interface com.amazonaws.services.s3.transfer.Transfer
Adds the specified progress listener to the list of listeners receiving updates about this transfer's progress.
addRequestHandler(RequestHandler) - Method in class com.amazonaws.AmazonWebServiceClient
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addRequestHandler(RequestHandler) - Method in class com.amazonaws.services.s3.AmazonS3Client
Appends a request handler to the list of registered handlers that are run as part of a request's lifecycle.
addRequestParameter(String, String) - Method in class com.amazonaws.services.s3.model.GeneratePresignedUrlRequest
Adds an additional request parameter to be included in the pre-signed URL.
Address - Class in com.amazonaws.services.ec2.model
Address() - Constructor for class com.amazonaws.services.ec2.model.Address
 
addUserMetadata(String, String) - Method in class com.amazonaws.services.s3.model.ObjectMetadata
Adds the key value pair of custom user-metadata for the associated object.
AdjustmentType - Class in com.amazonaws.services.autoscaling.model
Specifies whether the PutScalingPolicy ScalingAdjustment parameter is an absolute number or a percentage of the current capacity.
AdjustmentType() - Constructor for class com.amazonaws.services.autoscaling.model.AdjustmentType
 
AES_256_SERVER_SIDE_ENCRYPTION - Static variable in class com.amazonaws.services.s3.model.ObjectMetadata
 
afterError(Request<?>, Exception) - Method in class com.amazonaws.handlers.AbstractRequestHandler
 
afterError(Request<?>, Exception) - Method in interface com.amazonaws.handlers.RequestHandler
Runs any additional processing logic on a request after it has failed.
afterResponse(Request<?>, Object, TimingInfo) - Method in class com.amazonaws.handlers.AbstractRequestHandler
 
afterResponse(Request<?>, Object, TimingInfo) - Method in interface com.amazonaws.handlers.RequestHandler
Runs any additional processing logic on the specified request (after is has been executed by the client runtime).
Alarm - Class in com.amazonaws.services.autoscaling.model
The Alarm data type.
Alarm() - Constructor for class com.amazonaws.services.autoscaling.model.Alarm
 
AlarmHistoryItem - Class in com.amazonaws.services.cloudwatch.model
The AlarmHistoryItem data type contains descriptive information about the history of a specific alarm.
AlarmHistoryItem() - Constructor for class com.amazonaws.services.cloudwatch.model.AlarmHistoryItem
 
allocateAddress(AllocateAddressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddress() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddress(AllocateAddressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddress() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddressAsync(AllocateAddressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddressAsync(AllocateAddressRequest, AsyncHandler<AllocateAddressRequest, AllocateAddressResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddressAsync(AllocateAddressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AllocateAddress operation acquires an elastic IP address for use with your account.
allocateAddressAsync(AllocateAddressRequest, AsyncHandler<AllocateAddressRequest, AllocateAddressResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AllocateAddress operation acquires an elastic IP address for use with your account.
AllocateAddressRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the AllocateAddress operation.
AllocateAddressRequest() - Constructor for class com.amazonaws.services.ec2.model.AllocateAddressRequest
 
AllocateAddressResult - Class in com.amazonaws.services.ec2.model
Result returned from allocating an Elastic IP.
AllocateAddressResult() - Constructor for class com.amazonaws.services.ec2.model.AllocateAddressResult
 
AllUsers - Static variable in class com.amazonaws.auth.policy.Principal
Principal instance that includes all users, including anonymous users.
AlreadyExistsException - Exception in com.amazonaws.services.autoscaling.model
The named Auto Scaling group or launch configuration already exists.
AlreadyExistsException(String) - Constructor for exception com.amazonaws.services.autoscaling.model.AlreadyExistsException
Constructs a new AlreadyExistsException with the specified error message.
AMAZON_PREFIX - Static variable in interface com.amazonaws.services.s3.Headers
Prefix for general Amazon headers: x-amz-
AmazonAutoScaling - Interface in com.amazonaws.services.autoscaling
Interface for accessing AmazonAutoScaling.
AmazonAutoScalingAsync - Interface in com.amazonaws.services.autoscaling
Interface for accessing AmazonAutoScaling asynchronously.
AmazonAutoScalingAsyncClient - Class in com.amazonaws.services.autoscaling
Asynchronous client for accessing AmazonAutoScaling.
AmazonAutoScalingAsyncClient() - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling.
AmazonAutoScalingAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling.
AmazonAutoScalingAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials.
AmazonAutoScalingAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials and executor service.
AmazonAutoScalingAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials, executor service, and client configuration options.
AmazonAutoScalingAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider.
AmazonAutoScalingAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider and executor service.
AmazonAutoScalingAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider and client configuration options.
AmazonAutoScalingAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonAutoScalingClient - Class in com.amazonaws.services.autoscaling
Client for accessing AmazonAutoScaling.
AmazonAutoScalingClient() - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling.
AmazonAutoScalingClient(ClientConfiguration) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling.
AmazonAutoScalingClient(AWSCredentials) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials.
AmazonAutoScalingClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials and client configuration options.
AmazonAutoScalingClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider.
AmazonAutoScalingClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Constructs a new client to invoke service methods on AmazonAutoScaling using the specified AWS account credentials provider and client configuration options.
AmazonClientException - Exception in com.amazonaws
Base exception class for any errors that occur while attempting to use an AWS client to make service calls to Amazon Web Services.
AmazonClientException(String, Throwable) - Constructor for exception com.amazonaws.AmazonClientException
Creates a new AmazonClientException with the specified message, and root cause.
AmazonClientException(String) - Constructor for exception com.amazonaws.AmazonClientException
Creates a new AmazonClientException with the specified message.
AmazonCloudWatch - Interface in com.amazonaws.services.cloudwatch
Interface for accessing AmazonCloudWatch.
AmazonCloudWatchAsync - Interface in com.amazonaws.services.cloudwatch
Interface for accessing AmazonCloudWatch asynchronously.
AmazonCloudWatchAsyncClient - Class in com.amazonaws.services.cloudwatch
Asynchronous client for accessing AmazonCloudWatch.
AmazonCloudWatchAsyncClient() - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch.
AmazonCloudWatchAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch.
AmazonCloudWatchAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials.
AmazonCloudWatchAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials and executor service.
AmazonCloudWatchAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials, executor service, and client configuration options.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider and executor service.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider and client configuration options.
AmazonCloudWatchAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonCloudWatchClient - Class in com.amazonaws.services.cloudwatch
Client for accessing AmazonCloudWatch.
AmazonCloudWatchClient() - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch.
AmazonCloudWatchClient(ClientConfiguration) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch.
AmazonCloudWatchClient(AWSCredentials) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials.
AmazonCloudWatchClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials and client configuration options.
AmazonCloudWatchClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider.
AmazonCloudWatchClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Constructs a new client to invoke service methods on AmazonCloudWatch using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDB - Interface in com.amazonaws.services.dynamodb
Deprecated. 
AmazonDynamoDB - Interface in com.amazonaws.services.dynamodbv2
Interface for accessing AmazonDynamoDBv2.
AmazonDynamoDBAsync - Interface in com.amazonaws.services.dynamodb
Deprecated. 
AmazonDynamoDBAsync - Interface in com.amazonaws.services.dynamodbv2
Interface for accessing AmazonDynamoDBv2 asynchronously.
AmazonDynamoDBAsyncClient - Class in com.amazonaws.services.dynamodb
Deprecated. 
AmazonDynamoDBAsyncClient() - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB.
AmazonDynamoDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB.
AmazonDynamoDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials.
AmazonDynamoDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials and executor service.
AmazonDynamoDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials, executor service, and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider and executor service.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated. Constructs a new asynchronous client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonDynamoDBAsyncClient - Class in com.amazonaws.services.dynamodbv2
Asynchronous client for accessing AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials.
AmazonDynamoDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials and executor service.
AmazonDynamoDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials, executor service, and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and executor service.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonDynamoDBClient - Class in com.amazonaws.services.dynamodb
Deprecated. 
AmazonDynamoDBClient() - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB.
AmazonDynamoDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB.
AmazonDynamoDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials.
AmazonDynamoDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials and client configuration options.
AmazonDynamoDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider.
AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated. Constructs a new client to invoke service methods on AmazonDynamoDB using the specified AWS account credentials provider and client configuration options.
AmazonDynamoDBClient - Class in com.amazonaws.services.dynamodbv2
Client for accessing AmazonDynamoDBv2.
AmazonDynamoDBClient() - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2.
AmazonDynamoDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials.
AmazonDynamoDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials and client configuration options.
AmazonDynamoDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider.
AmazonDynamoDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Constructs a new client to invoke service methods on AmazonDynamoDBv2 using the specified AWS account credentials provider and client configuration options.
AmazonEC2 - Interface in com.amazonaws.services.ec2
Interface for accessing AmazonEC2.
AmazonEC2Async - Interface in com.amazonaws.services.ec2
Interface for accessing AmazonEC2 asynchronously.
AmazonEC2AsyncClient - Class in com.amazonaws.services.ec2
Asynchronous client for accessing AmazonEC2.
AmazonEC2AsyncClient() - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2.
AmazonEC2AsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2.
AmazonEC2AsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials.
AmazonEC2AsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials and executor service.
AmazonEC2AsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials, executor service, and client configuration options.
AmazonEC2AsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider.
AmazonEC2AsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider and executor service.
AmazonEC2AsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider and client configuration options.
AmazonEC2AsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonEC2Client - Class in com.amazonaws.services.ec2
Client for accessing AmazonEC2.
AmazonEC2Client() - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2.
AmazonEC2Client(ClientConfiguration) - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2.
AmazonEC2Client(AWSCredentials) - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials.
AmazonEC2Client(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials and client configuration options.
AmazonEC2Client(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider.
AmazonEC2Client(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.ec2.AmazonEC2Client
Constructs a new client to invoke service methods on AmazonEC2 using the specified AWS account credentials provider and client configuration options.
AmazonElasticLoadBalancing - Interface in com.amazonaws.services.elasticloadbalancing
Interface for accessing AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingAsync - Interface in com.amazonaws.services.elasticloadbalancing
Interface for accessing AmazonElasticLoadBalancing asynchronously.
AmazonElasticLoadBalancingAsyncClient - Class in com.amazonaws.services.elasticloadbalancing
Asynchronous client for accessing AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingAsyncClient() - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials.
AmazonElasticLoadBalancingAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials and executor service.
AmazonElasticLoadBalancingAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials, executor service, and client configuration options.
AmazonElasticLoadBalancingAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider.
AmazonElasticLoadBalancingAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider and executor service.
AmazonElasticLoadBalancingAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider and client configuration options.
AmazonElasticLoadBalancingAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonElasticLoadBalancingClient - Class in com.amazonaws.services.elasticloadbalancing
Client for accessing AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingClient() - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingClient(ClientConfiguration) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing.
AmazonElasticLoadBalancingClient(AWSCredentials) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials.
AmazonElasticLoadBalancingClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials and client configuration options.
AmazonElasticLoadBalancingClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider.
AmazonElasticLoadBalancingClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Constructs a new client to invoke service methods on AmazonElasticLoadBalancing using the specified AWS account credentials provider and client configuration options.
AmazonS3 - Interface in com.amazonaws.services.s3
Provides an interface for accessing the Amazon S3 web service.
AmazonS3Client - Class in com.amazonaws.services.s3
Provides the client for accessing the Amazon S3 web service.
AmazonS3Client() - Constructor for class com.amazonaws.services.s3.AmazonS3Client
Constructs a new client to invoke service methods on Amazon S3.
AmazonS3Client(AWSCredentials) - Constructor for class com.amazonaws.services.s3.AmazonS3Client
Constructs a new Amazon S3 client using the specified AWS credentials to access Amazon S3.
AmazonS3Client(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3Client
Constructs a new Amazon S3 client using the specified AWS credentials and client configuration to access Amazon S3.
AmazonS3Client(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.s3.AmazonS3Client
Constructs a new Amazon S3 client using the specified AWS credentials provider to access Amazon S3.
AmazonS3Client(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3Client
Constructs a new Amazon S3 client using the specified AWS credentials and client configuration to access Amazon S3.
AmazonS3EncryptionClient - Class in com.amazonaws.services.s3
The AmazonS3Encryption class extends the Amazon S3 Client, allowing you to store data securely in S3.
AmazonS3EncryptionClient(EncryptionMaterials) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
AmazonS3EncryptionClient(EncryptionMaterialsProvider) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
AmazonS3EncryptionClient(EncryptionMaterials, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
AmazonS3EncryptionClient(EncryptionMaterialsProvider, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client that will make anonymous requests to Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterials) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterialsProvider) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentialsProvider, EncryptionMaterialsProvider) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterials, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterialsProvider, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentialsProvider, EncryptionMaterialsProvider, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterials, ClientConfiguration, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
Constructs a new Amazon S3 Encryption client using the specified AWS credentials and client configuration to access Amazon S3.
AmazonS3EncryptionClient(AWSCredentials, EncryptionMaterialsProvider, ClientConfiguration, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
AmazonS3EncryptionClient(AWSCredentialsProvider, EncryptionMaterialsProvider, ClientConfiguration, CryptoConfiguration) - Constructor for class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
AmazonS3Exception - Exception in com.amazonaws.services.s3.model
Provides an extension of the AmazonServiceException for errors reported by Amazon S3 while processing a request.
AmazonS3Exception(String) - Constructor for exception com.amazonaws.services.s3.model.AmazonS3Exception
Constructs a new AmazonS3Exception with the specified message.
AmazonS3Exception(String, Exception) - Constructor for exception com.amazonaws.services.s3.model.AmazonS3Exception
Constructs a new AmazonS3Exception with the specified message and root cause.
AmazonServiceException - Exception in com.amazonaws
Extension of AmazonClientException that represents an error response returned by an Amazon web service.
AmazonServiceException(String) - Constructor for exception com.amazonaws.AmazonServiceException
Constructs a new AmazonServiceException with the specified message.
AmazonServiceException(String, Exception) - Constructor for exception com.amazonaws.AmazonServiceException
Constructs a new AmazonServiceException with the specified message and exception indicating the root cause.
AmazonServiceException.ErrorType - Enum in com.amazonaws
Indicates who is responsible (if known) for a failed request.
AmazonSimpleDB - Interface in com.amazonaws.services.simpledb
Interface for accessing AmazonSimpleDB.
AmazonSimpleDBAsync - Interface in com.amazonaws.services.simpledb
Interface for accessing AmazonSimpleDB asynchronously.
AmazonSimpleDBAsyncClient - Class in com.amazonaws.services.simpledb
Asynchronous client for accessing AmazonSimpleDB.
AmazonSimpleDBAsyncClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
AmazonSimpleDBAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and executor service.
AmazonSimpleDBAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials, executor service, and client configuration options.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and executor service.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and client configuration options.
AmazonSimpleDBAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonSimpleDBClient - Class in com.amazonaws.services.simpledb
Client for accessing AmazonSimpleDB.
AmazonSimpleDBClient() - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB.
AmazonSimpleDBClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials.
AmazonSimpleDBClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials and client configuration options.
AmazonSimpleDBClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider.
AmazonSimpleDBClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Constructs a new client to invoke service methods on AmazonSimpleDB using the specified AWS account credentials provider and client configuration options.
AmazonSimpleEmailService - Interface in com.amazonaws.services.simpleemail
Interface for accessing AmazonSimpleEmailService.
AmazonSimpleEmailServiceAsync - Interface in com.amazonaws.services.simpleemail
Interface for accessing AmazonSimpleEmailService asynchronously.
AmazonSimpleEmailServiceAsyncClient - Class in com.amazonaws.services.simpleemail
Asynchronous client for accessing AmazonSimpleEmailService.
AmazonSimpleEmailServiceAsyncClient() - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService.
AmazonSimpleEmailServiceAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService.
AmazonSimpleEmailServiceAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials.
AmazonSimpleEmailServiceAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials and executor service.
AmazonSimpleEmailServiceAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials, executor service, and client configuration options.
AmazonSimpleEmailServiceAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider.
AmazonSimpleEmailServiceAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider and executor service.
AmazonSimpleEmailServiceAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider and client configuration options.
AmazonSimpleEmailServiceAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonSimpleEmailServiceClient - Class in com.amazonaws.services.simpleemail
Client for accessing AmazonSimpleEmailService.
AmazonSimpleEmailServiceClient() - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService.
AmazonSimpleEmailServiceClient(ClientConfiguration) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService.
AmazonSimpleEmailServiceClient(AWSCredentials) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials.
AmazonSimpleEmailServiceClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials and client configuration options.
AmazonSimpleEmailServiceClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider.
AmazonSimpleEmailServiceClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Constructs a new client to invoke service methods on AmazonSimpleEmailService using the specified AWS account credentials provider and client configuration options.
AmazonSNS - Interface in com.amazonaws.services.sns
Interface for accessing AmazonSNS.
AmazonSNSAsync - Interface in com.amazonaws.services.sns
Interface for accessing AmazonSNS asynchronously.
AmazonSNSAsyncClient - Class in com.amazonaws.services.sns
Asynchronous client for accessing AmazonSNS.
AmazonSNSAsyncClient() - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS.
AmazonSNSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS.
AmazonSNSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials.
AmazonSNSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials and executor service.
AmazonSNSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSNSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials provider.
AmazonSNSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials provider and executor service.
AmazonSNSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials provider and client configuration options.
AmazonSNSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sns.AmazonSNSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSNS using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonSNSClient - Class in com.amazonaws.services.sns
Client for accessing AmazonSNS.
AmazonSNSClient() - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS.
AmazonSNSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS.
AmazonSNSClient(AWSCredentials) - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials.
AmazonSNSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials and client configuration options.
AmazonSNSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials provider.
AmazonSNSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sns.AmazonSNSClient
Constructs a new client to invoke service methods on AmazonSNS using the specified AWS account credentials provider and client configuration options.
AmazonSQS - Interface in com.amazonaws.services.sqs
Interface for accessing AmazonSQS.
AmazonSQSAsync - Interface in com.amazonaws.services.sqs
Interface for accessing AmazonSQS asynchronously.
AmazonSQSAsyncClient - Class in com.amazonaws.services.sqs
Asynchronous client for accessing AmazonSQS.
AmazonSQSAsyncClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS.
AmazonSQSAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS.
AmazonSQSAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials.
AmazonSQSAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials and executor service.
AmazonSQSAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials, executor service, and client configuration options.
AmazonSQSAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials provider.
AmazonSQSAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials provider and executor service.
AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials provider and client configuration options.
AmazonSQSAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.sqs.AmazonSQSAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonSQS using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonSQSBufferedAsyncClient - Class in com.amazonaws.services.sqs.buffered
AmazonSQSBufferedAsyncClient provides client-side batching of outgoing sendMessage, deleteMessage and changeMessageVisibility calls.
AmazonSQSBufferedAsyncClient(AmazonSQSAsync) - Constructor for class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AmazonSQSBufferedAsyncClient(AmazonSQSAsync, QueueBufferConfig) - Constructor for class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
AmazonSQSClient - Class in com.amazonaws.services.sqs
Client for accessing AmazonSQS.
AmazonSQSClient() - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS.
AmazonSQSClient(ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS.
AmazonSQSClient(AWSCredentials) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials.
AmazonSQSClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials and client configuration options.
AmazonSQSClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials provider.
AmazonSQSClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.sqs.AmazonSQSClient
Constructs a new client to invoke service methods on AmazonSQS using the specified AWS account credentials provider and client configuration options.
AmazonWebServiceClient - Class in com.amazonaws
Abstract base class for Amazon Web Service Java clients.
AmazonWebServiceClient(ClientConfiguration) - Constructor for class com.amazonaws.AmazonWebServiceClient
Constructs a new AmazonWebServiceClient object using the specified configuration.
AmazonWebServiceRequest - Class in com.amazonaws
Base class for all user facing web service requests.
AmazonWebServiceRequest() - Constructor for class com.amazonaws.AmazonWebServiceRequest
 
AmazonWebServiceResponse<T> - Class in com.amazonaws
Represents the response from an AWS service, including the result payload and any response metadata.
AmazonWebServiceResponse() - Constructor for class com.amazonaws.AmazonWebServiceResponse
 
AnonymousAWSCredentials - Class in com.amazonaws.auth
Basic implementation of the AWSCredentials interface that allows use of "anonymous" credentials.
AnonymousAWSCredentials() - Constructor for class com.amazonaws.auth.AnonymousAWSCredentials
 
AppCookieStickinessPolicy - Class in com.amazonaws.services.elasticloadbalancing.model
The AppCookieStickinessPolicy data type.
AppCookieStickinessPolicy() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.AppCookieStickinessPolicy
Default constructor for a new AppCookieStickinessPolicy object.
AppCookieStickinessPolicy(String, String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.AppCookieStickinessPolicy
Constructs a new AppCookieStickinessPolicy object.
appendUserAgent(X, String) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
appendUserAgent(X, String) - Method in class com.amazonaws.services.s3.transfer.TransferManager
 
applySecurityGroupsToLoadBalancer(ApplySecurityGroupsToLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Associates one or more security groups with your LoadBalancer in VPC.
applySecurityGroupsToLoadBalancer(ApplySecurityGroupsToLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Associates one or more security groups with your LoadBalancer in VPC.
applySecurityGroupsToLoadBalancerAsync(ApplySecurityGroupsToLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Associates one or more security groups with your LoadBalancer in VPC.
applySecurityGroupsToLoadBalancerAsync(ApplySecurityGroupsToLoadBalancerRequest, AsyncHandler<ApplySecurityGroupsToLoadBalancerRequest, ApplySecurityGroupsToLoadBalancerResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Associates one or more security groups with your LoadBalancer in VPC.
applySecurityGroupsToLoadBalancerAsync(ApplySecurityGroupsToLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Associates one or more security groups with your LoadBalancer in VPC.
applySecurityGroupsToLoadBalancerAsync(ApplySecurityGroupsToLoadBalancerRequest, AsyncHandler<ApplySecurityGroupsToLoadBalancerRequest, ApplySecurityGroupsToLoadBalancerResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Associates one or more security groups with your LoadBalancer in VPC.
ApplySecurityGroupsToLoadBalancerRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the ApplySecurityGroupsToLoadBalancer operation.
ApplySecurityGroupsToLoadBalancerRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.ApplySecurityGroupsToLoadBalancerRequest
 
ApplySecurityGroupsToLoadBalancerResult - Class in com.amazonaws.services.elasticloadbalancing.model
The out for the ApplySecurityGroupsToLoadBalancer action.
ApplySecurityGroupsToLoadBalancerResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.ApplySecurityGroupsToLoadBalancerResult
 
ArnCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of an Amazon Resource Name (ARN).
ArnCondition(ArnCondition.ArnComparisonType, String, String) - Constructor for class com.amazonaws.auth.policy.conditions.ArnCondition
Constructs a new access control policy condition that compares ARNs (Amazon Resource Names).
ArnCondition.ArnComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways an ARN comparison can be evaluated.
associateAddress(AssociateAddressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The AssociateAddress operation associates an elastic IP address with an instance.
associateAddress(AssociateAddressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The AssociateAddress operation associates an elastic IP address with an instance.
associateAddressAsync(AssociateAddressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AssociateAddress operation associates an elastic IP address with an instance.
associateAddressAsync(AssociateAddressRequest, AsyncHandler<AssociateAddressRequest, AssociateAddressResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AssociateAddress operation associates an elastic IP address with an instance.
associateAddressAsync(AssociateAddressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AssociateAddress operation associates an elastic IP address with an instance.
associateAddressAsync(AssociateAddressRequest, AsyncHandler<AssociateAddressRequest, AssociateAddressResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AssociateAddress operation associates an elastic IP address with an instance.
AssociateAddressRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the AssociateAddress operation.
AssociateAddressRequest() - Constructor for class com.amazonaws.services.ec2.model.AssociateAddressRequest
Default constructor for a new AssociateAddressRequest object.
AssociateAddressRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.AssociateAddressRequest
Constructs a new AssociateAddressRequest object.
AssociateAddressResult - Class in com.amazonaws.services.ec2.model
Associate Address Result
AssociateAddressResult() - Constructor for class com.amazonaws.services.ec2.model.AssociateAddressResult
 
AssumedRoleUser - Class in com.amazonaws.services.securitytoken.model
Identifiers for the temporary security credentials that the AssumeRole action returns.
AssumedRoleUser() - Constructor for class com.amazonaws.services.securitytoken.model.AssumedRoleUser
 
assumeRole(AssumeRoleRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenService
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
assumeRole(AssumeRoleRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
assumeRoleAsync(AssumeRoleRequest) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsync
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
assumeRoleAsync(AssumeRoleRequest, AsyncHandler<AssumeRoleRequest, AssumeRoleResult>) - Method in interface com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsync
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
assumeRoleAsync(AssumeRoleRequest) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
assumeRoleAsync(AssumeRoleRequest, AsyncHandler<AssumeRoleRequest, AssumeRoleResult>) - Method in class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
The AssumeRole action returns a set of temporary security credentials that you can use to access resources that are defined in the role's policy.
AssumeRoleRequest - Class in com.amazonaws.services.securitytoken.model
Container for the parameters to the AssumeRole operation.
AssumeRoleRequest() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleRequest
 
AssumeRoleResult - Class in com.amazonaws.services.securitytoken.model
Contains the result of a successful invocation of the AssumeRole action.
AssumeRoleResult() - Constructor for class com.amazonaws.services.securitytoken.model.AssumeRoleResult
 
AsyncHandler<REQUEST extends AmazonWebServiceRequest,RESULT> - Interface in com.amazonaws.handlers
Callback interface for notification on web service requests executed with the asynchronous clients in the AWS SDK for Java.
attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest, AsyncHandler<AttachLoadBalancerToSubnetsRequest, AttachLoadBalancerToSubnetsResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest, AsyncHandler<AttachLoadBalancerToSubnetsRequest, AttachLoadBalancerToSubnetsResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Adds one or more subnets to the set of configured subnets in the VPC for the LoadBalancer.
AttachLoadBalancerToSubnetsRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the AttachLoadBalancerToSubnets operation.
AttachLoadBalancerToSubnetsRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest
 
AttachLoadBalancerToSubnetsResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the AttachLoadBalancerToSubnets action.
AttachLoadBalancerToSubnetsResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResult
 
attachVolume(AttachVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Attach a previously created volume to a running instance.
attachVolume(AttachVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Attach a previously created volume to a running instance.
attachVolumeAsync(AttachVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Attach a previously created volume to a running instance.
attachVolumeAsync(AttachVolumeRequest, AsyncHandler<AttachVolumeRequest, AttachVolumeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Attach a previously created volume to a running instance.
attachVolumeAsync(AttachVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Attach a previously created volume to a running instance.
attachVolumeAsync(AttachVolumeRequest, AsyncHandler<AttachVolumeRequest, AttachVolumeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Attach a previously created volume to a running instance.
AttachVolumeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the AttachVolume operation.
AttachVolumeRequest() - Constructor for class com.amazonaws.services.ec2.model.AttachVolumeRequest
Default constructor for a new AttachVolumeRequest object.
AttachVolumeRequest(String, String, String) - Constructor for class com.amazonaws.services.ec2.model.AttachVolumeRequest
Constructs a new AttachVolumeRequest object.
AttachVolumeResult - Class in com.amazonaws.services.ec2.model
Result of attaching an Amazon EBS volume to a running instance.
AttachVolumeResult() - Constructor for class com.amazonaws.services.ec2.model.AttachVolumeResult
 
Attribute - Class in com.amazonaws.services.simpledb.model
Attribute() - Constructor for class com.amazonaws.services.simpledb.model.Attribute
Default constructor for a new Attribute object.
Attribute(String, String) - Constructor for class com.amazonaws.services.simpledb.model.Attribute
Constructs a new Attribute object.
AttributeAction - Enum in com.amazonaws.services.dynamodb.model
Deprecated. 
AttributeAction - Enum in com.amazonaws.services.dynamodbv2.model
Attribute Action
AttributeDefinition - Class in com.amazonaws.services.dynamodbv2.model
Specifies an attribute for describing the key schema for the table and indexes.
AttributeDefinition() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeDefinition
 
AttributeDoesNotExistException - Exception in com.amazonaws.services.simpledb.model
The specified attribute does not exist.
AttributeDoesNotExistException(String) - Constructor for exception com.amazonaws.services.simpledb.model.AttributeDoesNotExistException
Constructs a new AttributeDoesNotExistException with the specified error message.
AttributeValue - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
AttributeValue() - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValue
Deprecated. Default constructor for a new AttributeValue object.
AttributeValue(String) - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValue
Deprecated. Constructs a new AttributeValue object.
AttributeValue(List<String>) - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValue
Deprecated. Constructs a new AttributeValue object.
AttributeValue - Class in com.amazonaws.services.dynamodbv2.model
Represents the data for an attribute.
AttributeValue() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Default constructor for a new AttributeValue object.
AttributeValue(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Constructs a new AttributeValue object.
AttributeValue(List<String>) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValue
Constructs a new AttributeValue object.
AttributeValueUpdate - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
AttributeValueUpdate() - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValueUpdate
Deprecated. Default constructor for a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, String) - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValueUpdate
Deprecated. Constructs a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, AttributeAction) - Constructor for class com.amazonaws.services.dynamodb.model.AttributeValueUpdate
Deprecated. Constructs a new AttributeValueUpdate object.
AttributeValueUpdate - Class in com.amazonaws.services.dynamodbv2.model
For the UpdateItem operation, represents the attributes to be modified,the action to perform on each, and the new value for each.
AttributeValueUpdate() - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Default constructor for a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, String) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Constructs a new AttributeValueUpdate object.
AttributeValueUpdate(AttributeValue, AttributeAction) - Constructor for class com.amazonaws.services.dynamodbv2.model.AttributeValueUpdate
Constructs a new AttributeValueUpdate object.
AuthorizationErrorException - Exception in com.amazonaws.services.sns.model
Indicates that the user has been denied access to the requested resource.
AuthorizationErrorException(String) - Constructor for exception com.amazonaws.services.sns.model.AuthorizationErrorException
Constructs a new AuthorizationErrorException with the specified error message.
authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngress() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngress() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The AuthorizeSecurityGroupIngress operation adds permissions to a security group.
AuthorizeSecurityGroupIngressRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the AuthorizeSecurityGroupIngress operation.
AuthorizeSecurityGroupIngressRequest() - Constructor for class com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressRequest
Default constructor for a new AuthorizeSecurityGroupIngressRequest object.
AuthorizeSecurityGroupIngressRequest(String, List<IpPermission>) - Constructor for class com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressRequest
Constructs a new AuthorizeSecurityGroupIngressRequest object.
Autoscaling - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
AutoScalingGroup - Class in com.amazonaws.services.autoscaling.model
The AutoScalingGroup data type.
AutoScalingGroup() - Constructor for class com.amazonaws.services.autoscaling.model.AutoScalingGroup
 
AutoScalingInstanceDetails - Class in com.amazonaws.services.autoscaling.model
The AutoScalingInstanceDetails data type.
AutoScalingInstanceDetails() - Constructor for class com.amazonaws.services.autoscaling.model.AutoScalingInstanceDetails
 
AvailabilityZone - Class in com.amazonaws.services.ec2.model
An EC2 availability zone, separate and fault tolerant from other availability zones.
AvailabilityZone() - Constructor for class com.amazonaws.services.ec2.model.AvailabilityZone
 
AvailabilityZoneMessage - Class in com.amazonaws.services.ec2.model
Availability Zone Message
AvailabilityZoneMessage() - Constructor for class com.amazonaws.services.ec2.model.AvailabilityZoneMessage
 
AWS3Signer - Class in com.amazonaws.auth
Signer implementation that signs requests with the AWS3 signing protocol.
AWS3Signer() - Constructor for class com.amazonaws.auth.AWS3Signer
 
AWS4Signer - Class in com.amazonaws.auth
Signer implementation that signs requests with the AWS4 signing protocol.
AWS4Signer() - Constructor for class com.amazonaws.auth.AWS4Signer
 
AWS_REQUEST_ID - Static variable in class com.amazonaws.ResponseMetadata
 
AWSCredentials - Interface in com.amazonaws.auth
Provides access to the AWS credentials used for accessing AWS services: AWS access key ID and secret access key.
AWSCredentialsProvider - Interface in com.amazonaws.auth
Interface for providing AWS credentials.
AWSCredentialsProviderChain - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that chains together multiple credentials providers.
AWSCredentialsProviderChain(AWSCredentialsProvider...) - Constructor for class com.amazonaws.auth.AWSCredentialsProviderChain
Constructs a new AWSCredentialsProviderChain with the specified credential providers.
AWSRefreshableSessionCredentials - Interface in com.amazonaws.auth
Session credentials that can be refreshed upon request.
AWSSecurityTokenService - Interface in com.amazonaws.services.securitytoken
Interface for accessing AWSSecurityTokenService.
AWSSecurityTokenServiceAsync - Interface in com.amazonaws.services.securitytoken
Interface for accessing AWSSecurityTokenService asynchronously.
AWSSecurityTokenServiceAsyncClient - Class in com.amazonaws.services.securitytoken
Asynchronous client for accessing AWSSecurityTokenService.
AWSSecurityTokenServiceAsyncClient() - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService.
AWSSecurityTokenServiceAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService.
AWSSecurityTokenServiceAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials.
AWSSecurityTokenServiceAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials and executor service.
AWSSecurityTokenServiceAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials, executor service, and client configuration options.
AWSSecurityTokenServiceAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider.
AWSSecurityTokenServiceAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider and executor service.
AWSSecurityTokenServiceAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider and client configuration options.
AWSSecurityTokenServiceAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider, executor service, and client configuration options.
AWSSecurityTokenServiceClient - Class in com.amazonaws.services.securitytoken
Client for accessing AWSSecurityTokenService.
AWSSecurityTokenServiceClient() - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService.
AWSSecurityTokenServiceClient(ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService.
AWSSecurityTokenServiceClient(AWSCredentials) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials.
AWSSecurityTokenServiceClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials and client configuration options.
AWSSecurityTokenServiceClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider.
AWSSecurityTokenServiceClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.securitytoken.AWSSecurityTokenServiceClient
Constructs a new client to invoke service methods on AWSSecurityTokenService using the specified AWS account credentials provider and client configuration options.
AWSSessionCredentials - Interface in com.amazonaws.auth
AWS session credentials object.

B

BackendServerDescription - Class in com.amazonaws.services.elasticloadbalancing.model
This data type is used as a response element in the DescribeLoadBalancers action to describe the configuration of the back-end server.
BackendServerDescription() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.BackendServerDescription
 
BasicAWSCredentials - Class in com.amazonaws.auth
Basic implementation of the AWSCredentials interface that allows callers to pass in the AWS access key and secret access in the constructor.
BasicAWSCredentials(String, String) - Constructor for class com.amazonaws.auth.BasicAWSCredentials
Constructs a new BasicAWSCredentials object, with the specified AWS access key and AWS secret key.
BasicSessionCredentials - Class in com.amazonaws.auth
Simple session credentials with keys and session token.
BasicSessionCredentials(String, String, String) - Constructor for class com.amazonaws.auth.BasicSessionCredentials
 
batchDelete(List<? extends Object>) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchDelete(Object...) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchDelete(List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchDelete(Object...) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchDeleteAttributes(BatchDeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributes(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
batchDeleteAttributesAsync(BatchDeleteAttributesRequest, AsyncHandler<BatchDeleteAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Performs multiple DeleteAttributes operations in a single call, which reduces round trips and latencies.
BatchDeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the BatchDeleteAttributes operation.
BatchDeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Default constructor for a new BatchDeleteAttributesRequest object.
BatchDeleteAttributesRequest(String, List<DeletableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchDeleteAttributesRequest
Constructs a new BatchDeleteAttributesRequest object.
BatchEntryIdsNotDistinctException - Exception in com.amazonaws.services.sqs.model
Two or more batch entries have the same Id in the request.
BatchEntryIdsNotDistinctException(String) - Constructor for exception com.amazonaws.services.sqs.model.BatchEntryIdsNotDistinctException
Constructs a new BatchEntryIdsNotDistinctException with the specified error message.
batchGetItem(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItem(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItem(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
batchGetItem(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The BatchGetItem operation returns the attributes for multiple items from multiple tables using their primary keys.
BatchGetItemRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchGetItemRequest() - Constructor for class com.amazonaws.services.dynamodb.model.BatchGetItemRequest
Deprecated.  
BatchGetItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the BatchGetItem operation.
BatchGetItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemRequest
 
BatchGetItemResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchGetItemResult() - Constructor for class com.amazonaws.services.dynamodb.model.BatchGetItemResult
Deprecated.  
BatchGetItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a BatchGetItem operation.
BatchGetItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchGetItemResult
 
batchLoad(Map<Class<?>, List<KeyPair>>) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchLoad(List<Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(List<Object>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves the attributes for multiple items from multiple tables using their primary keys.
batchLoad(Map<Class<?>, List<KeyPair>>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Retrieves multiple items from multiple tables using their primary keys.
batchPutAttributes(BatchPutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributes(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The BatchPutAttributes operation creates or replaces attributes within one or more items.
batchPutAttributesAsync(BatchPutAttributesRequest, AsyncHandler<BatchPutAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The BatchPutAttributes operation creates or replaces attributes within one or more items.
BatchPutAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the BatchPutAttributes operation.
BatchPutAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Default constructor for a new BatchPutAttributesRequest object.
BatchPutAttributesRequest(String, List<ReplaceableItem>) - Constructor for class com.amazonaws.services.simpledb.model.BatchPutAttributesRequest
Constructs a new BatchPutAttributesRequest object.
BatchRequestTooLongException - Exception in com.amazonaws.services.sqs.model
The length of all the messages put together is more than the limit.
BatchRequestTooLongException(String) - Constructor for exception com.amazonaws.services.sqs.model.BatchRequestTooLongException
Constructs a new BatchRequestTooLongException with the specified error message.
BatchResponse - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchResponse() - Constructor for class com.amazonaws.services.dynamodb.model.BatchResponse
Deprecated.  
BatchResultErrorEntry - Class in com.amazonaws.services.sqs.model
This is used in the responses of batch API to give a detailed description of the result of an operation on each entry in the request.
BatchResultErrorEntry() - Constructor for class com.amazonaws.services.sqs.model.BatchResultErrorEntry
 
batchSave(List<? extends Object>) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchSave(Object...) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchSave(List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchSave(Object...) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWrite(List<? extends Object>, List<? extends Object>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Saves and deletes the objects given using one or more calls to the AmazonDynamoDB.batchWriteItem(BatchWriteItemRequest) API.
batchWriteItem(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItem(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItem(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
This operation enables you to put or delete several items across multiple tables in a single API call.
batchWriteItem(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
This operation enables you to put or delete several items across multiple tables in a single API call.
batchWriteItemAsync(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItemAsync(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Allows to execute a batch of Put and/or Delete Requests for many tables in a single call.
batchWriteItemAsync(BatchWriteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
This operation enables you to put or delete several items across multiple tables in a single API call.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
This operation enables you to put or delete several items across multiple tables in a single API call.
batchWriteItemAsync(BatchWriteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
This operation enables you to put or delete several items across multiple tables in a single API call.
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
This operation enables you to put or delete several items across multiple tables in a single API call.
BatchWriteItemRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchWriteItemRequest() - Constructor for class com.amazonaws.services.dynamodb.model.BatchWriteItemRequest
Deprecated.  
BatchWriteItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the BatchWriteItem operation.
BatchWriteItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchWriteItemRequest
 
BatchWriteItemResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchWriteItemResult() - Constructor for class com.amazonaws.services.dynamodb.model.BatchWriteItemResult
Deprecated.  
BatchWriteItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a BatchWriteItem operation.
BatchWriteItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.BatchWriteItemResult
 
BatchWriteResponse - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
BatchWriteResponse() - Constructor for class com.amazonaws.services.dynamodb.model.BatchWriteResponse
Deprecated.  
beforeRequest(Request<?>) - Method in class com.amazonaws.handlers.AbstractRequestHandler
 
beforeRequest(Request<?>) - Method in interface com.amazonaws.handlers.RequestHandler
Runs any additional processing logic on the specified request (before it is executed by the client runtime).
beforeRequest(Request<?>) - Method in class com.amazonaws.services.sqs.QueueUrlHandler
 
BlockDeviceMapping - Class in com.amazonaws.services.autoscaling.model
The BlockDeviceMapping data type.
BlockDeviceMapping() - Constructor for class com.amazonaws.services.autoscaling.model.BlockDeviceMapping
 
BlockDeviceMapping - Class in com.amazonaws.services.ec2.model
The BlockDeviceMappingItemType data type.
BlockDeviceMapping() - Constructor for class com.amazonaws.services.ec2.model.BlockDeviceMapping
 
Body - Class in com.amazonaws.services.simpleemail.model
Represents the body of the message.
Body() - Constructor for class com.amazonaws.services.simpleemail.model.Body
Default constructor for a new Body object.
Body(Content) - Constructor for class com.amazonaws.services.simpleemail.model.Body
Constructs a new Body object.
BooleanCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on a comparison of boolean values.
BooleanCondition(String, boolean) - Constructor for class com.amazonaws.auth.policy.conditions.BooleanCondition
Constructs a new access policy condition that performs a boolean comparison.
BOX_USAGE - Static variable in class com.amazonaws.services.simpledb.SimpleDBResponseMetadata
 
Bucket - Class in com.amazonaws.services.s3.model
Represents an Amazon S3 bucket.
Bucket() - Constructor for class com.amazonaws.services.s3.model.Bucket
Constructs a bucket without any name specified.
Bucket(String) - Constructor for class com.amazonaws.services.s3.model.Bucket
Creates a bucket with a name.
BucketCrossOriginConfiguration - Class in com.amazonaws.services.s3.model
 
BucketCrossOriginConfiguration(List<CORSRule>) - Constructor for class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
Constructs a new BucketCrossOriginConfiguration object with the rules given.
BucketCrossOriginConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketCrossOriginConfiguration
 
BucketLifecycleConfiguration - Class in com.amazonaws.services.s3.model
Container for bucket lifecycle configuration operations.
BucketLifecycleConfiguration(List<BucketLifecycleConfiguration.Rule>) - Constructor for class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
Constructs a new BucketLifecycleConfiguration object with the rules given.
BucketLifecycleConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketLifecycleConfiguration
 
BucketLifecycleConfiguration.Rule - Class in com.amazonaws.services.s3.model
 
BucketLifecycleConfiguration.Rule() - Constructor for class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Rule
 
BucketLifecycleConfiguration.Transition - Class in com.amazonaws.services.s3.model
The transition attribute of the rule describing how this object will move between different storage classes in Amazon S3.
BucketLifecycleConfiguration.Transition() - Constructor for class com.amazonaws.services.s3.model.BucketLifecycleConfiguration.Transition
 
BucketLoggingConfiguration - Class in com.amazonaws.services.s3.model
Represents bucket logging configuration used to control bucket-based server access logging in Amazon S3.
BucketLoggingConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketLoggingConfiguration
Creates a new bucket logging configuration, which by default is disabled.
BucketLoggingConfiguration(String, String) - Constructor for class com.amazonaws.services.s3.model.BucketLoggingConfiguration
Creates a new bucket logging configuration which enables server access logs to be collected and stored in the specified destination bucket with the specified log file prefix.
BucketNotificationConfiguration - Class in com.amazonaws.services.s3.model
Represents a bucket's notification configuration.
BucketNotificationConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketNotificationConfiguration
Creates a new bucket notification configuration.
BucketNotificationConfiguration(Collection<BucketNotificationConfiguration.TopicConfiguration>) - Constructor for class com.amazonaws.services.s3.model.BucketNotificationConfiguration
Creates a new bucket notification configuration containing the specified TopicConfigurations.
BucketNotificationConfiguration.TopicConfiguration - Class in com.amazonaws.services.s3.model
Represents the SNS topic to publish event notification to.
BucketNotificationConfiguration.TopicConfiguration(String, String) - Constructor for class com.amazonaws.services.s3.model.BucketNotificationConfiguration.TopicConfiguration
Creates a new BucketNotificationConfiguration.TopicConfiguration.
BucketPolicy - Class in com.amazonaws.services.s3.model
Represents a Amazon S3 bucket policy.
BucketPolicy() - Constructor for class com.amazonaws.services.s3.model.BucketPolicy
 
BucketTaggingConfiguration - Class in com.amazonaws.services.s3.model
 
BucketTaggingConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketTaggingConfiguration
Creates a new bucket tagging configuration.
BucketTaggingConfiguration(Collection<TagSet>) - Constructor for class com.amazonaws.services.s3.model.BucketTaggingConfiguration
Creates a new bucket Tagging configuration containing the specified TopicConfigurations.
BucketVersioningConfiguration - Class in com.amazonaws.services.s3.model
Represents the versioning configuration for a bucket.
BucketVersioningConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketVersioningConfiguration
Creates a new bucket versioning configuration object which defaults to BucketVersioningConfiguration.OFF status.
BucketVersioningConfiguration(String) - Constructor for class com.amazonaws.services.s3.model.BucketVersioningConfiguration
Creates a new bucket versioning configuration object with the specified status.
BucketWebsiteConfiguration - Class in com.amazonaws.services.s3.model
Bucket configuration options for hosting static websites entirely out of Amazon S3.
BucketWebsiteConfiguration() - Constructor for class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
Creates a new BucketWebsiteConfiguration.
BucketWebsiteConfiguration(String) - Constructor for class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
Creates a new BucketWebsiteConfiguration with the specified index document suffix.
BucketWebsiteConfiguration(String, String) - Constructor for class com.amazonaws.services.s3.model.BucketWebsiteConfiguration
Creates a new BucketWebsiteConfiguration with the specified index document suffix and error document.
bundleInstance(BundleInstanceRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The BundleInstance operation request that an instance is bundled the next time it boots.
bundleInstance(BundleInstanceRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The BundleInstance operation request that an instance is bundled the next time it boots.
bundleInstanceAsync(BundleInstanceRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The BundleInstance operation request that an instance is bundled the next time it boots.
bundleInstanceAsync(BundleInstanceRequest, AsyncHandler<BundleInstanceRequest, BundleInstanceResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The BundleInstance operation request that an instance is bundled the next time it boots.
bundleInstanceAsync(BundleInstanceRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The BundleInstance operation request that an instance is bundled the next time it boots.
bundleInstanceAsync(BundleInstanceRequest, AsyncHandler<BundleInstanceRequest, BundleInstanceResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The BundleInstance operation request that an instance is bundled the next time it boots.
BundleInstanceRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the BundleInstance operation.
BundleInstanceRequest() - Constructor for class com.amazonaws.services.ec2.model.BundleInstanceRequest
Default constructor for a new BundleInstanceRequest object.
BundleInstanceRequest(String, Storage) - Constructor for class com.amazonaws.services.ec2.model.BundleInstanceRequest
Constructs a new BundleInstanceRequest object.
BundleInstanceResult - Class in com.amazonaws.services.ec2.model
BundleInstanceResult() - Constructor for class com.amazonaws.services.ec2.model.BundleInstanceResult
 
BundleTask - Class in com.amazonaws.services.ec2.model
Represents a task to bundle an EC2 Windows instance into a new image.
BundleTask() - Constructor for class com.amazonaws.services.ec2.model.BundleTask
 
BundleTaskError - Class in com.amazonaws.services.ec2.model
Represents an error that occurred during a bundle task.
BundleTaskError() - Constructor for class com.amazonaws.services.ec2.model.BundleTaskError
 

C

CACHE_CONTROL - Static variable in interface com.amazonaws.services.s3.Headers
 
cancelBundleTask(CancelBundleTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
CancelBundleTask operation cancels a pending or in-progress bundling task.
cancelBundleTask(CancelBundleTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
CancelBundleTask operation cancels a pending or in-progress bundling task.
cancelBundleTaskAsync(CancelBundleTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
CancelBundleTask operation cancels a pending or in-progress bundling task.
cancelBundleTaskAsync(CancelBundleTaskRequest, AsyncHandler<CancelBundleTaskRequest, CancelBundleTaskResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
CancelBundleTask operation cancels a pending or in-progress bundling task.
cancelBundleTaskAsync(CancelBundleTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
CancelBundleTask operation cancels a pending or in-progress bundling task.
cancelBundleTaskAsync(CancelBundleTaskRequest, AsyncHandler<CancelBundleTaskRequest, CancelBundleTaskResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
CancelBundleTask operation cancels a pending or in-progress bundling task.
CancelBundleTaskRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CancelBundleTask operation.
CancelBundleTaskRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelBundleTaskRequest
Default constructor for a new CancelBundleTaskRequest object.
CancelBundleTaskRequest(String) - Constructor for class com.amazonaws.services.ec2.model.CancelBundleTaskRequest
Constructs a new CancelBundleTaskRequest object.
CancelBundleTaskResult - Class in com.amazonaws.services.ec2.model
The result of canceling an Amazon EC2 bundle task.
CancelBundleTaskResult() - Constructor for class com.amazonaws.services.ec2.model.CancelBundleTaskResult
 
cancelConversionTask(CancelConversionTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
cancelConversionTask(CancelConversionTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
cancelConversionTaskAsync(CancelConversionTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelConversionTaskAsync(CancelConversionTaskRequest, AsyncHandler<CancelConversionTaskRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelConversionTaskAsync(CancelConversionTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
cancelConversionTaskAsync(CancelConversionTaskRequest, AsyncHandler<CancelConversionTaskRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CancelConversionTaskRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CancelConversionTask operation.
CancelConversionTaskRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelConversionTaskRequest
 
CANCELED_EVENT_CODE - Static variable in class com.amazonaws.services.s3.model.ProgressEvent
 
cancelExportTask(CancelExportTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
cancelExportTask(CancelExportTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
cancelExportTaskAsync(CancelExportTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelExportTaskAsync(CancelExportTaskRequest, AsyncHandler<CancelExportTaskRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelExportTaskAsync(CancelExportTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
cancelExportTaskAsync(CancelExportTaskRequest, AsyncHandler<CancelExportTaskRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CancelExportTaskRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CancelExportTask operation.
CancelExportTaskRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelExportTaskRequest
 
CancelledSpotInstanceRequest - Class in com.amazonaws.services.ec2.model
Cancelled Spot Instance Request
CancelledSpotInstanceRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelledSpotInstanceRequest
 
cancelReservedInstancesListing(CancelReservedInstancesListingRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
cancelReservedInstancesListing(CancelReservedInstancesListingRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
cancelReservedInstancesListingAsync(CancelReservedInstancesListingRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelReservedInstancesListingAsync(CancelReservedInstancesListingRequest, AsyncHandler<CancelReservedInstancesListingRequest, CancelReservedInstancesListingResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
cancelReservedInstancesListingAsync(CancelReservedInstancesListingRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
cancelReservedInstancesListingAsync(CancelReservedInstancesListingRequest, AsyncHandler<CancelReservedInstancesListingRequest, CancelReservedInstancesListingResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CancelReservedInstancesListingRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CancelReservedInstancesListing operation.
CancelReservedInstancesListingRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelReservedInstancesListingRequest
 
CancelReservedInstancesListingResult - Class in com.amazonaws.services.ec2.model
Cancel Reserved Instances Listing Result
CancelReservedInstancesListingResult() - Constructor for class com.amazonaws.services.ec2.model.CancelReservedInstancesListingResult
 
cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Cancels one or more Spot Instance requests.
cancelSpotInstanceRequests(CancelSpotInstanceRequestsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Cancels one or more Spot Instance requests.
cancelSpotInstanceRequestsAsync(CancelSpotInstanceRequestsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Cancels one or more Spot Instance requests.
cancelSpotInstanceRequestsAsync(CancelSpotInstanceRequestsRequest, AsyncHandler<CancelSpotInstanceRequestsRequest, CancelSpotInstanceRequestsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Cancels one or more Spot Instance requests.
cancelSpotInstanceRequestsAsync(CancelSpotInstanceRequestsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Cancels one or more Spot Instance requests.
cancelSpotInstanceRequestsAsync(CancelSpotInstanceRequestsRequest, AsyncHandler<CancelSpotInstanceRequestsRequest, CancelSpotInstanceRequestsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Cancels one or more Spot Instance requests.
CancelSpotInstanceRequestsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CancelSpotInstanceRequests operation.
CancelSpotInstanceRequestsRequest() - Constructor for class com.amazonaws.services.ec2.model.CancelSpotInstanceRequestsRequest
Default constructor for a new CancelSpotInstanceRequestsRequest object.
CancelSpotInstanceRequestsRequest(List<String>) - Constructor for class com.amazonaws.services.ec2.model.CancelSpotInstanceRequestsRequest
Constructs a new CancelSpotInstanceRequestsRequest object.
CancelSpotInstanceRequestsResult - Class in com.amazonaws.services.ec2.model
Cancel Spot Instance Requests Result
CancelSpotInstanceRequestsResult() - Constructor for class com.amazonaws.services.ec2.model.CancelSpotInstanceRequestsResult
 
CANNED_ACL_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.S3ConditionFactory
Condition key for the canned ACL specified by a request.
CannedAccessControlList - Enum in com.amazonaws.services.s3.model
Specifies constants defining a canned access control list.
CanonicalGrantee - Class in com.amazonaws.services.s3.model
Represents a grantee identified by their canonical Amazon ID.
CanonicalGrantee(String) - Constructor for class com.amazonaws.services.s3.model.CanonicalGrantee
Constructs a new CanonicalGrantee object with the given canonical ID.
CertificateNotFoundException - Exception in com.amazonaws.services.elasticloadbalancing.model
The specified SSL ID does not refer to a valid SSL certificate in the AWS Identity and Access Management Service.
CertificateNotFoundException(String) - Constructor for exception com.amazonaws.services.elasticloadbalancing.model.CertificateNotFoundException
Constructs a new CertificateNotFoundException with the specified error message.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibility(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibility(ChangeMessageVisibilityRequest, QueueBufferCallback<ChangeMessageVisibilityRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value.
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityAsync(ChangeMessageVisibilityRequest, AsyncHandler<ChangeMessageVisibilityRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatch(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This is a batch version of ChangeMessageVisibility.
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
changeMessageVisibilityBatchAsync(ChangeMessageVisibilityBatchRequest, AsyncHandler<ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
ChangeMessageVisibilityBatchRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the ChangeMessageVisibilityBatch operation.
ChangeMessageVisibilityBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
Default constructor for a new ChangeMessageVisibilityBatchRequest object.
ChangeMessageVisibilityBatchRequest(String, List<ChangeMessageVisibilityBatchRequestEntry>) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequest
Constructs a new ChangeMessageVisibilityBatchRequest object.
ChangeMessageVisibilityBatchRequestEntry - Class in com.amazonaws.services.sqs.model
Encloses a receipt handle and an entry id for each message in ChangeMessageVisibilityBatchRequest.
ChangeMessageVisibilityBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Default constructor for a new ChangeMessageVisibilityBatchRequestEntry object.
ChangeMessageVisibilityBatchRequestEntry(String, String) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchRequestEntry
Constructs a new ChangeMessageVisibilityBatchRequestEntry object.
ChangeMessageVisibilityBatchResult - Class in com.amazonaws.services.sqs.model
 
ChangeMessageVisibilityBatchResult() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResult
 
ChangeMessageVisibilityBatchResultEntry - Class in com.amazonaws.services.sqs.model
Encloses the id of an entry in ChangeMessageVisibilityBatchRequest.
ChangeMessageVisibilityBatchResultEntry() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityBatchResultEntry
 
ChangeMessageVisibilityRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the ChangeMessageVisibility operation.
ChangeMessageVisibilityRequest() - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
Default constructor for a new ChangeMessageVisibilityRequest object.
ChangeMessageVisibilityRequest(String, String, Integer) - Constructor for class com.amazonaws.services.sqs.model.ChangeMessageVisibilityRequest
Constructs a new ChangeMessageVisibilityRequest object.
changeObjectStorageClass(String, String, StorageClass) - Method in interface com.amazonaws.services.s3.AmazonS3
Changes the Amazon S3 storage class for a specified object.
changeObjectStorageClass(String, String, StorageClass) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
ClasspathPropertiesFileCredentialsProvider - Class in com.amazonaws.auth
AWSCredentialsProvider implementation that loads AWS security credentials from a properties file on the classpath.
ClasspathPropertiesFileCredentialsProvider() - Constructor for class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Creates a new ClasspathPropertiesFileCredentialsProvider that will attempt to load the AwsCredentials.properties file from the classpath to read AWS security credentials.
ClasspathPropertiesFileCredentialsProvider(String) - Constructor for class com.amazonaws.auth.ClasspathPropertiesFileCredentialsProvider
Creates a new ClasspathPropertiesFileCredentialsProvider that will attempt to load a custom file from the classpath to read AWS security credentials.
clear() - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
clear() - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
clear() - Method in class com.amazonaws.services.sqs.buffered.ReceiveQueueBuffer
Clears and nacks any pre-fetched messages in this buffer.
ClientConfiguration - Class in com.amazonaws
Client configuration options such as proxy settings, user agent string, max retry attempts, etc.
ClientConfiguration() - Constructor for class com.amazonaws.ClientConfiguration
 
ClientConfiguration(ClientConfiguration) - Constructor for class com.amazonaws.ClientConfiguration
 
CloudFormation - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
CloudFront - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
CloudSearch - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
CloudWatch - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
com.amazonaws - package com.amazonaws
 
com.amazonaws.auth - package com.amazonaws.auth
 
com.amazonaws.auth.policy - package com.amazonaws.auth.policy
Classes for creating custom AWS access control policies.
com.amazonaws.auth.policy.actions - package com.amazonaws.auth.policy.actions
Collection of actions for AWS access control policies.
com.amazonaws.auth.policy.conditions - package com.amazonaws.auth.policy.conditions
Collection of AWS access control policy conditions.
com.amazonaws.auth.policy.resources - package com.amazonaws.auth.policy.resources
Collection of resources for AWS access control policies.
com.amazonaws.handlers - package com.amazonaws.handlers
 
com.amazonaws.regions - package com.amazonaws.regions
 
com.amazonaws.services.autoscaling - package com.amazonaws.services.autoscaling
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
com.amazonaws.services.autoscaling.model - package com.amazonaws.services.autoscaling.model
Classes modeling the various types represented by AmazonAutoScaling.
com.amazonaws.services.cloudwatch - package com.amazonaws.services.cloudwatch
Synchronous and asynchronous client classes for accessing AmazonCloudWatch.
com.amazonaws.services.cloudwatch.model - package com.amazonaws.services.cloudwatch.model
Classes modeling the various types represented by AmazonCloudWatch.
com.amazonaws.services.dynamodb - package com.amazonaws.services.dynamodb
Synchronous and asynchronous client classes for accessing AmazonDynamoDB.
com.amazonaws.services.dynamodb.datamodeling - package com.amazonaws.services.dynamodb.datamodeling
 
com.amazonaws.services.dynamodb.model - package com.amazonaws.services.dynamodb.model
Classes modeling the various types represented by AmazonDynamoDB.
com.amazonaws.services.dynamodbv2 - package com.amazonaws.services.dynamodbv2
Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2.
com.amazonaws.services.dynamodbv2.datamodeling - package com.amazonaws.services.dynamodbv2.datamodeling
 
com.amazonaws.services.dynamodbv2.model - package com.amazonaws.services.dynamodbv2.model
Classes modeling the various types represented by AmazonDynamoDBv2.
com.amazonaws.services.ec2 - package com.amazonaws.services.ec2
Synchronous and asynchronous client classes for accessing AmazonEC2.
com.amazonaws.services.ec2.model - package com.amazonaws.services.ec2.model
Classes modeling the various types represented by AmazonEC2.
com.amazonaws.services.ec2.util - package com.amazonaws.services.ec2.util
Utilities for working with Amazon EC2 such as generating policy signatures for use with the bundling API.
com.amazonaws.services.elasticloadbalancing - package com.amazonaws.services.elasticloadbalancing
Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
com.amazonaws.services.elasticloadbalancing.model - package com.amazonaws.services.elasticloadbalancing.model
Classes modeling the various types represented by AmazonElasticLoadBalancing.
com.amazonaws.services.s3 - package com.amazonaws.services.s3
Synchronous client for accessing Amazon S3.
com.amazonaws.services.s3.iterable - package com.amazonaws.services.s3.iterable
 
com.amazonaws.services.s3.model - package com.amazonaws.services.s3.model
Classes modeling the various types represented by Amazon S3.
com.amazonaws.services.s3.transfer - package com.amazonaws.services.s3.transfer
Transfer management.
com.amazonaws.services.s3.transfer.model - package com.amazonaws.services.s3.transfer.model
 
com.amazonaws.services.securitytoken - package com.amazonaws.services.securitytoken
Synchronous and asynchronous client classes for accessing AWSSecurityTokenService.
com.amazonaws.services.securitytoken.model - package com.amazonaws.services.securitytoken.model
Classes modeling the various types represented by AWSSecurityTokenService.
com.amazonaws.services.simpledb - package com.amazonaws.services.simpledb
Synchronous and asynchronous client classes for accessing AmazonSimpleDB.
com.amazonaws.services.simpledb.model - package com.amazonaws.services.simpledb.model
Classes modeling the various types represented by AmazonSimpleDB.
com.amazonaws.services.simpledb.util - package com.amazonaws.services.simpledb.util
Common utilities for working with Amazon SimpleDB, such as padding numeric datatypes so they can be compared as strings.
com.amazonaws.services.simpleemail - package com.amazonaws.services.simpleemail
Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService.
com.amazonaws.services.simpleemail.model - package com.amazonaws.services.simpleemail.model
Classes modeling the various types represented by AmazonSimpleEmailService.
com.amazonaws.services.sns - package com.amazonaws.services.sns
Synchronous and asynchronous client classes for accessing AmazonSNS.
com.amazonaws.services.sns.model - package com.amazonaws.services.sns.model
Classes modeling the various types represented by AmazonSNS.
com.amazonaws.services.sns.util - package com.amazonaws.services.sns.util
Utilities for working with Amazon Simple Notification Service such as validating message signatures.
com.amazonaws.services.sqs - package com.amazonaws.services.sqs
Synchronous and asynchronous client classes for accessing AmazonSQS.
com.amazonaws.services.sqs.buffered - package com.amazonaws.services.sqs.buffered
 
com.amazonaws.services.sqs.model - package com.amazonaws.services.sqs.model
Classes modeling the various types represented by AmazonSQS.
ComparisonOperator - Enum in com.amazonaws.services.cloudwatch.model
Comparison Operator
ComparisonOperator - Enum in com.amazonaws.services.dynamodb.model
Deprecated. 
ComparisonOperator - Enum in com.amazonaws.services.dynamodbv2.model
Comparison Operator
COMPLETED_EVENT_CODE - Static variable in class com.amazonaws.services.s3.model.ProgressEvent
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Completes a multipart upload by assembling previously uploaded parts.
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
completeMultipartUpload(CompleteMultipartUploadRequest) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
CompleteMultipartUploadRequest - Class in com.amazonaws.services.s3.model
Container for the parameters of the CompleteMultipartUpload operation.
CompleteMultipartUploadRequest(String, String, String, List<PartETag>) - Constructor for class com.amazonaws.services.s3.model.CompleteMultipartUploadRequest
Constructs a new request to complete a multipart upload.
CompleteMultipartUploadResult - Class in com.amazonaws.services.s3.model
The CompleteMultipartUploadResult contains all the information about the CompleteMultipartUpload method.
CompleteMultipartUploadResult() - Constructor for class com.amazonaws.services.s3.model.CompleteMultipartUploadResult
 
Condition - Class in com.amazonaws.auth.policy
AWS access control policy conditions are contained in Statement objects, and affect when a statement is applied.
Condition() - Constructor for class com.amazonaws.auth.policy.Condition
 
Condition - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
Condition() - Constructor for class com.amazonaws.services.dynamodb.model.Condition
Deprecated. Default constructor for a new Condition object.
Condition - Class in com.amazonaws.services.dynamodbv2.model
Represents a selection criteria for a Query or Scan operation.
Condition() - Constructor for class com.amazonaws.services.dynamodbv2.model.Condition
Default constructor for a new Condition object.
ConditionalCheckFailedException - Exception in com.amazonaws.services.dynamodb.model
Deprecated. 
ConditionalCheckFailedException(String) - Constructor for exception com.amazonaws.services.dynamodb.model.ConditionalCheckFailedException
Deprecated. Constructs a new ConditionalCheckFailedException with the specified error message.
ConditionalCheckFailedException - Exception in com.amazonaws.services.dynamodbv2.model
A condition specified in the operation could not be evaluated.
ConditionalCheckFailedException(String) - Constructor for exception com.amazonaws.services.dynamodbv2.model.ConditionalCheckFailedException
Constructs a new ConditionalCheckFailedException with the specified error message.
ConditionFactory - Class in com.amazonaws.auth.policy.conditions
Factory for creating common AWS access control policy conditions.
configureHealthCheck(ConfigureHealthCheckRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Enables the client to define an application healthcheck for the instances.
configureHealthCheck(ConfigureHealthCheckRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Enables the client to define an application healthcheck for the instances.
configureHealthCheckAsync(ConfigureHealthCheckRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Enables the client to define an application healthcheck for the instances.
configureHealthCheckAsync(ConfigureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Enables the client to define an application healthcheck for the instances.
configureHealthCheckAsync(ConfigureHealthCheckRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Enables the client to define an application healthcheck for the instances.
configureHealthCheckAsync(ConfigureHealthCheckRequest, AsyncHandler<ConfigureHealthCheckRequest, ConfigureHealthCheckResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Enables the client to define an application healthcheck for the instances.
ConfigureHealthCheckRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the ConfigureHealthCheck operation.
ConfigureHealthCheckRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckRequest
Default constructor for a new ConfigureHealthCheckRequest object.
ConfigureHealthCheckRequest(String, HealthCheck) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckRequest
Constructs a new ConfigureHealthCheckRequest object.
ConfigureHealthCheckResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the ConfigureHealthCheck action.
ConfigureHealthCheckResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckResult
 
confirmProductInstance(ConfirmProductInstanceRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
confirmProductInstance(ConfirmProductInstanceRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
confirmProductInstanceAsync(ConfirmProductInstanceRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
confirmProductInstanceAsync(ConfirmProductInstanceRequest, AsyncHandler<ConfirmProductInstanceRequest, ConfirmProductInstanceResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
confirmProductInstanceAsync(ConfirmProductInstanceRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
confirmProductInstanceAsync(ConfirmProductInstanceRequest, AsyncHandler<ConfirmProductInstanceRequest, ConfirmProductInstanceResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The ConfirmProductInstance operation returns true if the specified product code is attached to the specified instance.
ConfirmProductInstanceRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the ConfirmProductInstance operation.
ConfirmProductInstanceRequest() - Constructor for class com.amazonaws.services.ec2.model.ConfirmProductInstanceRequest
Default constructor for a new ConfirmProductInstanceRequest object.
ConfirmProductInstanceRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.ConfirmProductInstanceRequest
Constructs a new ConfirmProductInstanceRequest object.
ConfirmProductInstanceResult - Class in com.amazonaws.services.ec2.model
The result of calling the ConfirmProductInstance operation.
ConfirmProductInstanceResult() - Constructor for class com.amazonaws.services.ec2.model.ConfirmProductInstanceResult
 
confirmSubscription(ConfirmSubscriptionRequest) - Method in interface com.amazonaws.services.sns.AmazonSNS
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
confirmSubscription(ConfirmSubscriptionRequest) - Method in class com.amazonaws.services.sns.AmazonSNSClient
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
confirmSubscriptionAsync(ConfirmSubscriptionRequest) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
confirmSubscriptionAsync(ConfirmSubscriptionRequest, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult>) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
confirmSubscriptionAsync(ConfirmSubscriptionRequest) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
confirmSubscriptionAsync(ConfirmSubscriptionRequest, AsyncHandler<ConfirmSubscriptionRequest, ConfirmSubscriptionResult>) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The ConfirmSubscription action verifies an endpoint owner's intent to receive messages by validating the token sent to the endpoint by an earlier Subscribe action.
ConfirmSubscriptionRequest - Class in com.amazonaws.services.sns.model
Container for the parameters to the ConfirmSubscription operation.
ConfirmSubscriptionRequest() - Constructor for class com.amazonaws.services.sns.model.ConfirmSubscriptionRequest
Default constructor for a new ConfirmSubscriptionRequest object.
ConfirmSubscriptionRequest(String, String) - Constructor for class com.amazonaws.services.sns.model.ConfirmSubscriptionRequest
Constructs a new ConfirmSubscriptionRequest object.
ConfirmSubscriptionRequest(String, String, String) - Constructor for class com.amazonaws.services.sns.model.ConfirmSubscriptionRequest
Constructs a new ConfirmSubscriptionRequest object.
ConfirmSubscriptionResult - Class in com.amazonaws.services.sns.model
 
ConfirmSubscriptionResult() - Constructor for class com.amazonaws.services.sns.model.ConfirmSubscriptionResult
 
ConsumedCapacity - Class in com.amazonaws.services.dynamodbv2.model
The table name that consumed provisioned throughput, and the number of capacity units consumed by it.
ConsumedCapacity() - Constructor for class com.amazonaws.services.dynamodbv2.model.ConsumedCapacity
 
ContainerFormat - Enum in com.amazonaws.services.ec2.model
Container Format
contains(Object) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated. Returns whether the collection contains the given element.
contains(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
Returns whether the collection contains the given element.
containsAll(Collection<?>) - Method in class com.amazonaws.services.dynamodb.datamodeling.PaginatedList
Deprecated.  
containsAll(Collection<?>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.PaginatedList
 
Content - Class in com.amazonaws.services.simpleemail.model
Represents textual data, plus an optional character set specification.
Content() - Constructor for class com.amazonaws.services.simpleemail.model.Content
Default constructor for a new Content object.
Content(String) - Constructor for class com.amazonaws.services.simpleemail.model.Content
Constructs a new Content object.
CONTENT_DISPOSITION - Static variable in interface com.amazonaws.services.s3.Headers
 
CONTENT_ENCODING - Static variable in interface com.amazonaws.services.s3.Headers
 
CONTENT_LENGTH - Static variable in interface com.amazonaws.services.s3.Headers
 
CONTENT_MD5 - Static variable in interface com.amazonaws.services.s3.Headers
 
CONTENT_TYPE - Static variable in interface com.amazonaws.services.s3.Headers
 
ConversionTask - Class in com.amazonaws.services.ec2.model
Conversion Task
ConversionTask() - Constructor for class com.amazonaws.services.ec2.model.ConversionTask
 
COPY_PART_RANGE - Static variable in interface com.amazonaws.services.s3.Headers
Range header for the copy part request
COPY_SOURCE_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.S3ConditionFactory
Condition key for the source object specified by a request to copy an object.
COPY_SOURCE_IF_MATCH - Static variable in interface com.amazonaws.services.s3.Headers
ETag matching constraint header for the copy object request
COPY_SOURCE_IF_MODIFIED_SINCE - Static variable in interface com.amazonaws.services.s3.Headers
Modified since constraint header for the copy object request
COPY_SOURCE_IF_NO_MATCH - Static variable in interface com.amazonaws.services.s3.Headers
ETag non-matching constraint header for the copy object request
COPY_SOURCE_IF_UNMODIFIED_SINCE - Static variable in interface com.amazonaws.services.s3.Headers
Unmodified since constraint header for the copy object request
copyImage(CopyImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
copyImage(CopyImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
copyImageAsync(CopyImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
copyImageAsync(CopyImageRequest, AsyncHandler<CopyImageRequest, CopyImageResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
copyImageAsync(CopyImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
copyImageAsync(CopyImageRequest, AsyncHandler<CopyImageRequest, CopyImageResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CopyImageRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CopyImage operation.
CopyImageRequest() - Constructor for class com.amazonaws.services.ec2.model.CopyImageRequest
 
CopyImageResult - Class in com.amazonaws.services.ec2.model
Copy Image Result
CopyImageResult() - Constructor for class com.amazonaws.services.ec2.model.CopyImageResult
 
copyObject(String, String, String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
Copies a source object to a new destination in Amazon S3.
copyObject(CopyObjectRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Copies a source object to a new destination in Amazon S3.
copyObject(String, String, String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
copyObject(CopyObjectRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
CopyObjectRequest - Class in com.amazonaws.services.s3.model
Provides options for copying an Amazon S3 object from a source location to a new destination.
CopyObjectRequest(String, String, String, String) - Constructor for class com.amazonaws.services.s3.model.CopyObjectRequest
Constructs a new com.amazonaws.services.s3.model with only basic options.
CopyObjectRequest(String, String, String, String, String) - Constructor for class com.amazonaws.services.s3.model.CopyObjectRequest
Constructs a new CopyObjectRequest with basic options, providing an S3 version ID identifying the specific version of the source object to copy.
CopyObjectResult - Class in com.amazonaws.services.s3.model
Contains the data returned by Amazon S3 from the AmazonS3#copyObject(CopyObjectRequest copyObjectRequest) call.
CopyObjectResult() - Constructor for class com.amazonaws.services.s3.model.CopyObjectResult
 
copyPart(CopyPartRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Copies a source object to a part of a multipart upload.
copyPart(CopyPartRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
Copies a source object to a part of a multipart upload.
copyPart(CopyPartRequest) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
CopyPartRequest - Class in com.amazonaws.services.s3.model
Provides options for copying an Amazon S3 object from a source location to a part of a multipart upload.
CopyPartRequest() - Constructor for class com.amazonaws.services.s3.model.CopyPartRequest
 
CopyPartResult - Class in com.amazonaws.services.s3.model
Result of the copy part operation.
CopyPartResult() - Constructor for class com.amazonaws.services.s3.model.CopyPartResult
 
copyPrivateRequestParameters() - Method in class com.amazonaws.AmazonWebServiceRequest
Internal only method for accessing private, internal request parameters.
copySnapshot(CopySnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
copySnapshot(CopySnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
copySnapshotAsync(CopySnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
copySnapshotAsync(CopySnapshotRequest, AsyncHandler<CopySnapshotRequest, CopySnapshotResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
copySnapshotAsync(CopySnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
copySnapshotAsync(CopySnapshotRequest, AsyncHandler<CopySnapshotRequest, CopySnapshotResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CopySnapshotRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CopySnapshot operation.
CopySnapshotRequest() - Constructor for class com.amazonaws.services.ec2.model.CopySnapshotRequest
 
CopySnapshotResult - Class in com.amazonaws.services.ec2.model
Copy Snapshot Result
CopySnapshotResult() - Constructor for class com.amazonaws.services.ec2.model.CopySnapshotResult
 
CORSRule - Class in com.amazonaws.services.s3.model
Container for rules of cross origin configuration.
CORSRule() - Constructor for class com.amazonaws.services.s3.model.CORSRule
 
CORSRule.AllowedMethods - Enum in com.amazonaws.services.s3.model
Enumeration of names of the all the allowed methods.
count(Class<?>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<?>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data.
count(Class<?>, DynamoDBQueryExpression) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<?>, DynamoDBQueryExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data.
count(Class<?>, DynamoDBScanExpression) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<?>, DynamoDBScanExpression, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified scan expression and returns the count of matching items, without returning any of the actual item data.
count(Class<T>, DynamoDBQueryExpression<T>) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data, using the default configuration.
count(Class<T>, DynamoDBQueryExpression<T>, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Evaluates the specified query expression and returns the count of matching items, without returning any of the actual item data.
createAppCookieStickinessPolicy(CreateAppCookieStickinessPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
createAppCookieStickinessPolicy(CreateAppCookieStickinessPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
createAppCookieStickinessPolicyAsync(CreateAppCookieStickinessPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
createAppCookieStickinessPolicyAsync(CreateAppCookieStickinessPolicyRequest, AsyncHandler<CreateAppCookieStickinessPolicyRequest, CreateAppCookieStickinessPolicyResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
createAppCookieStickinessPolicyAsync(CreateAppCookieStickinessPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
createAppCookieStickinessPolicyAsync(CreateAppCookieStickinessPolicyRequest, AsyncHandler<CreateAppCookieStickinessPolicyRequest, CreateAppCookieStickinessPolicyResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Generates a stickiness policy with sticky session lifetimes that follow that of an application-generated cookie.
CreateAppCookieStickinessPolicyRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the CreateAppCookieStickinessPolicy operation.
CreateAppCookieStickinessPolicyRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateAppCookieStickinessPolicyRequest
Default constructor for a new CreateAppCookieStickinessPolicyRequest object.
CreateAppCookieStickinessPolicyRequest(String, String, String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateAppCookieStickinessPolicyRequest
Constructs a new CreateAppCookieStickinessPolicyRequest object.
CreateAppCookieStickinessPolicyResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the CreateAppCookieStickinessPolicy action.
CreateAppCookieStickinessPolicyResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateAppCookieStickinessPolicyResult
 
createAutoScalingGroup(CreateAutoScalingGroupRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Creates a new Auto Scaling group with the specified name and other attributes.
createAutoScalingGroup(CreateAutoScalingGroupRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Creates a new Auto Scaling group with the specified name and other attributes.
createAutoScalingGroupAsync(CreateAutoScalingGroupRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates a new Auto Scaling group with the specified name and other attributes.
createAutoScalingGroupAsync(CreateAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates a new Auto Scaling group with the specified name and other attributes.
createAutoScalingGroupAsync(CreateAutoScalingGroupRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates a new Auto Scaling group with the specified name and other attributes.
createAutoScalingGroupAsync(CreateAutoScalingGroupRequest, AsyncHandler<CreateAutoScalingGroupRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates a new Auto Scaling group with the specified name and other attributes.
CreateAutoScalingGroupRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the CreateAutoScalingGroup operation.
CreateAutoScalingGroupRequest() - Constructor for class com.amazonaws.services.autoscaling.model.CreateAutoScalingGroupRequest
 
createBucket(CreateBucketRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Creates a new Amazon S3 bucket in the default region, Region.US_Standard.
createBucket(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Creates a new Amazon S3 bucket with the specified name in the default (US) region, Region.US_Standard.
createBucket(String, Region) - Method in interface com.amazonaws.services.s3.AmazonS3
Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.
createBucket(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
Creates a new Amazon S3 bucket with the specified name in the specified Amazon S3 region.
createBucket(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
createBucket(String, Region) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
createBucket(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
createBucket(CreateBucketRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
CreateBucketRequest - Class in com.amazonaws.services.s3.model
Provides options for creating an Amazon S3 bucket.
CreateBucketRequest(String) - Constructor for class com.amazonaws.services.s3.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed to create the specified bucket in the US_Standard region.
CreateBucketRequest(String, Region) - Constructor for class com.amazonaws.services.s3.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed to create the specified bucket in the specified region.
CreateBucketRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.CreateBucketRequest
Constructs a new CreateBucketRequest, ready to be executed and create the specified bucket in the specified region.
createClient(Class<T>, AWSCredentialsProvider, ClientConfiguration) - Method in class com.amazonaws.regions.Region
Creates a new service client of the class given and configures it.
createDomain(CreateDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The CreateDomain operation creates a new domain.
createDomain(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The CreateDomain operation creates a new domain.
createDomainAsync(CreateDomainRequest, AsyncHandler<CreateDomainRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The CreateDomain operation creates a new domain.
CreateDomainRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the CreateDomain operation.
CreateDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Default constructor for a new CreateDomainRequest object.
CreateDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.CreateDomainRequest
Constructs a new CreateDomainRequest object.
createImage(CreateImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
createImage(CreateImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
createImageAsync(CreateImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
createImageAsync(CreateImageRequest, AsyncHandler<CreateImageRequest, CreateImageResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
createImageAsync(CreateImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
createImageAsync(CreateImageRequest, AsyncHandler<CreateImageRequest, CreateImageResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates an Amazon EBS-backed AMI from a "running" or "stopped" instance.
CreateImageRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateImage operation.
CreateImageRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateImageRequest
Default constructor for a new CreateImageRequest object.
CreateImageRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.CreateImageRequest
Constructs a new CreateImageRequest object.
CreateImageResult - Class in com.amazonaws.services.ec2.model
The result of creating a new EC2 image.
CreateImageResult() - Constructor for class com.amazonaws.services.ec2.model.CreateImageResult
 
createInstanceExportTask(CreateInstanceExportTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
createInstanceExportTask(CreateInstanceExportTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
createInstanceExportTaskAsync(CreateInstanceExportTaskRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
createInstanceExportTaskAsync(CreateInstanceExportTaskRequest, AsyncHandler<CreateInstanceExportTaskRequest, CreateInstanceExportTaskResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
createInstanceExportTaskAsync(CreateInstanceExportTaskRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
createInstanceExportTaskAsync(CreateInstanceExportTaskRequest, AsyncHandler<CreateInstanceExportTaskRequest, CreateInstanceExportTaskResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CreateInstanceExportTaskRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateInstanceExportTask operation.
CreateInstanceExportTaskRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateInstanceExportTaskRequest
 
CreateInstanceExportTaskResult - Class in com.amazonaws.services.ec2.model
Create Instance Export Task Result
CreateInstanceExportTaskResult() - Constructor for class com.amazonaws.services.ec2.model.CreateInstanceExportTaskResult
 
createKeyPair(CreateKeyPairRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
createKeyPair(CreateKeyPairRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
createKeyPairAsync(CreateKeyPairRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
createKeyPairAsync(CreateKeyPairRequest, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
createKeyPairAsync(CreateKeyPairRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
createKeyPairAsync(CreateKeyPairRequest, AsyncHandler<CreateKeyPairRequest, CreateKeyPairResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The CreateKeyPair operation creates a new 2048 bit RSA key pair and returns a unique ID that can be used to reference this key pair when launching new instances.
CreateKeyPairRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateKeyPair operation.
CreateKeyPairRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateKeyPairRequest
Default constructor for a new CreateKeyPairRequest object.
CreateKeyPairRequest(String) - Constructor for class com.amazonaws.services.ec2.model.CreateKeyPairRequest
Constructs a new CreateKeyPairRequest object.
CreateKeyPairResult - Class in com.amazonaws.services.ec2.model
The result of creating a new EC2 key pair.
CreateKeyPairResult() - Constructor for class com.amazonaws.services.ec2.model.CreateKeyPairResult
 
createLaunchConfiguration(CreateLaunchConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Creates a new launch configuration.
createLaunchConfiguration(CreateLaunchConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Creates a new launch configuration.
createLaunchConfigurationAsync(CreateLaunchConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates a new launch configuration.
createLaunchConfigurationAsync(CreateLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates a new launch configuration.
createLaunchConfigurationAsync(CreateLaunchConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates a new launch configuration.
createLaunchConfigurationAsync(CreateLaunchConfigurationRequest, AsyncHandler<CreateLaunchConfigurationRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates a new launch configuration.
CreateLaunchConfigurationRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the CreateLaunchConfiguration operation.
CreateLaunchConfigurationRequest() - Constructor for class com.amazonaws.services.autoscaling.model.CreateLaunchConfigurationRequest
 
createLBCookieStickinessPolicy(CreateLBCookieStickinessPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
createLBCookieStickinessPolicy(CreateLBCookieStickinessPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
createLBCookieStickinessPolicyAsync(CreateLBCookieStickinessPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
createLBCookieStickinessPolicyAsync(CreateLBCookieStickinessPolicyRequest, AsyncHandler<CreateLBCookieStickinessPolicyRequest, CreateLBCookieStickinessPolicyResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
createLBCookieStickinessPolicyAsync(CreateLBCookieStickinessPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
createLBCookieStickinessPolicyAsync(CreateLBCookieStickinessPolicyRequest, AsyncHandler<CreateLBCookieStickinessPolicyRequest, CreateLBCookieStickinessPolicyResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Generates a stickiness policy with sticky session lifetimes controlled by the lifetime of the browser (user-agent) or a specified expiration period.
CreateLBCookieStickinessPolicyRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the CreateLBCookieStickinessPolicy operation.
CreateLBCookieStickinessPolicyRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLBCookieStickinessPolicyRequest
Default constructor for a new CreateLBCookieStickinessPolicyRequest object.
CreateLBCookieStickinessPolicyRequest(String, String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLBCookieStickinessPolicyRequest
Constructs a new CreateLBCookieStickinessPolicyRequest object.
CreateLBCookieStickinessPolicyResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the CreateLBCookieStickinessPolicy action.
CreateLBCookieStickinessPolicyResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLBCookieStickinessPolicyResult
 
createLoadBalancer(CreateLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Creates a new LoadBalancer.
createLoadBalancer(CreateLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Creates a new LoadBalancer.
createLoadBalancerAsync(CreateLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates a new LoadBalancer.
createLoadBalancerAsync(CreateLoadBalancerRequest, AsyncHandler<CreateLoadBalancerRequest, CreateLoadBalancerResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates a new LoadBalancer.
createLoadBalancerAsync(CreateLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates a new LoadBalancer.
createLoadBalancerAsync(CreateLoadBalancerRequest, AsyncHandler<CreateLoadBalancerRequest, CreateLoadBalancerResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates a new LoadBalancer.
createLoadBalancerListeners(CreateLoadBalancerListenersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Creates one or more listeners on a LoadBalancer for the specified port.
createLoadBalancerListeners(CreateLoadBalancerListenersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Creates one or more listeners on a LoadBalancer for the specified port.
createLoadBalancerListenersAsync(CreateLoadBalancerListenersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates one or more listeners on a LoadBalancer for the specified port.
createLoadBalancerListenersAsync(CreateLoadBalancerListenersRequest, AsyncHandler<CreateLoadBalancerListenersRequest, Void>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates one or more listeners on a LoadBalancer for the specified port.
createLoadBalancerListenersAsync(CreateLoadBalancerListenersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates one or more listeners on a LoadBalancer for the specified port.
createLoadBalancerListenersAsync(CreateLoadBalancerListenersRequest, AsyncHandler<CreateLoadBalancerListenersRequest, Void>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates one or more listeners on a LoadBalancer for the specified port.
CreateLoadBalancerListenersRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the CreateLoadBalancerListeners operation.
CreateLoadBalancerListenersRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerListenersRequest
Default constructor for a new CreateLoadBalancerListenersRequest object.
CreateLoadBalancerListenersRequest(String, List<Listener>) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerListenersRequest
Constructs a new CreateLoadBalancerListenersRequest object.
createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Creates a new policy that contains the necessary attributes depending on the policy type.
createLoadBalancerPolicy(CreateLoadBalancerPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Creates a new policy that contains the necessary attributes depending on the policy type.
createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates a new policy that contains the necessary attributes depending on the policy type.
createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest, CreateLoadBalancerPolicyResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Creates a new policy that contains the necessary attributes depending on the policy type.
createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates a new policy that contains the necessary attributes depending on the policy type.
createLoadBalancerPolicyAsync(CreateLoadBalancerPolicyRequest, AsyncHandler<CreateLoadBalancerPolicyRequest, CreateLoadBalancerPolicyResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Creates a new policy that contains the necessary attributes depending on the policy type.
CreateLoadBalancerPolicyRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the CreateLoadBalancerPolicy operation.
CreateLoadBalancerPolicyRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerPolicyRequest
 
CreateLoadBalancerPolicyResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the CreateLoadBalancerPolicy action.
CreateLoadBalancerPolicyResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerPolicyResult
 
CreateLoadBalancerRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the CreateLoadBalancer operation.
CreateLoadBalancerRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerRequest
Default constructor for a new CreateLoadBalancerRequest object.
CreateLoadBalancerRequest(String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerRequest
Constructs a new CreateLoadBalancerRequest object.
CreateLoadBalancerRequest(String, List<Listener>, List<String>) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerRequest
Constructs a new CreateLoadBalancerRequest object.
CreateLoadBalancerResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the CreateLoadBalancer action.
CreateLoadBalancerResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.CreateLoadBalancerResult
 
createOrUpdateTags(CreateOrUpdateTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Creates new tags or updates existing tags for an Auto Scaling group.
createOrUpdateTags(CreateOrUpdateTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Creates new tags or updates existing tags for an Auto Scaling group.
createOrUpdateTagsAsync(CreateOrUpdateTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates new tags or updates existing tags for an Auto Scaling group.
createOrUpdateTagsAsync(CreateOrUpdateTagsRequest, AsyncHandler<CreateOrUpdateTagsRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Creates new tags or updates existing tags for an Auto Scaling group.
createOrUpdateTagsAsync(CreateOrUpdateTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates new tags or updates existing tags for an Auto Scaling group.
createOrUpdateTagsAsync(CreateOrUpdateTagsRequest, AsyncHandler<CreateOrUpdateTagsRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Creates new tags or updates existing tags for an Auto Scaling group.
CreateOrUpdateTagsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the CreateOrUpdateTags operation.
CreateOrUpdateTagsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.CreateOrUpdateTagsRequest
 
createPlacementGroup(CreatePlacementGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
createPlacementGroup(CreatePlacementGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
createPlacementGroupAsync(CreatePlacementGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
createPlacementGroupAsync(CreatePlacementGroupRequest, AsyncHandler<CreatePlacementGroupRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
createPlacementGroupAsync(CreatePlacementGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
createPlacementGroupAsync(CreatePlacementGroupRequest, AsyncHandler<CreatePlacementGroupRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates a PlacementGroup into which multiple Amazon EC2 instances can be launched.
CreatePlacementGroupRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreatePlacementGroup operation.
CreatePlacementGroupRequest() - Constructor for class com.amazonaws.services.ec2.model.CreatePlacementGroupRequest
Default constructor for a new CreatePlacementGroupRequest object.
CreatePlacementGroupRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.CreatePlacementGroupRequest
Constructs a new CreatePlacementGroupRequest object.
CreatePlacementGroupRequest(String, PlacementStrategy) - Constructor for class com.amazonaws.services.ec2.model.CreatePlacementGroupRequest
Constructs a new CreatePlacementGroupRequest object.
createQueue(CreateQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueue(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(CreateQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The CreateQueue action creates a new queue, or returns the URL of an existing one.
createQueueAsync(CreateQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
createQueueAsync(CreateQueueRequest, AsyncHandler<CreateQueueRequest, CreateQueueResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
CreateQueueRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the CreateQueue operation.
CreateQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueRequest
Default constructor for a new CreateQueueRequest object.
CreateQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.CreateQueueRequest
Constructs a new CreateQueueRequest object.
CreateQueueResult - Class in com.amazonaws.services.sqs.model
 
CreateQueueResult() - Constructor for class com.amazonaws.services.sqs.model.CreateQueueResult
 
createReservedInstancesListing(CreateReservedInstancesListingRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
createReservedInstancesListing(CreateReservedInstancesListingRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
createReservedInstancesListingAsync(CreateReservedInstancesListingRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
createReservedInstancesListingAsync(CreateReservedInstancesListingRequest, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
createReservedInstancesListingAsync(CreateReservedInstancesListingRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
createReservedInstancesListingAsync(CreateReservedInstancesListingRequest, AsyncHandler<CreateReservedInstancesListingRequest, CreateReservedInstancesListingResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
CreateReservedInstancesListingRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateReservedInstancesListing operation.
CreateReservedInstancesListingRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateReservedInstancesListingRequest
 
CreateReservedInstancesListingResult - Class in com.amazonaws.services.ec2.model
Create Reserved Instances Listing Result
CreateReservedInstancesListingResult() - Constructor for class com.amazonaws.services.ec2.model.CreateReservedInstancesListingResult
 
createSecurityGroup(CreateSecurityGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The CreateSecurityGroup operation creates a new security group.
createSecurityGroup(CreateSecurityGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The CreateSecurityGroup operation creates a new security group.
createSecurityGroupAsync(CreateSecurityGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The CreateSecurityGroup operation creates a new security group.
createSecurityGroupAsync(CreateSecurityGroupRequest, AsyncHandler<CreateSecurityGroupRequest, CreateSecurityGroupResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The CreateSecurityGroup operation creates a new security group.
createSecurityGroupAsync(CreateSecurityGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The CreateSecurityGroup operation creates a new security group.
createSecurityGroupAsync(CreateSecurityGroupRequest, AsyncHandler<CreateSecurityGroupRequest, CreateSecurityGroupResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The CreateSecurityGroup operation creates a new security group.
CreateSecurityGroupRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateSecurityGroup operation.
CreateSecurityGroupRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateSecurityGroupRequest
Default constructor for a new CreateSecurityGroupRequest object.
CreateSecurityGroupRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.CreateSecurityGroupRequest
Constructs a new CreateSecurityGroupRequest object.
CreateSecurityGroupResult - Class in com.amazonaws.services.ec2.model
Create Security Group Result
CreateSecurityGroupResult() - Constructor for class com.amazonaws.services.ec2.model.CreateSecurityGroupResult
 
createSnapshot(CreateSnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Create a snapshot of the volume identified by volume ID.
createSnapshot(CreateSnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Create a snapshot of the volume identified by volume ID.
createSnapshotAsync(CreateSnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Create a snapshot of the volume identified by volume ID.
createSnapshotAsync(CreateSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Create a snapshot of the volume identified by volume ID.
createSnapshotAsync(CreateSnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Create a snapshot of the volume identified by volume ID.
createSnapshotAsync(CreateSnapshotRequest, AsyncHandler<CreateSnapshotRequest, CreateSnapshotResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Create a snapshot of the volume identified by volume ID.
CreateSnapshotRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateSnapshot operation.
CreateSnapshotRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateSnapshotRequest
Default constructor for a new CreateSnapshotRequest object.
CreateSnapshotRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.CreateSnapshotRequest
Constructs a new CreateSnapshotRequest object.
CreateSnapshotResult - Class in com.amazonaws.services.ec2.model
The result of creating a snapshot from an EBS volume.
CreateSnapshotResult() - Constructor for class com.amazonaws.services.ec2.model.CreateSnapshotResult
 
createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
createSpotDatafeedSubscription(CreateSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
createSpotDatafeedSubscriptionAsync(CreateSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
createSpotDatafeedSubscriptionAsync(CreateSpotDatafeedSubscriptionRequest, AsyncHandler<CreateSpotDatafeedSubscriptionRequest, CreateSpotDatafeedSubscriptionResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
createSpotDatafeedSubscriptionAsync(CreateSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
createSpotDatafeedSubscriptionAsync(CreateSpotDatafeedSubscriptionRequest, AsyncHandler<CreateSpotDatafeedSubscriptionRequest, CreateSpotDatafeedSubscriptionResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Creates the data feed for Spot Instances, enabling you to view Spot Instance usage logs.
CreateSpotDatafeedSubscriptionRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateSpotDatafeedSubscription operation.
CreateSpotDatafeedSubscriptionRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateSpotDatafeedSubscriptionRequest
Default constructor for a new CreateSpotDatafeedSubscriptionRequest object.
CreateSpotDatafeedSubscriptionRequest(String) - Constructor for class com.amazonaws.services.ec2.model.CreateSpotDatafeedSubscriptionRequest
Constructs a new CreateSpotDatafeedSubscriptionRequest object.
CreateSpotDatafeedSubscriptionResult - Class in com.amazonaws.services.ec2.model
Create Spot Datafeed Subscription Result
CreateSpotDatafeedSubscriptionResult() - Constructor for class com.amazonaws.services.ec2.model.CreateSpotDatafeedSubscriptionResult
 
createTable(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Adds a new table to your account.
createTable(CreateTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Adds a new table to your account.
createTable(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The CreateTable operation adds a new table to your account.
createTable(CreateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Adds a new table to your account.
createTableAsync(CreateTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Adds a new table to your account.
createTableAsync(CreateTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The CreateTable operation adds a new table to your account.
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The CreateTable operation adds a new table to your account.
CreateTableRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
CreateTableRequest() - Constructor for class com.amazonaws.services.dynamodb.model.CreateTableRequest
Deprecated. Default constructor for a new CreateTableRequest object.
CreateTableRequest(String, KeySchema) - Constructor for class com.amazonaws.services.dynamodb.model.CreateTableRequest
Deprecated. Constructs a new CreateTableRequest object.
CreateTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the CreateTable operation.
CreateTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Default constructor for a new CreateTableRequest object.
CreateTableRequest(String, List<KeySchemaElement>) - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableRequest
Constructs a new CreateTableRequest object.
CreateTableResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
CreateTableResult() - Constructor for class com.amazonaws.services.dynamodb.model.CreateTableResult
Deprecated.  
CreateTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a CreateTable operation.
CreateTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.CreateTableResult
 
createTags(CreateTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Adds or overwrites tags for the specified resources.
createTags(CreateTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Adds or overwrites tags for the specified resources.
createTagsAsync(CreateTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Adds or overwrites tags for the specified resources.
createTagsAsync(CreateTagsRequest, AsyncHandler<CreateTagsRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Adds or overwrites tags for the specified resources.
createTagsAsync(CreateTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Adds or overwrites tags for the specified resources.
createTagsAsync(CreateTagsRequest, AsyncHandler<CreateTagsRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Adds or overwrites tags for the specified resources.
CreateTagsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateTags operation.
CreateTagsRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateTagsRequest
Default constructor for a new CreateTagsRequest object.
CreateTagsRequest(List<String>, List<Tag>) - Constructor for class com.amazonaws.services.ec2.model.CreateTagsRequest
Constructs a new CreateTagsRequest object.
createTopic(CreateTopicRequest) - Method in interface com.amazonaws.services.sns.AmazonSNS
The CreateTopic action creates a topic to which notifications can be published.
createTopic(CreateTopicRequest) - Method in class com.amazonaws.services.sns.AmazonSNSClient
The CreateTopic action creates a topic to which notifications can be published.
createTopicAsync(CreateTopicRequest) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The CreateTopic action creates a topic to which notifications can be published.
createTopicAsync(CreateTopicRequest, AsyncHandler<CreateTopicRequest, CreateTopicResult>) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The CreateTopic action creates a topic to which notifications can be published.
createTopicAsync(CreateTopicRequest) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The CreateTopic action creates a topic to which notifications can be published.
createTopicAsync(CreateTopicRequest, AsyncHandler<CreateTopicRequest, CreateTopicResult>) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The CreateTopic action creates a topic to which notifications can be published.
CreateTopicRequest - Class in com.amazonaws.services.sns.model
Container for the parameters to the CreateTopic operation.
CreateTopicRequest() - Constructor for class com.amazonaws.services.sns.model.CreateTopicRequest
Default constructor for a new CreateTopicRequest object.
CreateTopicRequest(String) - Constructor for class com.amazonaws.services.sns.model.CreateTopicRequest
Constructs a new CreateTopicRequest object.
CreateTopicResult - Class in com.amazonaws.services.sns.model
 
CreateTopicResult() - Constructor for class com.amazonaws.services.sns.model.CreateTopicResult
 
createVolume(CreateVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Initializes an empty volume of a given size.
createVolume(CreateVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Initializes an empty volume of a given size.
createVolumeAsync(CreateVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Initializes an empty volume of a given size.
createVolumeAsync(CreateVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Initializes an empty volume of a given size.
createVolumeAsync(CreateVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Initializes an empty volume of a given size.
createVolumeAsync(CreateVolumeRequest, AsyncHandler<CreateVolumeRequest, CreateVolumeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Initializes an empty volume of a given size.
CreateVolumePermission - Class in com.amazonaws.services.ec2.model
Describes a permission allowing either a user or group to create a new EBS volume from a snapshot.
CreateVolumePermission() - Constructor for class com.amazonaws.services.ec2.model.CreateVolumePermission
 
CreateVolumePermissionModifications - Class in com.amazonaws.services.ec2.model
Create Volume Permission Modifications
CreateVolumePermissionModifications() - Constructor for class com.amazonaws.services.ec2.model.CreateVolumePermissionModifications
 
CreateVolumeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the CreateVolume operation.
CreateVolumeRequest() - Constructor for class com.amazonaws.services.ec2.model.CreateVolumeRequest
Default constructor for a new CreateVolumeRequest object.
CreateVolumeRequest(Integer, String) - Constructor for class com.amazonaws.services.ec2.model.CreateVolumeRequest
Constructs a new CreateVolumeRequest object.
CreateVolumeRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.CreateVolumeRequest
Constructs a new CreateVolumeRequest object.
CreateVolumeResult - Class in com.amazonaws.services.ec2.model
The result of creating a new EBS volume.
CreateVolumeResult() - Constructor for class com.amazonaws.services.ec2.model.CreateVolumeResult
 
Credentials - Class in com.amazonaws.services.securitytoken.model
AWS credentials for API authentication.
Credentials() - Constructor for class com.amazonaws.services.securitytoken.model.Credentials
Default constructor for a new Credentials object.
Credentials(String, String, String, Date) - Constructor for class com.amazonaws.services.securitytoken.model.Credentials
Constructs a new Credentials object.
CRYPTO_INSTRUCTION_FILE - Static variable in interface com.amazonaws.services.s3.Headers
Instruction file header to be placed in the metadata of instruction files
CRYPTO_IV - Static variable in interface com.amazonaws.services.s3.Headers
Initialization vector (IV) header that is used in the symmetric and envelope encryption mechanisms
CRYPTO_KEY - Static variable in interface com.amazonaws.services.s3.Headers
Encrypted symmetric key header that is used in the envelope encryption mechanism
CryptoConfiguration - Class in com.amazonaws.services.s3.model
Stores configuration parameters that will be used during encryption and decryption by the Amazon S3 Encryption Client.
CryptoConfiguration() - Constructor for class com.amazonaws.services.s3.model.CryptoConfiguration
Creates a new CryptoConfiguration object with default storage mode and crypto provider settings.
CryptoStorageMode - Enum in com.amazonaws.services.s3.model
Denotes the different storage modes available for storing the encryption information that accompanies encrypted objects in S3.
CURRENT_TIME_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.ConditionFactory
Condition key for the current time.

D

DataPipeline - Static variable in class com.amazonaws.regions.ServiceAbbreviations
 
Datapoint - Class in com.amazonaws.services.cloudwatch.model
The Datapoint data type encapsulates the statistical data that Amazon CloudWatch computes from metric data.
Datapoint() - Constructor for class com.amazonaws.services.cloudwatch.model.Datapoint
 
DATE - Static variable in interface com.amazonaws.services.s3.Headers
 
DateCondition - Class in com.amazonaws.auth.policy.conditions
AWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the current time at which a request is received, and a specific date.
DateCondition(DateCondition.DateComparisonType, Date) - Constructor for class com.amazonaws.auth.policy.conditions.DateCondition
Constructs a new access policy condition that compares the current time (on the AWS servers) to the specified date.
DateCondition.DateComparisonType - Enum in com.amazonaws.auth.policy.conditions
Enumeration of the supported ways a date comparison can be evaluated.
deactivateLicense(DeactivateLicenseRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deactivates a specific number of licenses.
deactivateLicense(DeactivateLicenseRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deactivates a specific number of licenses.
deactivateLicenseAsync(DeactivateLicenseRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deactivates a specific number of licenses.
deactivateLicenseAsync(DeactivateLicenseRequest, AsyncHandler<DeactivateLicenseRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deactivates a specific number of licenses.
deactivateLicenseAsync(DeactivateLicenseRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deactivates a specific number of licenses.
deactivateLicenseAsync(DeactivateLicenseRequest, AsyncHandler<DeactivateLicenseRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deactivates a specific number of licenses.
DeactivateLicenseRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeactivateLicense operation.
DeactivateLicenseRequest() - Constructor for class com.amazonaws.services.ec2.model.DeactivateLicenseRequest
Default constructor for a new DeactivateLicenseRequest object.
DeactivateLicenseRequest(String, Integer) - Constructor for class com.amazonaws.services.ec2.model.DeactivateLicenseRequest
Constructs a new DeactivateLicenseRequest object.
decodeDate(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes date value from the string representation created using encodeDate(..) function.
decodeRealNumberRangeFloat(String, int, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes float value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeRealNumberRangeInt(String, int) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes integer value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeRealNumberRangeLong(String, long) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes a long value from the string representation that was created by using encodeRealNumberRange(..) function.
decodeZeroPaddingFloat(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes zero-padded positive float value from the string representation
decodeZeroPaddingInt(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes zero-padded positive integer value from the string representation
decodeZeroPaddingLong(String) - Static method in class com.amazonaws.services.simpledb.util.SimpleDBUtils
Decodes a zero-padded positive long value from the string representation
DEFAULT - Static variable in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapperConfig
Deprecated. Default configuration uses UPDATE behavior for saves and EVENTUALly consistent reads, with no table name override.
DEFAULT - Static variable in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapperConfig
Default configuration uses UPDATE behavior for saves and EVENTUALly consistent reads, with no table name override.
DEFAULT_MAX_CONNECTIONS - Static variable in class com.amazonaws.ClientConfiguration
The default max connection pool size.
DEFAULT_MAX_RETRIES - Static variable in class com.amazonaws.ClientConfiguration
The default maximum number of retries for error responses.
DEFAULT_PATH_STYLE_ACCESS - Static variable in class com.amazonaws.services.s3.S3ClientOptions
The default setting for use of path-style access
DEFAULT_REGION - Static variable in enum com.amazonaws.regions.Regions
The default region that new customers in the US are encouraged to use when using AWS services for the first time.
DEFAULT_SOCKET_TIMEOUT - Static variable in class com.amazonaws.ClientConfiguration
The default timeout for a connected socket.
DEFAULT_USER_AGENT - Static variable in class com.amazonaws.ClientConfiguration
The default HTTP user agent header for AWS Java SDK clients.
DefaultAWSCredentialsProviderChain - Class in com.amazonaws.auth
AWS credentials provider chain that looks for credentials in this order: System Properties - aws.accessKeyId and aws.secretKey Classpath Properties File - AwsCredentials.properties in classpath
DefaultAWSCredentialsProviderChain() - Constructor for class com.amazonaws.auth.DefaultAWSCredentialsProviderChain
 
DefaultRequest<T> - Class in com.amazonaws
Default implementation of the Request interface.
DefaultRequest(AmazonWebServiceRequest, String) - Constructor for class com.amazonaws.DefaultRequest
Constructs a new DefaultRequest with the specified service name and the original, user facing request object.
DefaultRequest(String) - Constructor for class com.amazonaws.DefaultRequest
Constructs a new DefaultRequest with the specified service name and no specified original, user facing request object.
DeletableItem - Class in com.amazonaws.services.simpledb.model
Deletable Item
DeletableItem() - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Default constructor for a new DeletableItem object.
DeletableItem(String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.DeletableItem
Constructs a new DeletableItem object.
delete(Object) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Deletes the given object from its DynamoDB table.
delete(Object, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodb.datamodeling.DynamoDBMapper
Deprecated. Deletes the given object from its DynamoDB table.
delete(Object) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table.
delete(T, DynamoDBMapperConfig) - Method in class com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMapper
Deletes the given object from its DynamoDB table.
deleteAlarms(DeleteAlarmsRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Deletes all specified alarms.
deleteAlarms(DeleteAlarmsRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Deletes all specified alarms.
deleteAlarmsAsync(DeleteAlarmsRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Deletes all specified alarms.
deleteAlarmsAsync(DeleteAlarmsRequest, AsyncHandler<DeleteAlarmsRequest, Void>) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Deletes all specified alarms.
deleteAlarmsAsync(DeleteAlarmsRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Deletes all specified alarms.
deleteAlarmsAsync(DeleteAlarmsRequest, AsyncHandler<DeleteAlarmsRequest, Void>) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Deletes all specified alarms.
DeleteAlarmsRequest - Class in com.amazonaws.services.cloudwatch.model
Container for the parameters to the DeleteAlarms operation.
DeleteAlarmsRequest() - Constructor for class com.amazonaws.services.cloudwatch.model.DeleteAlarmsRequest
 
deleteAttributes(DeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
Deletes one or more attributes associated with an item.
deleteAttributes(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Deletes one or more attributes associated with an item.
deleteAttributesAsync(DeleteAttributesRequest, AsyncHandler<DeleteAttributesRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
Deletes one or more attributes associated with an item.
DeleteAttributesRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the DeleteAttributes operation.
DeleteAttributesRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Default constructor for a new DeleteAttributesRequest object.
DeleteAttributesRequest(String, String) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest(String, String, List<Attribute>) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
DeleteAttributesRequest(String, String, List<Attribute>, UpdateCondition) - Constructor for class com.amazonaws.services.simpledb.model.DeleteAttributesRequest
Constructs a new DeleteAttributesRequest object.
deleteAutoScalingGroup(DeleteAutoScalingGroupRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
deleteAutoScalingGroup(DeleteAutoScalingGroupRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
deleteAutoScalingGroupAsync(DeleteAutoScalingGroupRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
deleteAutoScalingGroupAsync(DeleteAutoScalingGroupRequest, AsyncHandler<DeleteAutoScalingGroupRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
deleteAutoScalingGroupAsync(DeleteAutoScalingGroupRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
deleteAutoScalingGroupAsync(DeleteAutoScalingGroupRequest, AsyncHandler<DeleteAutoScalingGroupRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.
DeleteAutoScalingGroupRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeleteAutoScalingGroup operation.
DeleteAutoScalingGroupRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeleteAutoScalingGroupRequest
 
deleteBucket(DeleteBucketRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the specified bucket.
deleteBucket(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the specified bucket.
deleteBucket(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucket(DeleteBucketRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketCrossOriginConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Delete the cross origin configuration for the specified bucket.
deleteBucketCrossOriginConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketLifecycleConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Removes the lifecycle configuration for the bucket specified.
deleteBucketLifecycleConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketPolicy(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the policy associated with the specified bucket.
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the policy associated with the specified bucket.
deleteBucketPolicy(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketPolicy(DeleteBucketPolicyRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
DeleteBucketPolicyRequest - Class in com.amazonaws.services.s3.model
Deletes the policy associated with the specified bucket.
DeleteBucketPolicyRequest(String) - Constructor for class com.amazonaws.services.s3.model.DeleteBucketPolicyRequest
Creates a new request object, ready to be executed to delete the bucket policy of an Amazon S3 bucket.
DeleteBucketRequest - Class in com.amazonaws.services.s3.model
Provides options for deleting a specified bucket.
DeleteBucketRequest(String) - Constructor for class com.amazonaws.services.s3.model.DeleteBucketRequest
Constructs a new DeleteBucketRequest, ready to be executed to delete the specified bucket.
deleteBucketTaggingConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
Removes the Tagging configuration for the bucket specified.
deleteBucketTaggingConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketWebsiteConfiguration(String) - Method in interface com.amazonaws.services.s3.AmazonS3
This operation removes the website configuration for a bucket.
deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
This operation removes the website configuration for a bucket.
deleteBucketWebsiteConfiguration(String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteBucketWebsiteConfiguration(DeleteBucketWebsiteConfigurationRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
DeleteBucketWebsiteConfigurationRequest - Class in com.amazonaws.services.s3.model
Request object for the parameters to delete a bucket's website configuration.
DeleteBucketWebsiteConfigurationRequest(String) - Constructor for class com.amazonaws.services.s3.model.DeleteBucketWebsiteConfigurationRequest
Creates a new requet object, ready to be executed to delete the website configuration for the specified bucket.
deleteDomain(DeleteDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDB
The DeleteDomain operation deletes a domain.
deleteDomain(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBClient
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, Void>) - Method in interface com.amazonaws.services.simpledb.AmazonSimpleDBAsync
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The DeleteDomain operation deletes a domain.
deleteDomainAsync(DeleteDomainRequest, AsyncHandler<DeleteDomainRequest, Void>) - Method in class com.amazonaws.services.simpledb.AmazonSimpleDBAsyncClient
The DeleteDomain operation deletes a domain.
DeleteDomainRequest - Class in com.amazonaws.services.simpledb.model
Container for the parameters to the DeleteDomain operation.
DeleteDomainRequest() - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Default constructor for a new DeleteDomainRequest object.
DeleteDomainRequest(String) - Constructor for class com.amazonaws.services.simpledb.model.DeleteDomainRequest
Constructs a new DeleteDomainRequest object.
deleteIdentity(DeleteIdentityRequest) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailService
Deletes the specified identity (email address or domain) from the list of verified identities.
deleteIdentity(DeleteIdentityRequest) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Deletes the specified identity (email address or domain) from the list of verified identities.
deleteIdentityAsync(DeleteIdentityRequest) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsync
Deletes the specified identity (email address or domain) from the list of verified identities.
deleteIdentityAsync(DeleteIdentityRequest, AsyncHandler<DeleteIdentityRequest, DeleteIdentityResult>) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsync
Deletes the specified identity (email address or domain) from the list of verified identities.
deleteIdentityAsync(DeleteIdentityRequest) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Deletes the specified identity (email address or domain) from the list of verified identities.
deleteIdentityAsync(DeleteIdentityRequest, AsyncHandler<DeleteIdentityRequest, DeleteIdentityResult>) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Deletes the specified identity (email address or domain) from the list of verified identities.
DeleteIdentityRequest - Class in com.amazonaws.services.simpleemail.model
Container for the parameters to the DeleteIdentity operation.
DeleteIdentityRequest() - Constructor for class com.amazonaws.services.simpleemail.model.DeleteIdentityRequest
 
DeleteIdentityResult - Class in com.amazonaws.services.simpleemail.model
An empty element.
DeleteIdentityResult() - Constructor for class com.amazonaws.services.simpleemail.model.DeleteIdentityResult
 
deleteItem(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Deletes a single item in a table by primary key.
deleteItem(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Deletes a single item in a table by primary key.
deleteItem(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Deletes a single item in a table by primary key.
deleteItem(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Deletes a single item in a table by primary key.
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Deletes a single item in a table by primary key.
DeleteItemRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DeleteItemRequest() - Constructor for class com.amazonaws.services.dynamodb.model.DeleteItemRequest
Deprecated. Default constructor for a new DeleteItemRequest object.
DeleteItemRequest(String, Key) - Constructor for class com.amazonaws.services.dynamodb.model.DeleteItemRequest
Deprecated. Constructs a new DeleteItemRequest object.
DeleteItemRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DeleteItem operation.
DeleteItemRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Default constructor for a new DeleteItemRequest object.
DeleteItemRequest(String, Map<String, AttributeValue>) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemRequest
Constructs a new DeleteItemRequest object.
DeleteItemResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DeleteItemResult() - Constructor for class com.amazonaws.services.dynamodb.model.DeleteItemResult
Deprecated.  
DeleteItemResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DeleteItem operation.
DeleteItemResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteItemResult
 
deleteKeyPair(DeleteKeyPairRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DeleteKeyPair operation deletes a key pair.
deleteKeyPair(DeleteKeyPairRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DeleteKeyPair operation deletes a key pair.
deleteKeyPairAsync(DeleteKeyPairRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeleteKeyPair operation deletes a key pair.
deleteKeyPairAsync(DeleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeleteKeyPair operation deletes a key pair.
deleteKeyPairAsync(DeleteKeyPairRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeleteKeyPair operation deletes a key pair.
deleteKeyPairAsync(DeleteKeyPairRequest, AsyncHandler<DeleteKeyPairRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeleteKeyPair operation deletes a key pair.
DeleteKeyPairRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteKeyPair operation.
DeleteKeyPairRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteKeyPairRequest
Default constructor for a new DeleteKeyPairRequest object.
DeleteKeyPairRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeleteKeyPairRequest
Constructs a new DeleteKeyPairRequest object.
deleteLaunchConfiguration(DeleteLaunchConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Deletes the specified LaunchConfiguration.
deleteLaunchConfiguration(DeleteLaunchConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Deletes the specified LaunchConfiguration.
deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes the specified LaunchConfiguration.
deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest, AsyncHandler<DeleteLaunchConfigurationRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes the specified LaunchConfiguration.
deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes the specified LaunchConfiguration.
deleteLaunchConfigurationAsync(DeleteLaunchConfigurationRequest, AsyncHandler<DeleteLaunchConfigurationRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes the specified LaunchConfiguration.
DeleteLaunchConfigurationRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeleteLaunchConfiguration operation.
DeleteLaunchConfigurationRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeleteLaunchConfigurationRequest
 
deleteLoadBalancer(DeleteLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Deletes the specified LoadBalancer.
deleteLoadBalancer(DeleteLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Deletes the specified LoadBalancer.
deleteLoadBalancerAsync(DeleteLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes the specified LoadBalancer.
deleteLoadBalancerAsync(DeleteLoadBalancerRequest, AsyncHandler<DeleteLoadBalancerRequest, Void>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes the specified LoadBalancer.
deleteLoadBalancerAsync(DeleteLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes the specified LoadBalancer.
deleteLoadBalancerAsync(DeleteLoadBalancerRequest, AsyncHandler<DeleteLoadBalancerRequest, Void>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes the specified LoadBalancer.
deleteLoadBalancerListeners(DeleteLoadBalancerListenersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Deletes listeners from the LoadBalancer for the specified port.
deleteLoadBalancerListeners(DeleteLoadBalancerListenersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Deletes listeners from the LoadBalancer for the specified port.
deleteLoadBalancerListenersAsync(DeleteLoadBalancerListenersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes listeners from the LoadBalancer for the specified port.
deleteLoadBalancerListenersAsync(DeleteLoadBalancerListenersRequest, AsyncHandler<DeleteLoadBalancerListenersRequest, Void>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes listeners from the LoadBalancer for the specified port.
deleteLoadBalancerListenersAsync(DeleteLoadBalancerListenersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes listeners from the LoadBalancer for the specified port.
deleteLoadBalancerListenersAsync(DeleteLoadBalancerListenersRequest, AsyncHandler<DeleteLoadBalancerListenersRequest, Void>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes listeners from the LoadBalancer for the specified port.
DeleteLoadBalancerListenersRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DeleteLoadBalancerListeners operation.
DeleteLoadBalancerListenersRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerListenersRequest
Default constructor for a new DeleteLoadBalancerListenersRequest object.
DeleteLoadBalancerListenersRequest(String, List<Integer>) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerListenersRequest
Constructs a new DeleteLoadBalancerListenersRequest object.
deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Deletes a policy from the LoadBalancer.
deleteLoadBalancerPolicy(DeleteLoadBalancerPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Deletes a policy from the LoadBalancer.
deleteLoadBalancerPolicyAsync(DeleteLoadBalancerPolicyRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes a policy from the LoadBalancer.
deleteLoadBalancerPolicyAsync(DeleteLoadBalancerPolicyRequest, AsyncHandler<DeleteLoadBalancerPolicyRequest, DeleteLoadBalancerPolicyResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deletes a policy from the LoadBalancer.
deleteLoadBalancerPolicyAsync(DeleteLoadBalancerPolicyRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes a policy from the LoadBalancer.
deleteLoadBalancerPolicyAsync(DeleteLoadBalancerPolicyRequest, AsyncHandler<DeleteLoadBalancerPolicyRequest, DeleteLoadBalancerPolicyResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deletes a policy from the LoadBalancer.
DeleteLoadBalancerPolicyRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DeleteLoadBalancerPolicy operation.
DeleteLoadBalancerPolicyRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerPolicyRequest
Default constructor for a new DeleteLoadBalancerPolicyRequest object.
DeleteLoadBalancerPolicyRequest(String, String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerPolicyRequest
Constructs a new DeleteLoadBalancerPolicyRequest object.
DeleteLoadBalancerPolicyResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DeleteLoadBalancerPolicy action.
DeleteLoadBalancerPolicyResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerPolicyResult
 
DeleteLoadBalancerRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DeleteLoadBalancer operation.
DeleteLoadBalancerRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerRequest
Default constructor for a new DeleteLoadBalancerRequest object.
DeleteLoadBalancerRequest(String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeleteLoadBalancerRequest
Constructs a new DeleteLoadBalancerRequest object.
deleteMessage(DeleteMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessage(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessage(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessage(DeleteMessageRequest, QueueBufferCallback<DeleteMessageRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.SendQueueBuffer
 
deleteMessageAsync(DeleteMessageRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
The DeleteMessage action unconditionally removes the specified message from the specified queue.
deleteMessageAsync(DeleteMessageRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageAsync(DeleteMessageRequest, AsyncHandler<DeleteMessageRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatch(DeleteMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
This is a batch version of DeleteMessage.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
This is a batch version of DeleteMessage.
deleteMessageBatch(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This is a batch version of DeleteMessage.
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This is a batch version of DeleteMessage.
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This is a batch version of DeleteMessage.
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This is a batch version of DeleteMessage.
deleteMessageBatchAsync(DeleteMessageBatchRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteMessageBatchAsync(DeleteMessageBatchRequest, AsyncHandler<DeleteMessageBatchRequest, DeleteMessageBatchResult>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
DeleteMessageBatchRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the DeleteMessageBatch operation.
DeleteMessageBatchRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Default constructor for a new DeleteMessageBatchRequest object.
DeleteMessageBatchRequest(String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Constructs a new DeleteMessageBatchRequest object.
DeleteMessageBatchRequest(String, List<DeleteMessageBatchRequestEntry>) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequest
Constructs a new DeleteMessageBatchRequest object.
DeleteMessageBatchRequestEntry - Class in com.amazonaws.services.sqs.model
Encloses a receipt handle and an identifier for it.
DeleteMessageBatchRequestEntry() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Default constructor for a new DeleteMessageBatchRequestEntry object.
DeleteMessageBatchRequestEntry(String, String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchRequestEntry
Constructs a new DeleteMessageBatchRequestEntry object.
DeleteMessageBatchResult - Class in com.amazonaws.services.sqs.model
 
DeleteMessageBatchResult() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchResult
 
DeleteMessageBatchResultEntry - Class in com.amazonaws.services.sqs.model
Encloses the id an entry in DeleteMessageBatchRequest.
DeleteMessageBatchResultEntry() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageBatchResultEntry
 
DeleteMessageRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the DeleteMessage operation.
DeleteMessageRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageRequest
Default constructor for a new DeleteMessageRequest object.
DeleteMessageRequest(String, String) - Constructor for class com.amazonaws.services.sqs.model.DeleteMessageRequest
Constructs a new DeleteMessageRequest object.
deleteNotificationConfiguration(DeleteNotificationConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Deletes notifications created by PutNotificationConfiguration.
deleteNotificationConfiguration(DeleteNotificationConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Deletes notifications created by PutNotificationConfiguration.
deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes notifications created by PutNotificationConfiguration.
deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest, AsyncHandler<DeleteNotificationConfigurationRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes notifications created by PutNotificationConfiguration.
deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes notifications created by PutNotificationConfiguration.
deleteNotificationConfigurationAsync(DeleteNotificationConfigurationRequest, AsyncHandler<DeleteNotificationConfigurationRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes notifications created by PutNotificationConfiguration.
DeleteNotificationConfigurationRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeleteNotificationConfiguration operation.
DeleteNotificationConfigurationRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeleteNotificationConfigurationRequest
 
deleteObject(String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the specified object in the specified bucket.
deleteObject(DeleteObjectRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes the specified object in the specified bucket.
deleteObject(String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteObject(DeleteObjectRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteObject(DeleteObjectRequest) - Method in class com.amazonaws.services.s3.AmazonS3EncryptionClient
 
DeleteObjectRequest - Class in com.amazonaws.services.s3.model
Provides options for deleting a specified object in a specified bucket.
DeleteObjectRequest(String, String) - Constructor for class com.amazonaws.services.s3.model.DeleteObjectRequest
Constructs a new DeleteObjectRequest, specifying the object's bucket name and key.
deleteObjects(DeleteObjectsRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes multiple objects in a single bucket from S3.
deleteObjects(DeleteObjectsRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
DeleteObjectsRequest - Class in com.amazonaws.services.s3.model
Provides options for deleting multiple objects in a specified bucket.
DeleteObjectsRequest(String) - Constructor for class com.amazonaws.services.s3.model.DeleteObjectsRequest
Constructs a new DeleteObjectsRequest, specifying the objects' bucket name.
DeleteObjectsRequest.KeyVersion - Class in com.amazonaws.services.s3.model
A key to delete, with an optional version attribute.
DeleteObjectsRequest.KeyVersion(String) - Constructor for class com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
Constructs a key without a version.
DeleteObjectsRequest.KeyVersion(String, String) - Constructor for class com.amazonaws.services.s3.model.DeleteObjectsRequest.KeyVersion
Constructs a key-version pair.
DeleteObjectsResult - Class in com.amazonaws.services.s3.model
Successful response to AmazonS3.deleteObjects(DeleteObjectsRequest).
DeleteObjectsResult(List<DeleteObjectsResult.DeletedObject>) - Constructor for class com.amazonaws.services.s3.model.DeleteObjectsResult
 
DeleteObjectsResult.DeletedObject - Class in com.amazonaws.services.s3.model
A successfully deleted object.
DeleteObjectsResult.DeletedObject() - Constructor for class com.amazonaws.services.s3.model.DeleteObjectsResult.DeletedObject
 
deletePlacementGroup(DeletePlacementGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes a PlacementGroup from a user's account.
deletePlacementGroup(DeletePlacementGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes a PlacementGroup from a user's account.
deletePlacementGroupAsync(DeletePlacementGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes a PlacementGroup from a user's account.
deletePlacementGroupAsync(DeletePlacementGroupRequest, AsyncHandler<DeletePlacementGroupRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes a PlacementGroup from a user's account.
deletePlacementGroupAsync(DeletePlacementGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes a PlacementGroup from a user's account.
deletePlacementGroupAsync(DeletePlacementGroupRequest, AsyncHandler<DeletePlacementGroupRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes a PlacementGroup from a user's account.
DeletePlacementGroupRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeletePlacementGroup operation.
DeletePlacementGroupRequest() - Constructor for class com.amazonaws.services.ec2.model.DeletePlacementGroupRequest
Default constructor for a new DeletePlacementGroupRequest object.
DeletePlacementGroupRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeletePlacementGroupRequest
Constructs a new DeletePlacementGroupRequest object.
deletePolicy(DeletePolicyRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Deletes a policy created by PutScalingPolicy.
deletePolicy(DeletePolicyRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Deletes a policy created by PutScalingPolicy.
deletePolicyAsync(DeletePolicyRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes a policy created by PutScalingPolicy.
deletePolicyAsync(DeletePolicyRequest, AsyncHandler<DeletePolicyRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes a policy created by PutScalingPolicy.
deletePolicyAsync(DeletePolicyRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes a policy created by PutScalingPolicy.
deletePolicyAsync(DeletePolicyRequest, AsyncHandler<DeletePolicyRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes a policy created by PutScalingPolicy.
DeletePolicyRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeletePolicy operation.
DeletePolicyRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeletePolicyRequest
 
deleteQueue(DeleteQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQS
This action unconditionally deletes the queue specified by the queue URL.
deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSClient
This action unconditionally deletes the queue specified by the queue URL.
deleteQueue(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(DeleteQueueRequest) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This action unconditionally deletes the queue specified by the queue URL.
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - Method in interface com.amazonaws.services.sqs.AmazonSQSAsync
This action unconditionally deletes the queue specified by the queue URL.
deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This action unconditionally deletes the queue specified by the queue URL.
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - Method in class com.amazonaws.services.sqs.AmazonSQSAsyncClient
This action unconditionally deletes the queue specified by the queue URL.
deleteQueueAsync(DeleteQueueRequest) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
deleteQueueAsync(DeleteQueueRequest, AsyncHandler<DeleteQueueRequest, Void>) - Method in class com.amazonaws.services.sqs.buffered.AmazonSQSBufferedAsyncClient
 
DeleteQueueRequest - Class in com.amazonaws.services.sqs.model
Container for the parameters to the DeleteQueue operation.
DeleteQueueRequest() - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueRequest
Default constructor for a new DeleteQueueRequest object.
DeleteQueueRequest(String) - Constructor for class com.amazonaws.services.sqs.model.DeleteQueueRequest
Constructs a new DeleteQueueRequest object.
DeleteRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DeleteRequest() - Constructor for class com.amazonaws.services.dynamodb.model.DeleteRequest
Deprecated.  
DeleteRequest - Class in com.amazonaws.services.dynamodbv2.model
Represents a request to perform a DeleteItem operation on an item.
DeleteRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteRequest
 
deleteScheduledAction(DeleteScheduledActionRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
deleteScheduledAction(DeleteScheduledActionRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
deleteScheduledActionAsync(DeleteScheduledActionRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
deleteScheduledActionAsync(DeleteScheduledActionRequest, AsyncHandler<DeleteScheduledActionRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
deleteScheduledActionAsync(DeleteScheduledActionRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
deleteScheduledActionAsync(DeleteScheduledActionRequest, AsyncHandler<DeleteScheduledActionRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Deletes a scheduled action previously created using the PutScheduledUpdateGroupAction.
DeleteScheduledActionRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeleteScheduledAction operation.
DeleteScheduledActionRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeleteScheduledActionRequest
 
deleteSecurityGroup(DeleteSecurityGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroup() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroup(DeleteSecurityGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroup() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroupAsync(DeleteSecurityGroupRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroupAsync(DeleteSecurityGroupRequest, AsyncHandler<DeleteSecurityGroupRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroupAsync(DeleteSecurityGroupRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeleteSecurityGroup operation deletes a security group.
deleteSecurityGroupAsync(DeleteSecurityGroupRequest, AsyncHandler<DeleteSecurityGroupRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeleteSecurityGroup operation deletes a security group.
DeleteSecurityGroupRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteSecurityGroup operation.
DeleteSecurityGroupRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteSecurityGroupRequest
Default constructor for a new DeleteSecurityGroupRequest object.
DeleteSecurityGroupRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeleteSecurityGroupRequest
Constructs a new DeleteSecurityGroupRequest object.
deleteSnapshot(DeleteSnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes the snapshot identified by snapshotId .
deleteSnapshot(DeleteSnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes the snapshot identified by snapshotId .
deleteSnapshotAsync(DeleteSnapshotRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes the snapshot identified by snapshotId .
deleteSnapshotAsync(DeleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes the snapshot identified by snapshotId .
deleteSnapshotAsync(DeleteSnapshotRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes the snapshot identified by snapshotId .
deleteSnapshotAsync(DeleteSnapshotRequest, AsyncHandler<DeleteSnapshotRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes the snapshot identified by snapshotId .
DeleteSnapshotRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteSnapshot operation.
DeleteSnapshotRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteSnapshotRequest
Default constructor for a new DeleteSnapshotRequest object.
DeleteSnapshotRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeleteSnapshotRequest
Constructs a new DeleteSnapshotRequest object.
deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscription() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscription(DeleteSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscription() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionAsync(DeleteSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionAsync(DeleteSpotDatafeedSubscriptionRequest, AsyncHandler<DeleteSpotDatafeedSubscriptionRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionAsync(DeleteSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes the data feed for Spot Instances.
deleteSpotDatafeedSubscriptionAsync(DeleteSpotDatafeedSubscriptionRequest, AsyncHandler<DeleteSpotDatafeedSubscriptionRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes the data feed for Spot Instances.
DeleteSpotDatafeedSubscriptionRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteSpotDatafeedSubscription operation.
DeleteSpotDatafeedSubscriptionRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteSpotDatafeedSubscriptionRequest
 
deleteTable(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Deletes a table and all of its items.
deleteTable(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Deletes a table and all of its items.
deleteTable(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
The DeleteTable operation deletes a table and all of its items.
deleteTable(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The DeleteTable operation deletes a table and all of its items.
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
The DeleteTable operation deletes a table and all of its items.
DeleteTableRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DeleteTableRequest() - Constructor for class com.amazonaws.services.dynamodb.model.DeleteTableRequest
Deprecated. Default constructor for a new DeleteTableRequest object.
DeleteTableRequest(String) - Constructor for class com.amazonaws.services.dynamodb.model.DeleteTableRequest
Deprecated. Constructs a new DeleteTableRequest object.
DeleteTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DeleteTable operation.
DeleteTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
Default constructor for a new DeleteTableRequest object.
DeleteTableRequest(String) - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableRequest
Constructs a new DeleteTableRequest object.
DeleteTableResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DeleteTableResult() - Constructor for class com.amazonaws.services.dynamodb.model.DeleteTableResult
Deprecated.  
DeleteTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DeleteTable operation.
DeleteTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DeleteTableResult
 
deleteTags(DeleteTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Removes the specified tags or a set of tags from a set of resources.
deleteTags(DeleteTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Removes the specified tags or a set of tags from a set of resources.
deleteTags(DeleteTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes tags from the specified Amazon EC2 resources.
deleteTags(DeleteTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes tags from the specified Amazon EC2 resources.
deleteTagsAsync(DeleteTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Removes the specified tags or a set of tags from a set of resources.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, Void>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Removes the specified tags or a set of tags from a set of resources.
deleteTagsAsync(DeleteTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Removes the specified tags or a set of tags from a set of resources.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, Void>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Removes the specified tags or a set of tags from a set of resources.
deleteTagsAsync(DeleteTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes tags from the specified Amazon EC2 resources.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes tags from the specified Amazon EC2 resources.
deleteTagsAsync(DeleteTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes tags from the specified Amazon EC2 resources.
deleteTagsAsync(DeleteTagsRequest, AsyncHandler<DeleteTagsRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes tags from the specified Amazon EC2 resources.
DeleteTagsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DeleteTags operation.
DeleteTagsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DeleteTagsRequest
 
DeleteTagsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteTags operation.
DeleteTagsRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteTagsRequest
Default constructor for a new DeleteTagsRequest object.
DeleteTagsRequest(List<String>) - Constructor for class com.amazonaws.services.ec2.model.DeleteTagsRequest
Constructs a new DeleteTagsRequest object.
deleteTopic(DeleteTopicRequest) - Method in interface com.amazonaws.services.sns.AmazonSNS
The DeleteTopic action deletes a topic and all its subscriptions.
deleteTopic(DeleteTopicRequest) - Method in class com.amazonaws.services.sns.AmazonSNSClient
The DeleteTopic action deletes a topic and all its subscriptions.
deleteTopicAsync(DeleteTopicRequest) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The DeleteTopic action deletes a topic and all its subscriptions.
deleteTopicAsync(DeleteTopicRequest, AsyncHandler<DeleteTopicRequest, Void>) - Method in interface com.amazonaws.services.sns.AmazonSNSAsync
The DeleteTopic action deletes a topic and all its subscriptions.
deleteTopicAsync(DeleteTopicRequest) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The DeleteTopic action deletes a topic and all its subscriptions.
deleteTopicAsync(DeleteTopicRequest, AsyncHandler<DeleteTopicRequest, Void>) - Method in class com.amazonaws.services.sns.AmazonSNSAsyncClient
The DeleteTopic action deletes a topic and all its subscriptions.
DeleteTopicRequest - Class in com.amazonaws.services.sns.model
Container for the parameters to the DeleteTopic operation.
DeleteTopicRequest() - Constructor for class com.amazonaws.services.sns.model.DeleteTopicRequest
Default constructor for a new DeleteTopicRequest object.
DeleteTopicRequest(String) - Constructor for class com.amazonaws.services.sns.model.DeleteTopicRequest
Constructs a new DeleteTopicRequest object.
deleteVerifiedEmailAddress(DeleteVerifiedEmailAddressRequest) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailService
Deletes the specified email address from the list of verified addresses.
deleteVerifiedEmailAddress(DeleteVerifiedEmailAddressRequest) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient
Deletes the specified email address from the list of verified addresses.
deleteVerifiedEmailAddressAsync(DeleteVerifiedEmailAddressRequest) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsync
Deletes the specified email address from the list of verified addresses.
deleteVerifiedEmailAddressAsync(DeleteVerifiedEmailAddressRequest, AsyncHandler<DeleteVerifiedEmailAddressRequest, Void>) - Method in interface com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsync
Deletes the specified email address from the list of verified addresses.
deleteVerifiedEmailAddressAsync(DeleteVerifiedEmailAddressRequest) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Deletes the specified email address from the list of verified addresses.
deleteVerifiedEmailAddressAsync(DeleteVerifiedEmailAddressRequest, AsyncHandler<DeleteVerifiedEmailAddressRequest, Void>) - Method in class com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceAsyncClient
Deletes the specified email address from the list of verified addresses.
DeleteVerifiedEmailAddressRequest - Class in com.amazonaws.services.simpleemail.model
Container for the parameters to the DeleteVerifiedEmailAddress operation.
DeleteVerifiedEmailAddressRequest() - Constructor for class com.amazonaws.services.simpleemail.model.DeleteVerifiedEmailAddressRequest
 
deleteVersion(String, String, String) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes a specific version of the specified object in the specified bucket.
deleteVersion(DeleteVersionRequest) - Method in interface com.amazonaws.services.s3.AmazonS3
Deletes a specific version of an object in the specified bucket.
deleteVersion(String, String, String) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
deleteVersion(DeleteVersionRequest) - Method in class com.amazonaws.services.s3.AmazonS3Client
 
DeleteVersionRequest - Class in com.amazonaws.services.s3.model
Provides options for deleting a specific version of an object in the specified bucket.
DeleteVersionRequest(String, String, String) - Constructor for class com.amazonaws.services.s3.model.DeleteVersionRequest
Constructs a new DeleteVersionRequest object, ready to be executed to delete the version identified by the specified version ID, in the specified bucket and key.
DeleteVersionRequest(String, String, String, MultiFactorAuthentication) - Constructor for class com.amazonaws.services.s3.model.DeleteVersionRequest
Constructs a new DeleteVersionRequest object, ready to be executed to delete the version identified by the specified version ID, in the specified bucket and key, with the specified Multi-Factor Authentication (MFA) information.
deleteVolume(DeleteVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Deletes a previously created volume.
deleteVolume(DeleteVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Deletes a previously created volume.
deleteVolumeAsync(DeleteVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes a previously created volume.
deleteVolumeAsync(DeleteVolumeRequest, AsyncHandler<DeleteVolumeRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Deletes a previously created volume.
deleteVolumeAsync(DeleteVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes a previously created volume.
deleteVolumeAsync(DeleteVolumeRequest, AsyncHandler<DeleteVolumeRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Deletes a previously created volume.
DeleteVolumeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeleteVolume operation.
DeleteVolumeRequest() - Constructor for class com.amazonaws.services.ec2.model.DeleteVolumeRequest
Default constructor for a new DeleteVolumeRequest object.
DeleteVolumeRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeleteVolumeRequest
Constructs a new DeleteVolumeRequest object.
DELIMITER_CONDITION_KEY - Static variable in class com.amazonaws.auth.policy.conditions.S3ConditionFactory
Condition key for the delimiter specified by a request.
deregisterImage(DeregisterImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DeregisterImage operation deregisters an AMI.
deregisterImage(DeregisterImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DeregisterImage operation deregisters an AMI.
deregisterImageAsync(DeregisterImageRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeregisterImage operation deregisters an AMI.
deregisterImageAsync(DeregisterImageRequest, AsyncHandler<DeregisterImageRequest, Void>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DeregisterImage operation deregisters an AMI.
deregisterImageAsync(DeregisterImageRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeregisterImage operation deregisters an AMI.
deregisterImageAsync(DeregisterImageRequest, AsyncHandler<DeregisterImageRequest, Void>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DeregisterImage operation deregisters an AMI.
DeregisterImageRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DeregisterImage operation.
DeregisterImageRequest() - Constructor for class com.amazonaws.services.ec2.model.DeregisterImageRequest
Default constructor for a new DeregisterImageRequest object.
DeregisterImageRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DeregisterImageRequest
Constructs a new DeregisterImageRequest object.
deregisterInstancesFromLoadBalancer(DeregisterInstancesFromLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Deregisters instances from the LoadBalancer.
deregisterInstancesFromLoadBalancer(DeregisterInstancesFromLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Deregisters instances from the LoadBalancer.
deregisterInstancesFromLoadBalancerAsync(DeregisterInstancesFromLoadBalancerRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deregisters instances from the LoadBalancer.
deregisterInstancesFromLoadBalancerAsync(DeregisterInstancesFromLoadBalancerRequest, AsyncHandler<DeregisterInstancesFromLoadBalancerRequest, DeregisterInstancesFromLoadBalancerResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Deregisters instances from the LoadBalancer.
deregisterInstancesFromLoadBalancerAsync(DeregisterInstancesFromLoadBalancerRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deregisters instances from the LoadBalancer.
deregisterInstancesFromLoadBalancerAsync(DeregisterInstancesFromLoadBalancerRequest, AsyncHandler<DeregisterInstancesFromLoadBalancerRequest, DeregisterInstancesFromLoadBalancerResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Deregisters instances from the LoadBalancer.
DeregisterInstancesFromLoadBalancerRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DeregisterInstancesFromLoadBalancer operation.
DeregisterInstancesFromLoadBalancerRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeregisterInstancesFromLoadBalancerRequest
Default constructor for a new DeregisterInstancesFromLoadBalancerRequest object.
DeregisterInstancesFromLoadBalancerRequest(String, List<Instance>) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeregisterInstancesFromLoadBalancerRequest
Constructs a new DeregisterInstancesFromLoadBalancerRequest object.
DeregisterInstancesFromLoadBalancerResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DeregisterInstancesFromLoadBalancer action.
DeregisterInstancesFromLoadBalancerResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DeregisterInstancesFromLoadBalancerResult
 
describeAccountAttributes(DescribeAccountAttributesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeAccountAttributes() - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeAccountAttributes(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeAccountAttributes() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest, AsyncHandler<DescribeAccountAttributesRequest, DescribeAccountAttributesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
describeAccountAttributesAsync(DescribeAccountAttributesRequest, AsyncHandler<DescribeAccountAttributesRequest, DescribeAccountAttributesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
DescribeAccountAttributesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeAccountAttributes operation.
DescribeAccountAttributesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeAccountAttributesRequest
 
DescribeAccountAttributesResult - Class in com.amazonaws.services.ec2.model
Describe Account Attributes Result
DescribeAccountAttributesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeAccountAttributesResult
 
describeAddresses(DescribeAddressesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddresses() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddresses(DescribeAddressesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddresses() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddressesAsync(DescribeAddressesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddressesAsync(DescribeAddressesRequest, AsyncHandler<DescribeAddressesRequest, DescribeAddressesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddressesAsync(DescribeAddressesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
describeAddressesAsync(DescribeAddressesRequest, AsyncHandler<DescribeAddressesRequest, DescribeAddressesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
DescribeAddressesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeAddresses operation.
DescribeAddressesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeAddressesRequest
 
DescribeAddressesResult - Class in com.amazonaws.services.ec2.model
The result of describing an account's available Elastic IPs.
DescribeAddressesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeAddressesResult
 
describeAdjustmentTypes(DescribeAdjustmentTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypes() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypes(DescribeAdjustmentTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypes() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypesAsync(DescribeAdjustmentTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypesAsync(DescribeAdjustmentTypesRequest, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypesAsync(DescribeAdjustmentTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns policy adjustment types for use in the PutScalingPolicy action.
describeAdjustmentTypesAsync(DescribeAdjustmentTypesRequest, AsyncHandler<DescribeAdjustmentTypesRequest, DescribeAdjustmentTypesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns policy adjustment types for use in the PutScalingPolicy action.
DescribeAdjustmentTypesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeAdjustmentTypes operation.
DescribeAdjustmentTypesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAdjustmentTypesRequest
 
DescribeAdjustmentTypesResult - Class in com.amazonaws.services.autoscaling.model
The output of the DescribeAdjustmentTypes action.
DescribeAdjustmentTypesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAdjustmentTypesResult
 
describeAlarmHistory(DescribeAlarmHistoryRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Retrieves history for the specified alarm.
describeAlarmHistory() - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Retrieves history for the specified alarm.
describeAlarmHistory(DescribeAlarmHistoryRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Retrieves history for the specified alarm.
describeAlarmHistory() - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Retrieves history for the specified alarm.
describeAlarmHistoryAsync(DescribeAlarmHistoryRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves history for the specified alarm.
describeAlarmHistoryAsync(DescribeAlarmHistoryRequest, AsyncHandler<DescribeAlarmHistoryRequest, DescribeAlarmHistoryResult>) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves history for the specified alarm.
describeAlarmHistoryAsync(DescribeAlarmHistoryRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves history for the specified alarm.
describeAlarmHistoryAsync(DescribeAlarmHistoryRequest, AsyncHandler<DescribeAlarmHistoryRequest, DescribeAlarmHistoryResult>) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves history for the specified alarm.
DescribeAlarmHistoryRequest - Class in com.amazonaws.services.cloudwatch.model
Container for the parameters to the DescribeAlarmHistory operation.
DescribeAlarmHistoryRequest() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmHistoryRequest
 
DescribeAlarmHistoryResult - Class in com.amazonaws.services.cloudwatch.model
The output for the DescribeAlarmHistory action.
DescribeAlarmHistoryResult() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmHistoryResult
 
describeAlarms(DescribeAlarmsRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Retrieves alarms with the specified names.
describeAlarms() - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Retrieves alarms with the specified names.
describeAlarms(DescribeAlarmsRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Retrieves alarms with the specified names.
describeAlarms() - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Retrieves alarms with the specified names.
describeAlarmsAsync(DescribeAlarmsRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves alarms with the specified names.
describeAlarmsAsync(DescribeAlarmsRequest, AsyncHandler<DescribeAlarmsRequest, DescribeAlarmsResult>) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves alarms with the specified names.
describeAlarmsAsync(DescribeAlarmsRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves alarms with the specified names.
describeAlarmsAsync(DescribeAlarmsRequest, AsyncHandler<DescribeAlarmsRequest, DescribeAlarmsResult>) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves alarms with the specified names.
describeAlarmsForMetric(DescribeAlarmsForMetricRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatch
Retrieves all alarms for a single metric.
describeAlarmsForMetric(DescribeAlarmsForMetricRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchClient
Retrieves all alarms for a single metric.
describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves all alarms for a single metric.
describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest, AsyncHandler<DescribeAlarmsForMetricRequest, DescribeAlarmsForMetricResult>) - Method in interface com.amazonaws.services.cloudwatch.AmazonCloudWatchAsync
Retrieves all alarms for a single metric.
describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves all alarms for a single metric.
describeAlarmsForMetricAsync(DescribeAlarmsForMetricRequest, AsyncHandler<DescribeAlarmsForMetricRequest, DescribeAlarmsForMetricResult>) - Method in class com.amazonaws.services.cloudwatch.AmazonCloudWatchAsyncClient
Retrieves all alarms for a single metric.
DescribeAlarmsForMetricRequest - Class in com.amazonaws.services.cloudwatch.model
Container for the parameters to the DescribeAlarmsForMetric operation.
DescribeAlarmsForMetricRequest() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmsForMetricRequest
 
DescribeAlarmsForMetricResult - Class in com.amazonaws.services.cloudwatch.model
The output for the DescribeAlarmsForMetric action.
DescribeAlarmsForMetricResult() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmsForMetricResult
 
DescribeAlarmsRequest - Class in com.amazonaws.services.cloudwatch.model
Container for the parameters to the DescribeAlarms operation.
DescribeAlarmsRequest() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmsRequest
 
DescribeAlarmsResult - Class in com.amazonaws.services.cloudwatch.model
The output for the DescribeAlarms action.
DescribeAlarmsResult() - Constructor for class com.amazonaws.services.cloudwatch.model.DescribeAlarmsResult
 
describeAutoScalingGroups(DescribeAutoScalingGroupsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroups() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroups(DescribeAutoScalingGroupsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroups() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroupsAsync(DescribeAutoScalingGroupsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroupsAsync(DescribeAutoScalingGroupsRequest, AsyncHandler<DescribeAutoScalingGroupsRequest, DescribeAutoScalingGroupsResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroupsAsync(DescribeAutoScalingGroupsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a full description of each Auto Scaling group in the given list.
describeAutoScalingGroupsAsync(DescribeAutoScalingGroupsRequest, AsyncHandler<DescribeAutoScalingGroupsRequest, DescribeAutoScalingGroupsResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a full description of each Auto Scaling group in the given list.
DescribeAutoScalingGroupsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeAutoScalingGroups operation.
DescribeAutoScalingGroupsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsRequest
 
DescribeAutoScalingGroupsResult - Class in com.amazonaws.services.autoscaling.model
The AutoScalingGroupsType data type.
DescribeAutoScalingGroupsResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingGroupsResult
 
describeAutoScalingInstances(DescribeAutoScalingInstancesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstances() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstances(DescribeAutoScalingInstancesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstances() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstancesAsync(DescribeAutoScalingInstancesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstancesAsync(DescribeAutoScalingInstancesRequest, AsyncHandler<DescribeAutoScalingInstancesRequest, DescribeAutoScalingInstancesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstancesAsync(DescribeAutoScalingInstancesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a description of each Auto Scaling instance in the InstanceIds list.
describeAutoScalingInstancesAsync(DescribeAutoScalingInstancesRequest, AsyncHandler<DescribeAutoScalingInstancesRequest, DescribeAutoScalingInstancesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a description of each Auto Scaling instance in the InstanceIds list.
DescribeAutoScalingInstancesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeAutoScalingInstances operation.
DescribeAutoScalingInstancesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingInstancesRequest
 
DescribeAutoScalingInstancesResult - Class in com.amazonaws.services.autoscaling.model
The AutoScalingInstancesType data type.
DescribeAutoScalingInstancesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingInstancesResult
 
describeAutoScalingNotificationTypes(DescribeAutoScalingNotificationTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypes() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypes(DescribeAutoScalingNotificationTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypes() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypesAsync(DescribeAutoScalingNotificationTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypesAsync(DescribeAutoScalingNotificationTypesRequest, AsyncHandler<DescribeAutoScalingNotificationTypesRequest, DescribeAutoScalingNotificationTypesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypesAsync(DescribeAutoScalingNotificationTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of all notification types that are supported by Auto Scaling.
describeAutoScalingNotificationTypesAsync(DescribeAutoScalingNotificationTypesRequest, AsyncHandler<DescribeAutoScalingNotificationTypesRequest, DescribeAutoScalingNotificationTypesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of all notification types that are supported by Auto Scaling.
DescribeAutoScalingNotificationTypesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeAutoScalingNotificationTypes operation.
DescribeAutoScalingNotificationTypesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingNotificationTypesRequest
 
DescribeAutoScalingNotificationTypesResult - Class in com.amazonaws.services.autoscaling.model
The AutoScalingNotificationTypes data type.
DescribeAutoScalingNotificationTypesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeAutoScalingNotificationTypesResult
 
describeAvailabilityZones(DescribeAvailabilityZonesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZones() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZones(DescribeAvailabilityZonesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZones() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZonesAsync(DescribeAvailabilityZonesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZonesAsync(DescribeAvailabilityZonesRequest, AsyncHandler<DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZonesAsync(DescribeAvailabilityZonesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
describeAvailabilityZonesAsync(DescribeAvailabilityZonesRequest, AsyncHandler<DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
DescribeAvailabilityZonesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeAvailabilityZones operation.
DescribeAvailabilityZonesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeAvailabilityZonesRequest
 
DescribeAvailabilityZonesResult - Class in com.amazonaws.services.ec2.model
The result of describing the Amazon EC2 availability zones in the current region.
DescribeAvailabilityZonesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeAvailabilityZonesResult
 
describeBundleTasks(DescribeBundleTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasks() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasks(DescribeBundleTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasks() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasksAsync(DescribeBundleTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasksAsync(DescribeBundleTasksRequest, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasksAsync(DescribeBundleTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
describeBundleTasksAsync(DescribeBundleTasksRequest, AsyncHandler<DescribeBundleTasksRequest, DescribeBundleTasksResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeBundleTasks operation describes in-progress and recent bundle tasks.
DescribeBundleTasksRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeBundleTasks operation.
DescribeBundleTasksRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeBundleTasksRequest
 
DescribeBundleTasksResult - Class in com.amazonaws.services.ec2.model
The result of describing the bundle tasks for the user's account.
DescribeBundleTasksResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeBundleTasksResult
 
describeConversionTasks(DescribeConversionTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeConversionTasks() - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeConversionTasks(DescribeConversionTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeConversionTasks() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeConversionTasksAsync(DescribeConversionTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeConversionTasksAsync(DescribeConversionTasksRequest, AsyncHandler<DescribeConversionTasksRequest, DescribeConversionTasksResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeConversionTasksAsync(DescribeConversionTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
describeConversionTasksAsync(DescribeConversionTasksRequest, AsyncHandler<DescribeConversionTasksRequest, DescribeConversionTasksResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
DescribeConversionTasksRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeConversionTasks operation.
DescribeConversionTasksRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeConversionTasksRequest
 
DescribeConversionTasksResult - Class in com.amazonaws.services.ec2.model
Describe Conversion Tasks Result
DescribeConversionTasksResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeConversionTasksResult
 
describeExportTasks(DescribeExportTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeExportTasks() - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeExportTasks(DescribeExportTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeExportTasks() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeExportTasksAsync(DescribeExportTasksRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeExportTasksAsync(DescribeExportTasksRequest, AsyncHandler<DescribeExportTasksRequest, DescribeExportTasksResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeExportTasksAsync(DescribeExportTasksRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
describeExportTasksAsync(DescribeExportTasksRequest, AsyncHandler<DescribeExportTasksRequest, DescribeExportTasksResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
DescribeExportTasksRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeExportTasks operation.
DescribeExportTasksRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeExportTasksRequest
 
DescribeExportTasksResult - Class in com.amazonaws.services.ec2.model
Describe Export Tasks Result
DescribeExportTasksResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeExportTasksResult
 
describeImageAttribute(DescribeImageAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeImageAttribute operation returns information about an attribute of an AMI.
describeImageAttribute(DescribeImageAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeImageAttribute operation returns information about an attribute of an AMI.
describeImageAttributeAsync(DescribeImageAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeImageAttribute operation returns information about an attribute of an AMI.
describeImageAttributeAsync(DescribeImageAttributeRequest, AsyncHandler<DescribeImageAttributeRequest, DescribeImageAttributeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeImageAttribute operation returns information about an attribute of an AMI.
describeImageAttributeAsync(DescribeImageAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeImageAttribute operation returns information about an attribute of an AMI.
describeImageAttributeAsync(DescribeImageAttributeRequest, AsyncHandler<DescribeImageAttributeRequest, DescribeImageAttributeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeImageAttribute operation returns information about an attribute of an AMI.
DescribeImageAttributeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeImageAttribute operation.
DescribeImageAttributeRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeImageAttributeRequest
Default constructor for a new DescribeImageAttributeRequest object.
DescribeImageAttributeRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.DescribeImageAttributeRequest
Constructs a new DescribeImageAttributeRequest object.
DescribeImageAttributeResult - Class in com.amazonaws.services.ec2.model
The result of describing an AMI attribute.
DescribeImageAttributeResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeImageAttributeResult
 
describeImages(DescribeImagesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImages() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImages(DescribeImagesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImages() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImagesAsync(DescribeImagesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImagesAsync(DescribeImagesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
describeImagesAsync(DescribeImagesRequest, AsyncHandler<DescribeImagesRequest, DescribeImagesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeImages operation returns information about AMIs, AKIs, and ARIs available to the user.
DescribeImagesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeImages operation.
DescribeImagesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeImagesRequest
 
DescribeImagesResult - Class in com.amazonaws.services.ec2.model
The result of describing Amazon Machine Images (AMIs).
DescribeImagesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeImagesResult
 
describeInstanceAttribute(DescribeInstanceAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about an attribute of an instance.
describeInstanceAttribute(DescribeInstanceAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about an attribute of an instance.
describeInstanceAttributeAsync(DescribeInstanceAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about an attribute of an instance.
describeInstanceAttributeAsync(DescribeInstanceAttributeRequest, AsyncHandler<DescribeInstanceAttributeRequest, DescribeInstanceAttributeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about an attribute of an instance.
describeInstanceAttributeAsync(DescribeInstanceAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about an attribute of an instance.
describeInstanceAttributeAsync(DescribeInstanceAttributeRequest, AsyncHandler<DescribeInstanceAttributeRequest, DescribeInstanceAttributeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about an attribute of an instance.
DescribeInstanceAttributeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeInstanceAttribute operation.
DescribeInstanceAttributeRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceAttributeRequest
Default constructor for a new DescribeInstanceAttributeRequest object.
DescribeInstanceAttributeRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceAttributeRequest
Constructs a new DescribeInstanceAttributeRequest object.
DescribeInstanceAttributeRequest(String, InstanceAttributeName) - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceAttributeRequest
Constructs a new DescribeInstanceAttributeRequest object.
DescribeInstanceAttributeResult - Class in com.amazonaws.services.ec2.model
The result of describing an instance's attribute.
DescribeInstanceAttributeResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceAttributeResult
 
describeInstanceHealth(DescribeInstanceHealthRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns the current state of the instances of the specified LoadBalancer.
describeInstanceHealth(DescribeInstanceHealthRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns the current state of the instances of the specified LoadBalancer.
describeInstanceHealthAsync(DescribeInstanceHealthRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns the current state of the instances of the specified LoadBalancer.
describeInstanceHealthAsync(DescribeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest, DescribeInstanceHealthResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns the current state of the instances of the specified LoadBalancer.
describeInstanceHealthAsync(DescribeInstanceHealthRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns the current state of the instances of the specified LoadBalancer.
describeInstanceHealthAsync(DescribeInstanceHealthRequest, AsyncHandler<DescribeInstanceHealthRequest, DescribeInstanceHealthResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns the current state of the instances of the specified LoadBalancer.
DescribeInstanceHealthRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DescribeInstanceHealth operation.
DescribeInstanceHealthRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeInstanceHealthRequest
Default constructor for a new DescribeInstanceHealthRequest object.
DescribeInstanceHealthRequest(String) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeInstanceHealthRequest
Constructs a new DescribeInstanceHealthRequest object.
DescribeInstanceHealthResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DescribeInstanceHealth action.
DescribeInstanceHealthResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeInstanceHealthResult
 
describeInstances(DescribeInstancesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeInstances operation returns information about instances that you own.
describeInstances() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeInstances operation returns information about instances that you own.
describeInstances(DescribeInstancesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeInstances operation returns information about instances that you own.
describeInstances() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeInstances operation returns information about instances that you own.
describeInstancesAsync(DescribeInstancesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeInstances operation returns information about instances that you own.
describeInstancesAsync(DescribeInstancesRequest, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeInstances operation returns information about instances that you own.
describeInstancesAsync(DescribeInstancesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeInstances operation returns information about instances that you own.
describeInstancesAsync(DescribeInstancesRequest, AsyncHandler<DescribeInstancesRequest, DescribeInstancesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeInstances operation returns information about instances that you own.
DescribeInstancesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeInstances operation.
DescribeInstancesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstancesRequest
 
DescribeInstancesResult - Class in com.amazonaws.services.ec2.model
The result of describing Amazon EC2 instances.
DescribeInstancesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstancesResult
 
describeInstanceStatus(DescribeInstanceStatusRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatus() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatus(DescribeInstanceStatusRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatus() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatusAsync(DescribeInstanceStatusRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatusAsync(DescribeInstanceStatusRequest, AsyncHandler<DescribeInstanceStatusRequest, DescribeInstanceStatusResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatusAsync(DescribeInstanceStatusRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
describeInstanceStatusAsync(DescribeInstanceStatusRequest, AsyncHandler<DescribeInstanceStatusRequest, DescribeInstanceStatusResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of an Amazon Elastic Compute Cloud (Amazon EC2) instance.
DescribeInstanceStatusRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeInstanceStatus operation.
DescribeInstanceStatusRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceStatusRequest
 
DescribeInstanceStatusResult - Class in com.amazonaws.services.ec2.model
Describe Instance Status Result
DescribeInstanceStatusResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeInstanceStatusResult
 
describeKeyPairs(DescribeKeyPairsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairs() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairs(DescribeKeyPairsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairs() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairsAsync(DescribeKeyPairsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairsAsync(DescribeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairsAsync(DescribeKeyPairsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeKeyPairs operation returns information about key pairs available to you.
describeKeyPairsAsync(DescribeKeyPairsRequest, AsyncHandler<DescribeKeyPairsRequest, DescribeKeyPairsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeKeyPairs operation returns information about key pairs available to you.
DescribeKeyPairsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeKeyPairs operation.
DescribeKeyPairsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeKeyPairsRequest
 
DescribeKeyPairsResult - Class in com.amazonaws.services.ec2.model
The result of describing a user's key pairs.
DescribeKeyPairsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeKeyPairsResult
 
describeLaunchConfigurations(DescribeLaunchConfigurationsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurations() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurations(DescribeLaunchConfigurationsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurations() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest, AsyncHandler<DescribeLaunchConfigurationsRequest, DescribeLaunchConfigurationsResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
describeLaunchConfigurationsAsync(DescribeLaunchConfigurationsRequest, AsyncHandler<DescribeLaunchConfigurationsRequest, DescribeLaunchConfigurationsResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a full description of the launch configurations, or the specified launch configurations, if they exist.
DescribeLaunchConfigurationsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeLaunchConfigurations operation.
DescribeLaunchConfigurationsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsRequest
 
DescribeLaunchConfigurationsResult - Class in com.amazonaws.services.autoscaling.model
The LaunchConfigurationsType data type.
DescribeLaunchConfigurationsResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeLaunchConfigurationsResult
 
describeLicenses(DescribeLicensesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Provides details of a user's registered licenses.
describeLicenses() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Provides details of a user's registered licenses.
describeLicenses(DescribeLicensesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Provides details of a user's registered licenses.
describeLicenses() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Provides details of a user's registered licenses.
describeLicensesAsync(DescribeLicensesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Provides details of a user's registered licenses.
describeLicensesAsync(DescribeLicensesRequest, AsyncHandler<DescribeLicensesRequest, DescribeLicensesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Provides details of a user's registered licenses.
describeLicensesAsync(DescribeLicensesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Provides details of a user's registered licenses.
describeLicensesAsync(DescribeLicensesRequest, AsyncHandler<DescribeLicensesRequest, DescribeLicensesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Provides details of a user's registered licenses.
DescribeLicensesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeLicenses operation.
DescribeLicensesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeLicensesRequest
 
DescribeLicensesResult - Class in com.amazonaws.services.ec2.model
DescribeLicensesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeLicensesResult
 
describeLoadBalancerPolicies(DescribeLoadBalancerPoliciesRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns detailed descriptions of the policies.
describeLoadBalancerPolicies() - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns detailed descriptions of the policies.
describeLoadBalancerPolicies(DescribeLoadBalancerPoliciesRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns detailed descriptions of the policies.
describeLoadBalancerPolicies() - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns detailed descriptions of the policies.
describeLoadBalancerPoliciesAsync(DescribeLoadBalancerPoliciesRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns detailed descriptions of the policies.
describeLoadBalancerPoliciesAsync(DescribeLoadBalancerPoliciesRequest, AsyncHandler<DescribeLoadBalancerPoliciesRequest, DescribeLoadBalancerPoliciesResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns detailed descriptions of the policies.
describeLoadBalancerPoliciesAsync(DescribeLoadBalancerPoliciesRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns detailed descriptions of the policies.
describeLoadBalancerPoliciesAsync(DescribeLoadBalancerPoliciesRequest, AsyncHandler<DescribeLoadBalancerPoliciesRequest, DescribeLoadBalancerPoliciesResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns detailed descriptions of the policies.
DescribeLoadBalancerPoliciesRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DescribeLoadBalancerPolicies operation.
DescribeLoadBalancerPoliciesRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesRequest
 
DescribeLoadBalancerPoliciesResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DescribeLoadBalancerPolicies action.
DescribeLoadBalancerPoliciesResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPoliciesResult
 
describeLoadBalancerPolicyTypes(DescribeLoadBalancerPolicyTypesRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypes() - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypes(DescribeLoadBalancerPolicyTypesRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypes() - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypesAsync(DescribeLoadBalancerPolicyTypesRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypesAsync(DescribeLoadBalancerPolicyTypesRequest, AsyncHandler<DescribeLoadBalancerPolicyTypesRequest, DescribeLoadBalancerPolicyTypesResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypesAsync(DescribeLoadBalancerPolicyTypesRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
describeLoadBalancerPolicyTypesAsync(DescribeLoadBalancerPolicyTypesRequest, AsyncHandler<DescribeLoadBalancerPolicyTypesRequest, DescribeLoadBalancerPolicyTypesResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns meta-information on the specified LoadBalancer policies defined by the Elastic Load Balancing service.
DescribeLoadBalancerPolicyTypesRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DescribeLoadBalancerPolicyTypes operation.
DescribeLoadBalancerPolicyTypesRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesRequest
 
DescribeLoadBalancerPolicyTypesResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DescribeLoadBalancerPolicyTypes action.
DescribeLoadBalancerPolicyTypesResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancerPolicyTypesResult
 
describeLoadBalancers(DescribeLoadBalancersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancers() - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancers(DescribeLoadBalancersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancers() - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancersAsync(DescribeLoadBalancersRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancersAsync(DescribeLoadBalancersRequest, AsyncHandler<DescribeLoadBalancersRequest, DescribeLoadBalancersResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancersAsync(DescribeLoadBalancersRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns detailed configuration information for the specified LoadBalancers.
describeLoadBalancersAsync(DescribeLoadBalancersRequest, AsyncHandler<DescribeLoadBalancersRequest, DescribeLoadBalancersResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Returns detailed configuration information for the specified LoadBalancers.
DescribeLoadBalancersRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DescribeLoadBalancers operation.
DescribeLoadBalancersRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersRequest
Default constructor for a new DescribeLoadBalancersRequest object.
DescribeLoadBalancersRequest(List<String>) - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersRequest
Constructs a new DescribeLoadBalancersRequest object.
DescribeLoadBalancersResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DescribeLoadBalancers action.
DescribeLoadBalancersResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersResult
 
describeMetricCollectionTypes(DescribeMetricCollectionTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypes() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypes(DescribeMetricCollectionTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypes() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypesAsync(DescribeMetricCollectionTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypesAsync(DescribeMetricCollectionTypesRequest, AsyncHandler<DescribeMetricCollectionTypesRequest, DescribeMetricCollectionTypesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypesAsync(DescribeMetricCollectionTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of metrics and a corresponding list of granularities for each metric.
describeMetricCollectionTypesAsync(DescribeMetricCollectionTypesRequest, AsyncHandler<DescribeMetricCollectionTypesRequest, DescribeMetricCollectionTypesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of metrics and a corresponding list of granularities for each metric.
DescribeMetricCollectionTypesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeMetricCollectionTypes operation.
DescribeMetricCollectionTypesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeMetricCollectionTypesRequest
 
DescribeMetricCollectionTypesResult - Class in com.amazonaws.services.autoscaling.model
The output of the DescribeMetricCollectionTypes action.
DescribeMetricCollectionTypesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeMetricCollectionTypesResult
 
describeNotificationConfigurations(DescribeNotificationConfigurationsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurations() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurations(DescribeNotificationConfigurationsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurations() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of notification actions associated with Auto Scaling groups for specified events.
describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of notification actions associated with Auto Scaling groups for specified events.
DescribeNotificationConfigurationsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeNotificationConfigurations operation.
DescribeNotificationConfigurationsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsRequest
 
DescribeNotificationConfigurationsResult - Class in com.amazonaws.services.autoscaling.model
The output of the DescribeNotificationConfigurations action.
DescribeNotificationConfigurationsResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsResult
 
describePlacementGroups(DescribePlacementGroupsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroups() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroups(DescribePlacementGroupsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroups() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroupsAsync(DescribePlacementGroupsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroupsAsync(DescribePlacementGroupsRequest, AsyncHandler<DescribePlacementGroupsRequest, DescribePlacementGroupsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroupsAsync(DescribePlacementGroupsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about one or more PlacementGroup instances in a user's account.
describePlacementGroupsAsync(DescribePlacementGroupsRequest, AsyncHandler<DescribePlacementGroupsRequest, DescribePlacementGroupsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about one or more PlacementGroup instances in a user's account.
DescribePlacementGroupsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribePlacementGroups operation.
DescribePlacementGroupsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribePlacementGroupsRequest
 
DescribePlacementGroupsResult - Class in com.amazonaws.services.ec2.model
DescribePlacementGroupsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribePlacementGroupsResult
 
describePolicies(DescribePoliciesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns descriptions of what each policy does.
describePolicies() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns descriptions of what each policy does.
describePolicies(DescribePoliciesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns descriptions of what each policy does.
describePolicies() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns descriptions of what each policy does.
describePoliciesAsync(DescribePoliciesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns descriptions of what each policy does.
describePoliciesAsync(DescribePoliciesRequest, AsyncHandler<DescribePoliciesRequest, DescribePoliciesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns descriptions of what each policy does.
describePoliciesAsync(DescribePoliciesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns descriptions of what each policy does.
describePoliciesAsync(DescribePoliciesRequest, AsyncHandler<DescribePoliciesRequest, DescribePoliciesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns descriptions of what each policy does.
DescribePoliciesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribePolicies operation.
DescribePoliciesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribePoliciesRequest
 
DescribePoliciesResult - Class in com.amazonaws.services.autoscaling.model
The PoliciesType data type.
DescribePoliciesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribePoliciesResult
 
describeRegions(DescribeRegionsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegions() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegions(DescribeRegionsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegions() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegionsAsync(DescribeRegionsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegionsAsync(DescribeRegionsRequest, AsyncHandler<DescribeRegionsRequest, DescribeRegionsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegionsAsync(DescribeRegionsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeRegions operation describes regions zones that are currently available to the account.
describeRegionsAsync(DescribeRegionsRequest, AsyncHandler<DescribeRegionsRequest, DescribeRegionsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeRegions operation describes regions zones that are currently available to the account.
DescribeRegionsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeRegions operation.
DescribeRegionsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeRegionsRequest
 
DescribeRegionsResult - Class in com.amazonaws.services.ec2.model
The result of describing the available Amazon EC2 regions.
DescribeRegionsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeRegionsResult
 
describeReservedInstances(DescribeReservedInstancesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstances() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstances(DescribeReservedInstancesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstances() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstancesAsync(DescribeReservedInstancesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstancesAsync(DescribeReservedInstancesRequest, AsyncHandler<DescribeReservedInstancesRequest, DescribeReservedInstancesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstancesAsync(DescribeReservedInstancesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstancesAsync(DescribeReservedInstancesRequest, AsyncHandler<DescribeReservedInstancesRequest, DescribeReservedInstancesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeReservedInstances operation describes Reserved Instances that were purchased for use with your account.
describeReservedInstancesListings(DescribeReservedInstancesListingsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeReservedInstancesListings() - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeReservedInstancesListings(DescribeReservedInstancesListingsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeReservedInstancesListings() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeReservedInstancesListingsAsync(DescribeReservedInstancesListingsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeReservedInstancesListingsAsync(DescribeReservedInstancesListingsRequest, AsyncHandler<DescribeReservedInstancesListingsRequest, DescribeReservedInstancesListingsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeReservedInstancesListingsAsync(DescribeReservedInstancesListingsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
describeReservedInstancesListingsAsync(DescribeReservedInstancesListingsRequest, AsyncHandler<DescribeReservedInstancesListingsRequest, DescribeReservedInstancesListingsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
DescribeReservedInstancesListingsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeReservedInstancesListings operation.
DescribeReservedInstancesListingsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesListingsRequest
 
DescribeReservedInstancesListingsResult - Class in com.amazonaws.services.ec2.model
Describe Reserved Instances Listings Result
DescribeReservedInstancesListingsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesListingsResult
 
describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferings() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferings(DescribeReservedInstancesOfferingsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferings() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferingsAsync(DescribeReservedInstancesOfferingsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferingsAsync(DescribeReservedInstancesOfferingsRequest, AsyncHandler<DescribeReservedInstancesOfferingsRequest, DescribeReservedInstancesOfferingsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferingsAsync(DescribeReservedInstancesOfferingsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
describeReservedInstancesOfferingsAsync(DescribeReservedInstancesOfferingsRequest, AsyncHandler<DescribeReservedInstancesOfferingsRequest, DescribeReservedInstancesOfferingsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeReservedInstancesOfferings operation describes Reserved Instance offerings that are available for purchase.
DescribeReservedInstancesOfferingsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeReservedInstancesOfferings operation.
DescribeReservedInstancesOfferingsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesOfferingsRequest
 
DescribeReservedInstancesOfferingsResult - Class in com.amazonaws.services.ec2.model
The result of describing Reserved Instance offerings.
DescribeReservedInstancesOfferingsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesOfferingsResult
 
DescribeReservedInstancesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeReservedInstances operation.
DescribeReservedInstancesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesRequest
 
DescribeReservedInstancesResult - Class in com.amazonaws.services.ec2.model
The result of describing the purchased Reserved Instances for your account.
DescribeReservedInstancesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeReservedInstancesResult
 
describeScalingActivities(DescribeScalingActivitiesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivities() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivities(DescribeScalingActivitiesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivities() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivitiesAsync(DescribeScalingActivitiesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivitiesAsync(DescribeScalingActivitiesRequest, AsyncHandler<DescribeScalingActivitiesRequest, DescribeScalingActivitiesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivitiesAsync(DescribeScalingActivitiesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns the scaling activities for the specified Auto Scaling group.
describeScalingActivitiesAsync(DescribeScalingActivitiesRequest, AsyncHandler<DescribeScalingActivitiesRequest, DescribeScalingActivitiesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns the scaling activities for the specified Auto Scaling group.
DescribeScalingActivitiesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeScalingActivities operation.
DescribeScalingActivitiesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScalingActivitiesRequest
 
DescribeScalingActivitiesResult - Class in com.amazonaws.services.autoscaling.model
The output for the DescribeScalingActivities action.
DescribeScalingActivitiesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScalingActivitiesResult
 
describeScalingProcessTypes(DescribeScalingProcessTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypes() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypes(DescribeScalingProcessTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypes() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypesAsync(DescribeScalingProcessTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypesAsync(DescribeScalingProcessTypesRequest, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypesAsync(DescribeScalingProcessTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
describeScalingProcessTypesAsync(DescribeScalingProcessTypesRequest, AsyncHandler<DescribeScalingProcessTypesRequest, DescribeScalingProcessTypesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns scaling process types for use in the ResumeProcesses and SuspendProcesses actions.
DescribeScalingProcessTypesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeScalingProcessTypes operation.
DescribeScalingProcessTypesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScalingProcessTypesRequest
 
DescribeScalingProcessTypesResult - Class in com.amazonaws.services.autoscaling.model
The output of the DescribeScalingProcessTypes action.
DescribeScalingProcessTypesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScalingProcessTypesResult
 
describeScheduledActions(DescribeScheduledActionsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActions() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActions(DescribeScheduledActionsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActions() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActionsAsync(DescribeScheduledActionsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActionsAsync(DescribeScheduledActionsRequest, AsyncHandler<DescribeScheduledActionsRequest, DescribeScheduledActionsResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActionsAsync(DescribeScheduledActionsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
describeScheduledActionsAsync(DescribeScheduledActionsRequest, AsyncHandler<DescribeScheduledActionsRequest, DescribeScheduledActionsResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Lists all the actions scheduled for your Auto Scaling group that haven't been executed.
DescribeScheduledActionsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeScheduledActions operation.
DescribeScheduledActionsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScheduledActionsRequest
 
DescribeScheduledActionsResult - Class in com.amazonaws.services.autoscaling.model
A scaling action that is scheduled for a future time and date.
DescribeScheduledActionsResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeScheduledActionsResult
 
describeSecurityGroups(DescribeSecurityGroupsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroups() - Method in interface com.amazonaws.services.ec2.AmazonEC2
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroups(DescribeSecurityGroupsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroups() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroupsAsync(DescribeSecurityGroupsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroupsAsync(DescribeSecurityGroupsRequest, AsyncHandler<DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroupsAsync(DescribeSecurityGroupsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeSecurityGroups operation returns information about security groups that you own.
describeSecurityGroupsAsync(DescribeSecurityGroupsRequest, AsyncHandler<DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
The DescribeSecurityGroups operation returns information about security groups that you own.
DescribeSecurityGroupsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSecurityGroups operation.
DescribeSecurityGroupsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSecurityGroupsRequest
 
DescribeSecurityGroupsResult - Class in com.amazonaws.services.ec2.model
The result of describing the Amazon EC2 security groups for your account.
DescribeSecurityGroupsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSecurityGroupsResult
 
describeSnapshotAttribute(DescribeSnapshotAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about an attribute of a snapshot.
describeSnapshotAttribute(DescribeSnapshotAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about an attribute of a snapshot.
describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about an attribute of a snapshot.
describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about an attribute of a snapshot.
describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about an attribute of a snapshot.
describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest, AsyncHandler<DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about an attribute of a snapshot.
DescribeSnapshotAttributeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSnapshotAttribute operation.
DescribeSnapshotAttributeRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest
Default constructor for a new DescribeSnapshotAttributeRequest object.
DescribeSnapshotAttributeRequest(String, String) - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest
Constructs a new DescribeSnapshotAttributeRequest object.
DescribeSnapshotAttributeRequest(String, SnapshotAttributeName) - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotAttributeRequest
Constructs a new DescribeSnapshotAttributeRequest object.
DescribeSnapshotAttributeResult - Class in com.amazonaws.services.ec2.model
The result of describing an EBS snapshot attribute.
DescribeSnapshotAttributeResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotAttributeResult
 
describeSnapshots(DescribeSnapshotsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about the Amazon EBS snapshots available to you.
describeSnapshots() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Returns information about the Amazon EBS snapshots available to you.
describeSnapshots(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about the Amazon EBS snapshots available to you.
describeSnapshots() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Returns information about the Amazon EBS snapshots available to you.
describeSnapshotsAsync(DescribeSnapshotsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about the Amazon EBS snapshots available to you.
describeSnapshotsAsync(DescribeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Returns information about the Amazon EBS snapshots available to you.
describeSnapshotsAsync(DescribeSnapshotsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about the Amazon EBS snapshots available to you.
describeSnapshotsAsync(DescribeSnapshotsRequest, AsyncHandler<DescribeSnapshotsRequest, DescribeSnapshotsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Returns information about the Amazon EBS snapshots available to you.
DescribeSnapshotsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSnapshots operation.
DescribeSnapshotsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotsRequest
 
DescribeSnapshotsResult - Class in com.amazonaws.services.ec2.model
The result of describing EBS snapshots.
DescribeSnapshotsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSnapshotsResult
 
describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscription() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscription() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscriptionAsync(DescribeSpotDatafeedSubscriptionRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscriptionAsync(DescribeSpotDatafeedSubscriptionRequest, AsyncHandler<DescribeSpotDatafeedSubscriptionRequest, DescribeSpotDatafeedSubscriptionResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscriptionAsync(DescribeSpotDatafeedSubscriptionRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the data feed for Spot Instances.
describeSpotDatafeedSubscriptionAsync(DescribeSpotDatafeedSubscriptionRequest, AsyncHandler<DescribeSpotDatafeedSubscriptionRequest, DescribeSpotDatafeedSubscriptionResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the data feed for Spot Instances.
DescribeSpotDatafeedSubscriptionRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSpotDatafeedSubscription operation.
DescribeSpotDatafeedSubscriptionRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotDatafeedSubscriptionRequest
 
DescribeSpotDatafeedSubscriptionResult - Class in com.amazonaws.services.ec2.model
Describe Spot Datafeed Subscription Result
DescribeSpotDatafeedSubscriptionResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotDatafeedSubscriptionResult
 
describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes Spot Instance requests.
describeSpotInstanceRequests() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes Spot Instance requests.
describeSpotInstanceRequests(DescribeSpotInstanceRequestsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes Spot Instance requests.
describeSpotInstanceRequests() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes Spot Instance requests.
describeSpotInstanceRequestsAsync(DescribeSpotInstanceRequestsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes Spot Instance requests.
describeSpotInstanceRequestsAsync(DescribeSpotInstanceRequestsRequest, AsyncHandler<DescribeSpotInstanceRequestsRequest, DescribeSpotInstanceRequestsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes Spot Instance requests.
describeSpotInstanceRequestsAsync(DescribeSpotInstanceRequestsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes Spot Instance requests.
describeSpotInstanceRequestsAsync(DescribeSpotInstanceRequestsRequest, AsyncHandler<DescribeSpotInstanceRequestsRequest, DescribeSpotInstanceRequestsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes Spot Instance requests.
DescribeSpotInstanceRequestsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSpotInstanceRequests operation.
DescribeSpotInstanceRequestsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotInstanceRequestsRequest
 
DescribeSpotInstanceRequestsResult - Class in com.amazonaws.services.ec2.model
Describe Spot Instance Requests Result
DescribeSpotInstanceRequestsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotInstanceRequestsResult
 
describeSpotPriceHistory(DescribeSpotPriceHistoryRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the Spot Price history.
describeSpotPriceHistory() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the Spot Price history.
describeSpotPriceHistory(DescribeSpotPriceHistoryRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the Spot Price history.
describeSpotPriceHistory() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the Spot Price history.
describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the Spot Price history.
describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the Spot Price history.
describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the Spot Price history.
describeSpotPriceHistoryAsync(DescribeSpotPriceHistoryRequest, AsyncHandler<DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the Spot Price history.
DescribeSpotPriceHistoryRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSpotPriceHistory operation.
DescribeSpotPriceHistoryRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryRequest
 
DescribeSpotPriceHistoryResult - Class in com.amazonaws.services.ec2.model
Describe Spot Price History Result
DescribeSpotPriceHistoryResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSpotPriceHistoryResult
 
describeSubnets(DescribeSubnetsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Gives you information about your subnets.
describeSubnets() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Gives you information about your subnets.
describeSubnets(DescribeSubnetsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Gives you information about your subnets.
describeSubnets() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Gives you information about your subnets.
describeSubnetsAsync(DescribeSubnetsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Gives you information about your subnets.
describeSubnetsAsync(DescribeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Gives you information about your subnets.
describeSubnetsAsync(DescribeSubnetsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Gives you information about your subnets.
describeSubnetsAsync(DescribeSubnetsRequest, AsyncHandler<DescribeSubnetsRequest, DescribeSubnetsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Gives you information about your subnets.
DescribeSubnetsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeSubnets operation.
DescribeSubnetsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeSubnetsRequest
 
DescribeSubnetsResult - Class in com.amazonaws.services.ec2.model
DescribeSubnetsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeSubnetsResult
 
describeTable(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDB
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTable(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBClient
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTable(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDB
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTable(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in interface com.amazonaws.services.dynamodb.AmazonDynamoDBAsync
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTableAsync(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazonaws.services.dynamodb.AmazonDynamoDBAsyncClient
Deprecated.  Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
describeTableAsync(DescribeTableRequest) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in interface com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsync
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazonaws.services.dynamodbv2.AmazonDynamoDBAsyncClient
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
DescribeTableRequest - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DescribeTableRequest() - Constructor for class com.amazonaws.services.dynamodb.model.DescribeTableRequest
Deprecated.  
DescribeTableRequest - Class in com.amazonaws.services.dynamodbv2.model
Container for the parameters to the DescribeTable operation.
DescribeTableRequest() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
 
DescribeTableResult - Class in com.amazonaws.services.dynamodb.model
Deprecated. 
DescribeTableResult() - Constructor for class com.amazonaws.services.dynamodb.model.DescribeTableResult
Deprecated.  
DescribeTableResult - Class in com.amazonaws.services.dynamodbv2.model
Represents the output of a DescribeTable operation.
DescribeTableResult() - Constructor for class com.amazonaws.services.dynamodbv2.model.DescribeTableResult
 
describeTags(DescribeTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Lists the Auto Scaling group tags.
describeTags() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Lists the Auto Scaling group tags.
describeTags(DescribeTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Lists the Auto Scaling group tags.
describeTags() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Lists the Auto Scaling group tags.
describeTags(DescribeTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the tags for the specified resources.
describeTags() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the tags for the specified resources.
describeTags(DescribeTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the tags for the specified resources.
describeTags() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the tags for the specified resources.
describeTagsAsync(DescribeTagsRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Lists the Auto Scaling group tags.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Lists the Auto Scaling group tags.
describeTagsAsync(DescribeTagsRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Lists the Auto Scaling group tags.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Lists the Auto Scaling group tags.
describeTagsAsync(DescribeTagsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the tags for the specified resources.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the tags for the specified resources.
describeTagsAsync(DescribeTagsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the tags for the specified resources.
describeTagsAsync(DescribeTagsRequest, AsyncHandler<DescribeTagsRequest, DescribeTagsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the tags for the specified resources.
DescribeTagsRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeTags operation.
DescribeTagsRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeTagsRequest
 
DescribeTagsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeTags operation.
DescribeTagsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeTagsRequest
Default constructor for a new DescribeTagsRequest object.
DescribeTagsRequest(List<Filter>) - Constructor for class com.amazonaws.services.ec2.model.DescribeTagsRequest
Constructs a new DescribeTagsRequest object.
DescribeTagsResult - Class in com.amazonaws.services.autoscaling.model
DescribeTagsResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeTagsResult
 
DescribeTagsResult - Class in com.amazonaws.services.ec2.model
DescribeTagsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeTagsResult
 
describeTerminationPolicyTypes(DescribeTerminationPolicyTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypes() - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScaling
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypes(DescribeTerminationPolicyTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypes() - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingClient
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypesAsync(DescribeTerminationPolicyTypesRequest) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypesAsync(DescribeTerminationPolicyTypesRequest, AsyncHandler<DescribeTerminationPolicyTypesRequest, DescribeTerminationPolicyTypesResult>) - Method in interface com.amazonaws.services.autoscaling.AmazonAutoScalingAsync
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypesAsync(DescribeTerminationPolicyTypesRequest) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of all termination policies supported by Auto Scaling.
describeTerminationPolicyTypesAsync(DescribeTerminationPolicyTypesRequest, AsyncHandler<DescribeTerminationPolicyTypesRequest, DescribeTerminationPolicyTypesResult>) - Method in class com.amazonaws.services.autoscaling.AmazonAutoScalingAsyncClient
Returns a list of all termination policies supported by Auto Scaling.
DescribeTerminationPolicyTypesRequest - Class in com.amazonaws.services.autoscaling.model
Container for the parameters to the DescribeTerminationPolicyTypes operation.
DescribeTerminationPolicyTypesRequest() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeTerminationPolicyTypesRequest
 
DescribeTerminationPolicyTypesResult - Class in com.amazonaws.services.autoscaling.model
The TerminationPolicyTypes data type.
DescribeTerminationPolicyTypesResult() - Constructor for class com.amazonaws.services.autoscaling.model.DescribeTerminationPolicyTypesResult
 
describeVolumeAttribute(DescribeVolumeAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
 
describeVolumeAttribute(DescribeVolumeAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
 
describeVolumeAttributeAsync(DescribeVolumeAttributeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeVolumeAttributeAsync(DescribeVolumeAttributeRequest, AsyncHandler<DescribeVolumeAttributeRequest, DescribeVolumeAttributeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
 
describeVolumeAttributeAsync(DescribeVolumeAttributeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
describeVolumeAttributeAsync(DescribeVolumeAttributeRequest, AsyncHandler<DescribeVolumeAttributeRequest, DescribeVolumeAttributeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
 
DescribeVolumeAttributeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeVolumeAttribute operation.
DescribeVolumeAttributeRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumeAttributeRequest
 
DescribeVolumeAttributeResult - Class in com.amazonaws.services.ec2.model
Describe Volume Attribute Result
DescribeVolumeAttributeResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumeAttributeResult
 
describeVolumes(DescribeVolumesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumes() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumes(DescribeVolumesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumes() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumesAsync(DescribeVolumesRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumesAsync(DescribeVolumesRequest, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumesAsync(DescribeVolumesRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
describeVolumesAsync(DescribeVolumesRequest, AsyncHandler<DescribeVolumesRequest, DescribeVolumesResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of the indicated volume or, in lieu of any specified, all volumes belonging to the caller.
DescribeVolumesRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeVolumes operation.
DescribeVolumesRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumesRequest
Default constructor for a new DescribeVolumesRequest object.
DescribeVolumesRequest(List<String>) - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumesRequest
Constructs a new DescribeVolumesRequest object.
DescribeVolumesResult - Class in com.amazonaws.services.ec2.model
The result of describing your EBS volumes.
DescribeVolumesResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumesResult
 
describeVolumeStatus(DescribeVolumeStatusRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of a volume.
describeVolumeStatus() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Describes the status of a volume.
describeVolumeStatus(DescribeVolumeStatusRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of a volume.
describeVolumeStatus() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Describes the status of a volume.
describeVolumeStatusAsync(DescribeVolumeStatusRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of a volume.
describeVolumeStatusAsync(DescribeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Describes the status of a volume.
describeVolumeStatusAsync(DescribeVolumeStatusRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of a volume.
describeVolumeStatusAsync(DescribeVolumeStatusRequest, AsyncHandler<DescribeVolumeStatusRequest, DescribeVolumeStatusResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Describes the status of a volume.
DescribeVolumeStatusRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeVolumeStatus operation.
DescribeVolumeStatusRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumeStatusRequest
 
DescribeVolumeStatusResult - Class in com.amazonaws.services.ec2.model
Describe Volume Status Result
DescribeVolumeStatusResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeVolumeStatusResult
 
describeVpcs(DescribeVpcsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Gives you information about your VPCs.
describeVpcs() - Method in interface com.amazonaws.services.ec2.AmazonEC2
Gives you information about your VPCs.
describeVpcs(DescribeVpcsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Gives you information about your VPCs.
describeVpcs() - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Gives you information about your VPCs.
describeVpcsAsync(DescribeVpcsRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Gives you information about your VPCs.
describeVpcsAsync(DescribeVpcsRequest, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Gives you information about your VPCs.
describeVpcsAsync(DescribeVpcsRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Gives you information about your VPCs.
describeVpcsAsync(DescribeVpcsRequest, AsyncHandler<DescribeVpcsRequest, DescribeVpcsResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Gives you information about your VPCs.
DescribeVpcsRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DescribeVpcs operation.
DescribeVpcsRequest() - Constructor for class com.amazonaws.services.ec2.model.DescribeVpcsRequest
 
DescribeVpcsResult - Class in com.amazonaws.services.ec2.model
DescribeVpcsResult() - Constructor for class com.amazonaws.services.ec2.model.DescribeVpcsResult
 
Destination - Class in com.amazonaws.services.simpleemail.model
Represents the destination of the message, consisting of To:, CC:, and BCC: fields.
Destination() - Constructor for class com.amazonaws.services.simpleemail.model.Destination
Default constructor for a new Destination object.
Destination(List<String>) - Constructor for class com.amazonaws.services.simpleemail.model.Destination
Constructs a new Destination object.
detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancing
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingClient
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest, AsyncHandler<DetachLoadBalancerFromSubnetsRequest, DetachLoadBalancerFromSubnetsResult>) - Method in interface com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsync
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest, AsyncHandler<DetachLoadBalancerFromSubnetsRequest, DetachLoadBalancerFromSubnetsResult>) - Method in class com.amazonaws.services.elasticloadbalancing.AmazonElasticLoadBalancingAsyncClient
Removes subnets from the set of configured subnets in the VPC for the LoadBalancer.
DetachLoadBalancerFromSubnetsRequest - Class in com.amazonaws.services.elasticloadbalancing.model
Container for the parameters to the DetachLoadBalancerFromSubnets operation.
DetachLoadBalancerFromSubnetsRequest() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DetachLoadBalancerFromSubnetsRequest
 
DetachLoadBalancerFromSubnetsResult - Class in com.amazonaws.services.elasticloadbalancing.model
The output for the DetachLoadBalancerFromSubnets action.
DetachLoadBalancerFromSubnetsResult() - Constructor for class com.amazonaws.services.elasticloadbalancing.model.DetachLoadBalancerFromSubnetsResult
 
detachVolume(DetachVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2
Detach a previously attached volume from a running instance.
detachVolume(DetachVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2Client
Detach a previously attached volume from a running instance.
detachVolumeAsync(DetachVolumeRequest) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Detach a previously attached volume from a running instance.
detachVolumeAsync(DetachVolumeRequest, AsyncHandler<DetachVolumeRequest, DetachVolumeResult>) - Method in interface com.amazonaws.services.ec2.AmazonEC2Async
Detach a previously attached volume from a running instance.
detachVolumeAsync(DetachVolumeRequest) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Detach a previously attached volume from a running instance.
detachVolumeAsync(DetachVolumeRequest, AsyncHandler<DetachVolumeRequest, DetachVolumeResult>) - Method in class com.amazonaws.services.ec2.AmazonEC2AsyncClient
Detach a previously attached volume from a running instance.
DetachVolumeRequest - Class in com.amazonaws.services.ec2.model
Container for the parameters to the DetachVolume operation.
DetachVolumeRequest() - Constructor for class com.amazonaws.services.ec2.model.DetachVolumeRequest
Default constructor for a new DetachVolumeRequest object.
DetachVolumeRequest(String) - Constructor for class com.amazonaws.services.ec2.model.DetachVolumeRequest
Constructs a new DetachVolumeRequest object.
DetachVolumeResult - Class in com.amazonaws.services.ec2.model
The result of detaching an EBS volume from an instance.
DetachVolumeResult() - Constructor for class com.amazonaws.services.ec2.model.DetachVolumeResult
 
Dimension - Class in com.amazonaws.services.cloudwatch.model
The Dimension data type further expands on the identity of a metric using a Name, Value pair.
Dimension() - Constructor for class com.amazonaws.services.cloudwatch.model.