Uses of Class
software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest
-
Packages that use ListChangedBlocksRequest 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 software.amazon.awssdk.services.ebs.transform -
-
Uses of ListChangedBlocksRequest in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs with parameters of type ListChangedBlocksRequest Modifier and Type Method Description 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.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.default ListChangedBlocksPublisherEbsAsyncClient. listChangedBlocksPaginator(ListChangedBlocksRequest listChangedBlocksRequest)This is a variant ofEbsAsyncClient.listChangedBlocks(software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest)operation.default ListChangedBlocksIterableEbsClient. listChangedBlocksPaginator(ListChangedBlocksRequest listChangedBlocksRequest)This is a variant ofEbsClient.listChangedBlocks(software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest)operation. -
Uses of ListChangedBlocksRequest in software.amazon.awssdk.services.ebs.paginators
Constructors in software.amazon.awssdk.services.ebs.paginators with parameters of type ListChangedBlocksRequest Constructor Description ListChangedBlocksIterable(EbsClient client, ListChangedBlocksRequest firstRequest)ListChangedBlocksPublisher(EbsAsyncClient client, ListChangedBlocksRequest firstRequest) -
Uses of ListChangedBlocksRequest in software.amazon.awssdk.services.ebs.transform
Methods in software.amazon.awssdk.services.ebs.transform with parameters of type ListChangedBlocksRequest Modifier and Type Method Description SdkHttpFullRequestListChangedBlocksRequestMarshaller. marshall(ListChangedBlocksRequest listChangedBlocksRequest)
-