| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
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 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 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)
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(ListChangedBlocksRequest listChangedBlocksRequest)
Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the
same volume/snapshot lineage.
|
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)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
default ListSnapshotBlocksIterable |
EbsClient.listSnapshotBlocksPaginator(ListSnapshotBlocksRequest listSnapshotBlocksRequest)
Returns information about the blocks in an Amazon Elastic Block Store snapshot.
|
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.
|
Copyright © 2022. All rights reserved.