default CompleteSnapshotResponse |
EbsClient.completeSnapshot(Consumer<CompleteSnapshotRequest.Builder> completeSnapshotRequest) |
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
default CompleteSnapshotResponse |
EbsClient.completeSnapshot(CompleteSnapshotRequest completeSnapshotRequest) |
Seals and completes the snapshot after all of the required blocks of data have been written to it.
|
default ResponseInputStream<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default GetSnapshotBlockResponse |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
Path destinationPath) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default <ReturnT> ReturnT |
EbsClient.getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest,
ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseInputStream<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default GetSnapshotBlockResponse |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
Path destinationPath) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default <ReturnT> ReturnT |
EbsClient.getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest,
ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseBytes<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlockAsBytes(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ResponseBytes<GetSnapshotBlockResponse> |
EbsClient.getSnapshotBlockAsBytes(GetSnapshotBlockRequest getSnapshotBlockRequest) |
Returns the data in a block in an Amazon Elastic Block Store snapshot.
|
default ListChangedBlocksResponse |
EbsClient.listChangedBlocks(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest) |
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default ListChangedBlocksResponse |
EbsClient.listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest) |
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
default ListChangedBlocksIterable |
EbsClient.listChangedBlocksPaginator(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest) |
|
default ListChangedBlocksIterable |
EbsClient.listChangedBlocksPaginator(ListChangedBlocksRequest listChangedBlocksRequest) |
|
default ListSnapshotBlocksResponse |
EbsClient.listSnapshotBlocks(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest) |
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default ListSnapshotBlocksResponse |
EbsClient.listSnapshotBlocks(ListSnapshotBlocksRequest listSnapshotBlocksRequest) |
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default ListSnapshotBlocksIterable |
EbsClient.listSnapshotBlocksPaginator(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest) |
|
default ListSnapshotBlocksIterable |
EbsClient.listSnapshotBlocksPaginator(ListSnapshotBlocksRequest listSnapshotBlocksRequest) |
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
Path sourcePath) |
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(Consumer<PutSnapshotBlockRequest.Builder> putSnapshotBlockRequest,
RequestBody requestBody) |
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
Path sourcePath) |
Writes a block of data to a snapshot.
|
default PutSnapshotBlockResponse |
EbsClient.putSnapshotBlock(PutSnapshotBlockRequest putSnapshotBlockRequest,
RequestBody requestBody) |
Writes a block of data to a snapshot.
|
default StartSnapshotResponse |
EbsClient.startSnapshot(Consumer<StartSnapshotRequest.Builder> startSnapshotRequest) |
Creates a new Amazon EBS snapshot.
|
default StartSnapshotResponse |
EbsClient.startSnapshot(StartSnapshotRequest startSnapshotRequest) |
Creates a new Amazon EBS snapshot.
|