Skip navigation links
A B C D E F G H I L M P R S T V W 

A

AbstractAmazonEBS - Class in com.amazonaws.services.ebs
Abstract implementation of AmazonEBS.
AbstractAmazonEBS() - Constructor for class com.amazonaws.services.ebs.AbstractAmazonEBS
 
AbstractAmazonEBSAsync - Class in com.amazonaws.services.ebs
Abstract implementation of AmazonEBSAsync.
AbstractAmazonEBSAsync() - Constructor for class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
AccessDeniedException - Exception in com.amazonaws.services.ebs.model
You do not have sufficient access to perform this action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.ebs.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
AccessDeniedExceptionReason - Enum in com.amazonaws.services.ebs.model
 
AmazonEBS - Interface in com.amazonaws.services.ebs
Interface for accessing Amazon EBS.
AmazonEBSAsync - Interface in com.amazonaws.services.ebs
Interface for accessing Amazon EBS asynchronously.
AmazonEBSAsyncClient - Class in com.amazonaws.services.ebs
Client for accessing Amazon EBS asynchronously.
AmazonEBSAsyncClientBuilder - Class in com.amazonaws.services.ebs
Fluent builder for AmazonEBSAsync.
AmazonEBSClient - Class in com.amazonaws.services.ebs
Client for accessing Amazon EBS.
AmazonEBSClientBuilder - Class in com.amazonaws.services.ebs
Fluent builder for AmazonEBS.
AmazonEBSException - Exception in com.amazonaws.services.ebs.model
Base exception for all service exceptions thrown by Amazon Elastic Block Store
AmazonEBSException(String) - Constructor for exception com.amazonaws.services.ebs.model.AmazonEBSException
Constructs a new AmazonEBSException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 

B

Block - Class in com.amazonaws.services.ebs.model
A block of data in an Amazon Elastic Block Store snapshot.
Block() - Constructor for class com.amazonaws.services.ebs.model.Block
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClientBuilder
Construct an asynchronous implementation of AmazonEBSAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.ebs.AmazonEBSClientBuilder
Construct a synchronous implementation of AmazonEBS using the current builder configuration.
builder() - Static method in class com.amazonaws.services.ebs.AmazonEBSClient
 

C

ChangedBlock - Class in com.amazonaws.services.ebs.model
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
ChangedBlock() - Constructor for class com.amazonaws.services.ebs.model.ChangedBlock
 
ChecksumAggregationMethod - Enum in com.amazonaws.services.ebs.model
 
ChecksumAlgorithm - Enum in com.amazonaws.services.ebs.model
 
clone() - Method in class com.amazonaws.services.ebs.model.Block
 
clone() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
 
clone() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
 
clone() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
 
clone() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
 
clone() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
 
clone() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
 
clone() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
 
clone() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
 
clone() - Method in class com.amazonaws.services.ebs.model.Tag
 
com.amazonaws.services.ebs - package com.amazonaws.services.ebs
You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots.
com.amazonaws.services.ebs.model - package com.amazonaws.services.ebs.model
 
