Skip navigation links
A B C D E F G H L M 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
 
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
 
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.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
 
com.amazonaws.services.ebs - package com.amazonaws.services.ebs
You can use the Amazon Elastic Block Store (EBS) direct APIs to directly read the data on your EBS snapshots, and identify the difference between two snapshots.
com.amazonaws.services.ebs.model - package com.amazonaws.services.ebs.model
 
configFactory - Static variable in class com.amazonaws.services.ebs.AmazonEBSClient
Client configuration factory providing ClientConfigurations tailored to this client

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.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
 

F

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.ValidationExceptionReason
Use this in place of valueOf.

G

getBlockData() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The data content of 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 from which to get 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 block.
getBlockSize() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the block.
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.
getChecksum() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
getChecksumAlgorithm() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
getDataLength() - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
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.
getMaxResults() - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The number of results to return.
getMaxResults() - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The number of results to return.
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.
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.
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.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.
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.
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.

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.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
 

L

listChangedBlocks(ListChangedBlocksRequest) - Method in class com.amazonaws.services.ebs.AbstractAmazonEBS
 
listChangedBlocks(ListChangedBlocksRequest) - Method in interface com.amazonaws.services.ebs.AmazonEBS
Returns the block indexes and block tokens for 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 the block indexes and block tokens for 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 the block indexes and block tokens for 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 the block indexes and block tokens for 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 the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocks(ListSnapshotBlocksRequest) - Method in class com.amazonaws.services.ebs.AmazonEBSClient
Returns the block indexes and block tokens for 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 the block indexes and block tokens for blocks in an Amazon Elastic Block Store snapshot.
listSnapshotBlocksAsync(ListSnapshotBlocksRequest, AsyncHandler<ListSnapshotBlocksRequest, ListSnapshotBlocksResult>) - Method in interface com.amazonaws.services.ebs.AmazonEBSAsync
Returns the block indexes and block tokens for 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
 

R

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.

S

setBlockData(InputStream) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The data content of 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 from which to get 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 block.
setBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the block.
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.
setChecksum(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
setChecksumAlgorithm(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The algorithm used to generate the checksum for the block, such as SHA256.
setDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
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.
setMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The number of results to return.
setMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The number of results to return.
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.
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.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.
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.
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.
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.
standard() - Static method in class com.amazonaws.services.ebs.AmazonEBSAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.ebs.AmazonEBSClientBuilder
 

T

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.ChecksumAlgorithm
 
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 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.ChecksumAlgorithm
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.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.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.
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 from which to get 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 block.
withBlockSize(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksResult
The size of the block.
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.
withChecksum(String) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The checksum generated for the block, which is Base64 encoded.
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.
withDataLength(Integer) - Method in class com.amazonaws.services.ebs.model.GetSnapshotBlockResult
The size of the data in the block.
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.
withMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListChangedBlocksRequest
The number of results to return.
withMaxResults(Integer) - Method in class com.amazonaws.services.ebs.model.ListSnapshotBlocksRequest
The number of results to return.
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.
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.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.
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.
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.
A B C D E F G H L M R S T V W 
Skip navigation links

Copyright © 2020. All rights reserved.