| 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.
|
| software.amazon.awssdk.services.ebs.model |
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConcurrentLimitExceededException
You have reached the limit for concurrent API requests.
|
class |
ConflictException
The request uses the same client token as a previous, but non-identical request.
|
class |
InternalServerException
An internal error has occurred.
|
class |
RequestThrottledException
The number of API requests has exceed the maximum allowed API request throttling limit.
|
class |
ResourceNotFoundException
The specified resource does not exist.
|
class |
ServiceQuotaExceededException
Your current service quotas do not allow you to perform this action.
|
class |
ValidationException
The input fails to satisfy the constraints of the EBS direct APIs.
|
| Modifier and Type | Method and Description |
|---|---|
EbsException |
EbsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(EbsException ex) |
Copyright © 2022. All rights reserved.