completeSnapshot(CompleteSnapshotRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
completeSnapshot(CompleteSnapshotRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Seals and completes the snapshot after all of the required blocks of data have been written to it.
completeSnapshot(CompleteSnapshotRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Seals and completes the snapshot after all of the required blocks of data have been written to it.
completeSnapshotAsync(CompleteSnapshotRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
completeSnapshotAsync(CompleteSnapshotRequest, AsyncHandler<CompleteSnapshotRequest, CompleteSnapshotResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
completeSnapshotAsync(CompleteSnapshotRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Seals and completes the snapshot after all of the required blocks of data have been written to it.
completeSnapshotAsync(CompleteSnapshotRequest, AsyncHandler<CompleteSnapshotRequest, CompleteSnapshotResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Seals and completes the snapshot after all of the required blocks of data have been written to it.
completeSnapshotAsync(CompleteSnapshotRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
completeSnapshotAsync(CompleteSnapshotRequest, AsyncHandler<CompleteSnapshotRequest, CompleteSnapshotResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
CompleteSnapshotRequest - Class in com.amazonaws.services.ebs.model
 
CompleteSnapshotRequest() - Constructor for class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
 
CompleteSnapshotResult - Class in com.amazonaws.services.ebs.model
 
CompleteSnapshotResult() - Constructor for class com.amazonaws.services.ebs.model.CompleteSnapshotResult
 
ConcurrentLimitExceededException - Exception in com.amazonaws.services.ebs.model
You have reached the limit for concurrent API requests.
ConcurrentLimitExceededException(String) - Constructor for exception com.amazonaws.services.ebs.model.ConcurrentLimitExceededException
Constructs a new ConcurrentLimitExceededException with the specified error message.
configFactory - Static variable in class com.amazonaws.services.ebs.AmazonEBSClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.ebs.model
The request uses the same client token as a previous, but non-identical request.
ConflictException(String) - Constructor for exception com.amazonaws.services.ebs.model.ConflictException
Constructs a new ConflictException with the specified error message.

D

defaultClient() - Static method in class com.amazonaws.services.ebs.AmazonEBSAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.ebs.AmazonEBSClientBuilder
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.ebs.AmazonEBS
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.ebs.model.Block
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.ebs.model.Tag
 

F

fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.AccessDeniedExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.ChecksumAggregationMethod
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.ChecksumAlgorithm
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.RequestThrottledExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.ResourceNotFoundExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.ServiceQuotaExceededExceptionReason
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.SSEType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.Status
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.ebs.model.ValidationExceptionReason
Use this in place of valueOf.

G

getBlockData() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The data content of the block.
getBlockData() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The data to write to the block.
getBlockIndex() - Method in class com.amazonaws.services.ebs.model.Block
The block index.
getBlockIndex() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block index.
getBlockIndex() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block index of the block in which to read the data.
getBlockIndex() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The block index of the block in which to write the data.
getBlocks() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
An array of objects containing information about the blocks.
getBlockSize() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the blocks in the snapshot, in bytes.
getBlockSize() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the blocks in the snapshot, in bytes.
getBlockSize() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the blocks in the snapshot, in bytes.
getBlockToken() - Method in class com.amazonaws.services.ebs.model.Block
The block token for the block index.
getBlockToken() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block token of the block from which to get data.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getChangedBlocks() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
An array of objects containing information about the changed blocks.
getChangedBlocksCount() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The number of blocks that were written to the snapshot.
getChecksum() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
An aggregated Base-64 SHA256 checksum based on the checksums of each written block.
getChecksum() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
getChecksum() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
A Base64-encoded SHA256 checksum of the data.
getChecksum() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The SHA256 checksum generated for the block data by Amazon EBS.
getChecksumAggregationMethod() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The aggregation method used to generate the checksum.
getChecksumAlgorithm() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The algorithm used to generate the checksum.
getChecksumAlgorithm() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
getChecksumAlgorithm() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The algorithm used to generate the checksum.
getChecksumAlgorithm() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The algorithm used by Amazon EBS to generate the checksum.
getClientToken() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
getDataLength() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
getDataLength() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The size of the data to write to the block, in bytes.
getDescription() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A description for the snapshot.
getDescription() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The description of the snapshot.
getEncrypted() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
Indicates whether to encrypt the snapshot.
getExecutorService() - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
Returns the executor service used by this client to execute async requests.
getExpiryTime() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The time when the BlockToken expires.
getExpiryTime() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The time when the BlockToken expires.
getFirstBlockToken() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation.
getFirstSnapshotId() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the first snapshot to use for the comparison.
getKey() - Method in class com.amazonaws.services.ebs.model.Tag
The key of the tag.
getKmsKeyArn() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.
getKmsKeyArn() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
getMaxResults() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The maximum number of blocks to be returned by the request.
getMaxResults() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The maximum number of blocks to be returned by the request.
getNextToken() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The token to request the next page of results.
getNextToken() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The token to use to retrieve the next page of results.
getNextToken() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The token to request the next page of results.
getNextToken() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The token to use to retrieve the next page of results.
getOwnerId() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Web Services account ID of the snapshot owner.
getParentSnapshotId() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The ID of the parent snapshot.
getParentSnapshotId() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the parent snapshot.
getProgress() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The progress of the write process, as a percentage.
getReason() - Method in exception com.amazonaws.services.ebs.model.AccessDeniedException
The reason for the exception.
getReason() - Method in exception com.amazonaws.services.ebs.model.RequestThrottledException
The reason for the exception.
getReason() - Method in exception com.amazonaws.services.ebs.model.ResourceNotFoundException
The reason for the exception.
getReason() - Method in exception com.amazonaws.services.ebs.model.ServiceQuotaExceededException
The reason for the exception.
getReason() - Method in exception com.amazonaws.services.ebs.model.ValidationException
The reason for the validation exception.
getSecondBlockToken() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
getSecondSnapshotId() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the second snapshot to use for the comparison.
getSignerType() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
 
getSnapshotBlock(GetSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
getSnapshotBlock(GetSnapshotBlockRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Returns the data in a block in an Amazon Elastic Block Store snapshot.
getSnapshotBlock(GetSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Returns the data in a block in an Amazon Elastic Block Store snapshot.
getSnapshotBlockAsync(GetSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
getSnapshotBlockAsync(GetSnapshotBlockRequest, AsyncHandler<GetSnapshotBlockRequest, GetSnapshotBlockResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
getSnapshotBlockAsync(GetSnapshotBlockRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns the data in a block in an Amazon Elastic Block Store snapshot.
getSnapshotBlockAsync(GetSnapshotBlockRequest, AsyncHandler<GetSnapshotBlockRequest, GetSnapshotBlockResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns the data in a block in an Amazon Elastic Block Store snapshot.
getSnapshotBlockAsync(GetSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
getSnapshotBlockAsync(GetSnapshotBlockRequest, AsyncHandler<GetSnapshotBlockRequest, GetSnapshotBlockResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
GetSnapshotBlockRequest - Class in com.amazonaws.services.ebs.model
 
GetSnapshotBlockRequest() - Constructor for class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
 
GetSnapshotBlockResult - Class in com.amazonaws.services.ebs.model
 
GetSnapshotBlockResult() - Constructor for class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
 
getSnapshotId() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The ID of the snapshot.
getSnapshotId() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The ID of the snapshot containing the block from which to get data.
getSnapshotId() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The ID of the snapshot from which to get block indexes and block tokens.
getSnapshotId() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The ID of the snapshot.
getSnapshotId() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the snapshot.
getSseType() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
Reserved for future use.
getStartingBlockIndex() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The block index from which the comparison should start.
getStartingBlockIndex() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The block index from which the list should start.
getStartTime() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The timestamp when the snapshot was created.
getStatus() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
The status of the snapshot.
getStatus() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The status of the snapshot.
getTags() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The tags to apply to the snapshot.
getTags() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The tags applied to the snapshot.
getTimeout() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The amount of time (in minutes) after which the snapshot is automatically cancelled if:
getValue() - Method in class com.amazonaws.services.ebs.model.Tag
The value of the tag.
getVolumeSize() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the volume in GB.
getVolumeSize() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the volume in GB.
getVolumeSize() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The size of the volume, in GiB.
getVolumeSize() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the volume, in GiB.

H

hashCode() - Method in class com.amazonaws.services.ebs.model.Block
 
hashCode() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
 
hashCode() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.ebs.model.Tag
 

I

InternalServerException - Exception in com.amazonaws.services.ebs.model
An internal error has occurred.
InternalServerException(String) - Constructor for exception com.amazonaws.services.ebs.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
isEncrypted() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
Indicates whether to encrypt the snapshot.

L

listChangedBlocks(ListChangedBlocksRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
listChangedBlocks(ListChangedBlocksRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
listChangedBlocks(ListChangedBlocksRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
listChangedBlocksAsync(ListChangedBlocksRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
listChangedBlocksAsync(ListChangedBlocksRequest, AsyncHandler<ListChangedBlocksRequest, ListChangedBlocksResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
listChangedBlocksAsync(ListChangedBlocksRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
listChangedBlocksAsync(ListChangedBlocksRequest, AsyncHandler<ListChangedBlocksRequest, ListChangedBlocksResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.
listChangedBlocksAsync(ListChangedBlocksRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
listChangedBlocksAsync(ListChangedBlocksRequest, AsyncHandler<ListChangedBlocksRequest, ListChangedBlocksResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
ListChangedBlocksRequest - Class in com.amazonaws.services.ebs.model
 
ListChangedBlocksRequest() - Constructor for class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
 
ListChangedBlocksResult - Class in com.amazonaws.services.ebs.model
 
ListChangedBlocksResult() - Constructor for class com.amazonaws.services.ebs.model.ListChangedBlocksResult
 
listSnapshotBlocks(ListSnapshotBlocksRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
listSnapshotBlocks(ListSnapshotBlocksRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocks(ListSnapshotBlocksRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocksAsync(ListSnapshotBlocksRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
listSnapshotBlocksAsync(ListSnapshotBlocksRequest, AsyncHandler<ListSnapshotBlocksRequest, ListSnapshotBlocksResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
listSnapshotBlocksAsync(ListSnapshotBlocksRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocksAsync(ListSnapshotBlocksRequest, AsyncHandler<ListSnapshotBlocksRequest, ListSnapshotBlocksResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocksAsync(ListSnapshotBlocksRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
listSnapshotBlocksAsync(ListSnapshotBlocksRequest, AsyncHandler<ListSnapshotBlocksRequest, ListSnapshotBlocksResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
ListSnapshotBlocksRequest - Class in com.amazonaws.services.ebs.model
 
ListSnapshotBlocksRequest() - Constructor for class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
 
ListSnapshotBlocksResult - Class in com.amazonaws.services.ebs.model
 
ListSnapshotBlocksResult() - Constructor for class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ebs.model.Block
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.ebs.model.Tag
 

P

putSnapshotBlock(PutSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
putSnapshotBlock(PutSnapshotBlockRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Writes a block of data to a snapshot.
putSnapshotBlock(PutSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Writes a block of data to a snapshot.
putSnapshotBlockAsync(PutSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
putSnapshotBlockAsync(PutSnapshotBlockRequest, AsyncHandler<PutSnapshotBlockRequest, PutSnapshotBlockResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
putSnapshotBlockAsync(PutSnapshotBlockRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Writes a block of data to a snapshot.
putSnapshotBlockAsync(PutSnapshotBlockRequest, AsyncHandler<PutSnapshotBlockRequest, PutSnapshotBlockResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Writes a block of data to a snapshot.
putSnapshotBlockAsync(PutSnapshotBlockRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
putSnapshotBlockAsync(PutSnapshotBlockRequest, AsyncHandler<PutSnapshotBlockRequest, PutSnapshotBlockResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
PutSnapshotBlockRequest - Class in com.amazonaws.services.ebs.model
 
PutSnapshotBlockRequest() - Constructor for class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
 
PutSnapshotBlockResult - Class in com.amazonaws.services.ebs.model
 
PutSnapshotBlockResult() - Constructor for class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
 

R

RequestThrottledException - Exception in com.amazonaws.services.ebs.model
The number of API requests has exceeded the maximum allowed API request throttling limit for the snapshot.
RequestThrottledException(String) - Constructor for exception com.amazonaws.services.ebs.model.RequestThrottledException
Constructs a new RequestThrottledException with the specified error message.
RequestThrottledExceptionReason - Enum in com.amazonaws.services.ebs.model
 
ResourceNotFoundException - Exception in com.amazonaws.services.ebs.model
The specified resource does not exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.ebs.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourceNotFoundExceptionReason - Enum in com.amazonaws.services.ebs.model
 

S

ServiceQuotaExceededException - Exception in com.amazonaws.services.ebs.model
Your current service quotas do not allow you to perform this action.
ServiceQuotaExceededException(String) - Constructor for exception com.amazonaws.services.ebs.model.ServiceQuotaExceededException
Constructs a new ServiceQuotaExceededException with the specified error message.
ServiceQuotaExceededExceptionReason - Enum in com.amazonaws.services.ebs.model
 
setBlockData(InputStream) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The data content of the block.
setBlockData(InputStream) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The data to write to the block.
setBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.Block
The block index.
setBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block index.
setBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block index of the block in which to read the data.
setBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The block index of the block in which to write the data.
setBlocks(Collection<Block>) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
An array of objects containing information about the blocks.
setBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the blocks in the snapshot, in bytes.
setBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the blocks in the snapshot, in bytes.
setBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the blocks in the snapshot, in bytes.
setBlockToken(String) - Method in class com.amazonaws.services.ebs.model.Block
The block token for the block index.
setBlockToken(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block token of the block from which to get data.
setChangedBlocks(Collection<ChangedBlock>) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
An array of objects containing information about the changed blocks.
setChangedBlocksCount(Integer) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The number of blocks that were written to the snapshot.
setChecksum(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
An aggregated Base-64 SHA256 checksum based on the checksums of each written block.
setChecksum(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
setChecksum(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
A Base64-encoded SHA256 checksum of the data.
setChecksum(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The SHA256 checksum generated for the block data by Amazon EBS.
setChecksumAggregationMethod(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The aggregation method used to generate the checksum.
setChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The algorithm used to generate the checksum.
setChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
setChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The algorithm used to generate the checksum.
setChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The algorithm used by Amazon EBS to generate the checksum.
setClientToken(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
setDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
setDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The size of the data to write to the block, in bytes.
setDescription(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A description for the snapshot.
setDescription(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The description of the snapshot.
setEncrypted(Boolean) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
Indicates whether to encrypt the snapshot.
setExpiryTime(Date) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The time when the BlockToken expires.
setExpiryTime(Date) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The time when the BlockToken expires.
setFirstBlockToken(String) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation.
setFirstSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the first snapshot to use for the comparison.
setKey(String) - Method in class com.amazonaws.services.ebs.model.Tag
The key of the tag.
setKmsKeyArn(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.
setKmsKeyArn(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
setMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The maximum number of blocks to be returned by the request.
setMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The maximum number of blocks to be returned by the request.
setNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The token to request the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The token to use to retrieve the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The token to request the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The token to use to retrieve the next page of results.
setOwnerId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Web Services account ID of the snapshot owner.
setParentSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The ID of the parent snapshot.
setParentSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the parent snapshot.
setProgress(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The progress of the write process, as a percentage.
setReason(String) - Method in exception com.amazonaws.services.ebs.model.AccessDeniedException
The reason for the exception.
setReason(String) - Method in exception com.amazonaws.services.ebs.model.RequestThrottledException
The reason for the exception.
setReason(String) - Method in exception com.amazonaws.services.ebs.model.ResourceNotFoundException
The reason for the exception.
setReason(String) - Method in exception com.amazonaws.services.ebs.model.ServiceQuotaExceededException
The reason for the exception.
setReason(String) - Method in exception com.amazonaws.services.ebs.model.ValidationException
The reason for the validation exception.
setSecondBlockToken(String) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
setSecondSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the second snapshot to use for the comparison.
setSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The ID of the snapshot.
setSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The ID of the snapshot containing the block from which to get data.
setSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The ID of the snapshot from which to get block indexes and block tokens.
setSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The ID of the snapshot.
setSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the snapshot.
setSseType(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
Reserved for future use.
setStartingBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The block index from which the comparison should start.
setStartingBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The block index from which the list should start.
setStartTime(Date) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The timestamp when the snapshot was created.
setStatus(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
The status of the snapshot.
setStatus(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The status of the snapshot.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The tags to apply to the snapshot.
setTags(Collection<Tag>) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The tags applied to the snapshot.
setTimeout(Integer) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The amount of time (in minutes) after which the snapshot is automatically cancelled if:
setValue(String) - Method in class com.amazonaws.services.ebs.model.Tag
The value of the tag.
setVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the volume in GB.
setVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the volume in GB.
setVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The size of the volume, in GiB.
setVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the volume, in GiB.
shutdown() - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
shutdown() - Method in interface com.amazonaws.services.ebs.AmazonEBS
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.ebs.AmazonEBSClient
 
SSEType - Enum in com.amazonaws.services.ebs.model
 
standard() - Static method in class com.amazonaws.services.ebs.AmazonEBSAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ebs.AmazonEBSClientBuilder
 
startSnapshot(StartSnapshotRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
startSnapshot(StartSnapshotRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Creates a new Amazon EBS snapshot.
startSnapshot(StartSnapshotRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Creates a new Amazon EBS snapshot.
startSnapshotAsync(StartSnapshotRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
startSnapshotAsync(StartSnapshotRequest, AsyncHandler<StartSnapshotRequest, StartSnapshotResult>) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBSAsync
 
startSnapshotAsync(StartSnapshotRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Creates a new Amazon EBS snapshot.
startSnapshotAsync(StartSnapshotRequest, AsyncHandler<StartSnapshotRequest, StartSnapshotResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Creates a new Amazon EBS snapshot.
startSnapshotAsync(StartSnapshotRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
startSnapshotAsync(StartSnapshotRequest, AsyncHandler<StartSnapshotRequest, StartSnapshotResult>) - Method in class com.amazonaws.services.ebs.AmazonEBSAsyncClient
 
StartSnapshotRequest - Class in com.amazonaws.services.ebs.model
 
StartSnapshotRequest() - Constructor for class com.amazonaws.services.ebs.model.StartSnapshotRequest
 
StartSnapshotResult - Class in com.amazonaws.services.ebs.model
 
StartSnapshotResult() - Constructor for class com.amazonaws.services.ebs.model.StartSnapshotResult
 
Status - Enum in com.amazonaws.services.ebs.model
 

T

Tag - Class in com.amazonaws.services.ebs.model
Describes a tag.
Tag() - Constructor for class com.amazonaws.services.ebs.model.Tag
 
toString() - Method in enum com.amazonaws.services.ebs.model.AccessDeniedExceptionReason
 
toString() - Method in class com.amazonaws.services.ebs.model.Block
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.ChangedBlock
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ebs.model.ChecksumAggregationMethod
 
toString() - Method in enum com.amazonaws.services.ebs.model.ChecksumAlgorithm
 
toString() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ebs.model.RequestThrottledExceptionReason
 
toString() - Method in enum com.amazonaws.services.ebs.model.ResourceNotFoundExceptionReason
 
toString() - Method in enum com.amazonaws.services.ebs.model.ServiceQuotaExceededExceptionReason
 
toString() - Method in enum com.amazonaws.services.ebs.model.SSEType
 
toString() - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ebs.model.Status
 
toString() - Method in class com.amazonaws.services.ebs.model.Tag
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.ebs.model.ValidationExceptionReason
 

V

ValidationException - Exception in com.amazonaws.services.ebs.model
The input fails to satisfy the constraints of the EBS direct APIs.
ValidationException(String) - Constructor for exception com.amazonaws.services.ebs.model.ValidationException
Constructs a new ValidationException with the specified error message.
ValidationExceptionReason - Enum in com.amazonaws.services.ebs.model
 
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.AccessDeniedExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.ChecksumAggregationMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.ChecksumAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.RequestThrottledExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.ResourceNotFoundExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.ServiceQuotaExceededExceptionReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.SSEType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.ebs.model.ValidationExceptionReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.ebs.model.AccessDeniedExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.ChecksumAggregationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.ChecksumAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.RequestThrottledExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.ResourceNotFoundExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.ServiceQuotaExceededExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.SSEType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.ebs.model.ValidationExceptionReason
Returns an array containing the constants of this enum type, in the order they are declared.

W

withBlockData(InputStream) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The data content of the block.
withBlockData(InputStream) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The data to write to the block.
withBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.Block
The block index.
withBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block index.
withBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block index of the block in which to read the data.
withBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The block index of the block in which to write the data.
withBlocks(Block...) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
An array of objects containing information about the blocks.
withBlocks(Collection<Block>) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
An array of objects containing information about the blocks.
withBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the blocks in the snapshot, in bytes.
withBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the blocks in the snapshot, in bytes.
withBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the blocks in the snapshot, in bytes.
withBlockToken(String) - Method in class com.amazonaws.services.ebs.model.Block
The block token for the block index.
withBlockToken(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The block token of the block from which to get data.
withChangedBlocks(ChangedBlock...) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
An array of objects containing information about the changed blocks.
withChangedBlocks(Collection<ChangedBlock>) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
An array of objects containing information about the changed blocks.
withChangedBlocksCount(Integer) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The number of blocks that were written to the snapshot.
withChecksum(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
An aggregated Base-64 SHA256 checksum based on the checksums of each written block.
withChecksum(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
withChecksum(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
A Base64-encoded SHA256 checksum of the data.
withChecksum(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The SHA256 checksum generated for the block data by Amazon EBS.
withChecksumAggregationMethod(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The aggregation method used to generate the checksum.
withChecksumAggregationMethod(ChecksumAggregationMethod) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The aggregation method used to generate the checksum.
withChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The algorithm used to generate the checksum.
withChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The algorithm used to generate the checksum.
withChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
withChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
withChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The algorithm used to generate the checksum.
withChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The algorithm used to generate the checksum.
withChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The algorithm used by Amazon EBS to generate the checksum.
withChecksumAlgorithm(ChecksumAlgorithm) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockResult
The algorithm used by Amazon EBS to generate the checksum.
withClientToken(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
withDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
withDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The size of the data to write to the block, in bytes.
withDescription(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
A description for the snapshot.
withDescription(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The description of the snapshot.
withEncrypted(Boolean) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
Indicates whether to encrypt the snapshot.
withExpiryTime(Date) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The time when the BlockToken expires.
withExpiryTime(Date) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The time when the BlockToken expires.
withFirstBlockToken(String) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the FirstSnapshotId specified in the ListChangedBlocks operation.
withFirstSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the first snapshot to use for the comparison.
withKey(String) - Method in class com.amazonaws.services.ebs.model.Tag
The key of the tag.
withKmsKeyArn(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to be used to encrypt the snapshot.
withKmsKeyArn(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key used to encrypt the snapshot.
withMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The maximum number of blocks to be returned by the request.
withMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The maximum number of blocks to be returned by the request.
withNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The token to request the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The token to use to retrieve the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The token to request the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The token to use to retrieve the next page of results.
withOwnerId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The Amazon Web Services account ID of the snapshot owner.
withParentSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The ID of the parent snapshot.
withParentSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the parent snapshot.
withProgress(Integer) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The progress of the write process, as a percentage.
withReason(String) - Method in exception com.amazonaws.services.ebs.model.AccessDeniedException
The reason for the exception.
withReason(AccessDeniedExceptionReason) - Method in exception com.amazonaws.services.ebs.model.AccessDeniedException
The reason for the exception.
withReason(String) - Method in exception com.amazonaws.services.ebs.model.RequestThrottledException
The reason for the exception.
withReason(RequestThrottledExceptionReason) - Method in exception com.amazonaws.services.ebs.model.RequestThrottledException
The reason for the exception.
withReason(String) - Method in exception com.amazonaws.services.ebs.model.ResourceNotFoundException
The reason for the exception.
withReason(ResourceNotFoundExceptionReason) - Method in exception com.amazonaws.services.ebs.model.ResourceNotFoundException
The reason for the exception.
withReason(String) - Method in exception com.amazonaws.services.ebs.model.ServiceQuotaExceededException
The reason for the exception.
withReason(ServiceQuotaExceededExceptionReason) - Method in exception com.amazonaws.services.ebs.model.ServiceQuotaExceededException
The reason for the exception.
withReason(String) - Method in exception com.amazonaws.services.ebs.model.ValidationException
The reason for the validation exception.
withReason(ValidationExceptionReason) - Method in exception com.amazonaws.services.ebs.model.ValidationException
The reason for the validation exception.
withSecondBlockToken(String) - Method in class com.amazonaws.services.ebs.model.ChangedBlock
The block token for the block index of the SecondSnapshotId specified in the ListChangedBlocks operation.
withSecondSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The ID of the second snapshot to use for the comparison.
withSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotRequest
The ID of the snapshot.
withSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockRequest
The ID of the snapshot containing the block from which to get data.
withSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The ID of the snapshot from which to get block indexes and block tokens.
withSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.PutSnapshotBlockRequest
The ID of the snapshot.
withSnapshotId(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The ID of the snapshot.
withSseType(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
Reserved for future use.
withSseType(SSEType) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
Reserved for future use.
withStartingBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The block index from which the comparison should start.
withStartingBlockIndex(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The block index from which the list should start.
withStartTime(Date) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The timestamp when the snapshot was created.
withStatus(String) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
The status of the snapshot.
withStatus(Status) - Method in class com.amazonaws.services.ebs.model.CompleteSnapshotResult
The status of the snapshot.
withStatus(String) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The status of the snapshot.
withStatus(Status) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The status of the snapshot.
withTags(Tag...) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The tags to apply to the snapshot.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The tags to apply to the snapshot.
withTags(Tag...) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The tags applied to the snapshot.
withTags(Collection<Tag>) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The tags applied to the snapshot.
withTimeout(Integer) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The amount of time (in minutes) after which the snapshot is automatically cancelled if:
withValue(String) - Method in class com.amazonaws.services.ebs.model.Tag
The value of the tag.
withVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksResult
The size of the volume in GB.
withVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the volume in GB.
withVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.StartSnapshotRequest
The size of the volume, in GiB.
withVolumeSize(Long) - Method in class com.amazonaws.services.ebs.model.StartSnapshotResult
The size of the volume, in GiB.
A B C D E F G H I L M P R S T V W 
Skip navigation links

Copyright © 2024. All rights reserved.