Uses of Class
software.amazon.awssdk.services.ebs.model.ListChangedBlocksResponse
-
Packages that use ListChangedBlocksResponse 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 ListChangedBlocksResponse in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs that return ListChangedBlocksResponse Modifier and Type Method Description default ListChangedBlocksResponseEbsClient. 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 ListChangedBlocksResponseEbsClient. listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest)Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage.Methods in software.amazon.awssdk.services.ebs that return types with arguments of type ListChangedBlocksResponse Modifier and Type Method Description default CompletableFuture<ListChangedBlocksResponse>EbsAsyncClient. 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 CompletableFuture<ListChangedBlocksResponse>EbsAsyncClient. listChangedBlocks(ListChangedBlocksRequest listChangedBlocksRequest)Returns information about the blocks that are different between two Amazon Elastic Block Store snapshots of the same volume/snapshot lineage. -
Uses of ListChangedBlocksResponse in software.amazon.awssdk.services.ebs.paginators
Methods in software.amazon.awssdk.services.ebs.paginators that return types with arguments of type ListChangedBlocksResponse Modifier and Type Method Description Iterator<ListChangedBlocksResponse>ListChangedBlocksIterable. iterator()Method parameters in software.amazon.awssdk.services.ebs.paginators with type arguments of type ListChangedBlocksResponse Modifier and Type Method Description voidListChangedBlocksPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChangedBlocksResponse> subscriber)
-