Uses of Class
software.amazon.awssdk.services.ebs.model.GetSnapshotBlockResponse
-
Packages that use GetSnapshotBlockResponse 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. -
-
Uses of GetSnapshotBlockResponse in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return GetSnapshotBlockResponse Modifier and Type Method Description default GetSnapshotBlockResponseEbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.default GetSnapshotBlockResponseEbsClient. getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.Methods in software.amazon.awssdk.services.ebs that return types with arguments of type GetSnapshotBlockResponse Modifier and Type Method Description default CompletableFuture<GetSnapshotBlockResponse>EbsAsyncClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.default CompletableFuture<GetSnapshotBlockResponse>EbsAsyncClient. getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.default ResponseInputStream<GetSnapshotBlockResponse>EbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)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 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.Method parameters in software.amazon.awssdk.services.ebs with type arguments of type GetSnapshotBlockResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>EbsAsyncClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, AsyncResponseTransformer<GetSnapshotBlockResponse,ReturnT> asyncResponseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.default <ReturnT> CompletableFuture<ReturnT>EbsAsyncClient. getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest, AsyncResponseTransformer<GetSnapshotBlockResponse,ReturnT> asyncResponseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.default <ReturnT> ReturnTEbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.default <ReturnT> ReturnTEbsClient. getSnapshotBlock(GetSnapshotBlockRequest getSnapshotBlockRequest, ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.
-