Uses of Class
software.amazon.awssdk.services.ebs.model.ListSnapshotBlocksResponse
-
Packages that use ListSnapshotBlocksResponse 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.paginators -
-
Uses of ListSnapshotBlocksResponse in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return ListSnapshotBlocksResponse Modifier and Type Method Description default ListSnapshotBlocksResponseEbsClient. listSnapshotBlocks(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)Returns information about the blocks in an Amazon Elastic Block Store snapshot.default ListSnapshotBlocksResponseEbsClient. listSnapshotBlocks(ListSnapshotBlocksRequest listSnapshotBlocksRequest)Returns information about the blocks in an Amazon Elastic Block Store snapshot.Methods in software.amazon.awssdk.services.ebs that return types with arguments of type ListSnapshotBlocksResponse Modifier and Type Method Description default CompletableFuture<ListSnapshotBlocksResponse>EbsAsyncClient. listSnapshotBlocks(Consumer<ListSnapshotBlocksRequest.Builder> listSnapshotBlocksRequest)Returns information about the blocks in an Amazon Elastic Block Store snapshot.default CompletableFuture<ListSnapshotBlocksResponse>EbsAsyncClient. listSnapshotBlocks(ListSnapshotBlocksRequest listSnapshotBlocksRequest)Returns information about the blocks in an Amazon Elastic Block Store snapshot. -
Uses of ListSnapshotBlocksResponse in software.amazon.awssdk.services.ebs.paginators
Methods in software.amazon.awssdk.services.ebs.paginators that return types with arguments of type ListSnapshotBlocksResponse Modifier and Type Method Description Iterator<ListSnapshotBlocksResponse>ListSnapshotBlocksIterable. iterator()Method parameters in software.amazon.awssdk.services.ebs.paginators with type arguments of type ListSnapshotBlocksResponse Modifier and Type Method Description voidListSnapshotBlocksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSnapshotBlocksResponse> subscriber)
-