Uses of Interface
software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest.Builder
-
Packages that use ListChangedBlocksRequest.Builder 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 -
-
Uses of ListChangedBlocksRequest.Builder in software.amazon.awssdk.services.ebs
Method parameters in software.amazon.awssdk.services.ebs with type arguments of type ListChangedBlocksRequest.Builder 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 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 ListChangedBlocksPublisherEbsAsyncClient. listChangedBlocksPaginator(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)This is a variant ofEbsAsyncClient.listChangedBlocks(software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest)operation.default ListChangedBlocksIterableEbsClient. listChangedBlocksPaginator(Consumer<ListChangedBlocksRequest.Builder> listChangedBlocksRequest)This is a variant ofEbsClient.listChangedBlocks(software.amazon.awssdk.services.ebs.model.ListChangedBlocksRequest)operation. -
Uses of ListChangedBlocksRequest.Builder in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return ListChangedBlocksRequest.Builder Modifier and Type Method Description static ListChangedBlocksRequest.BuilderListChangedBlocksRequest. builder()ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. firstSnapshotId(String firstSnapshotId)The ID of the first snapshot to use for the comparison.ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. maxResults(Integer maxResults)The maximum number of blocks to be returned by the request.ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. secondSnapshotId(String secondSnapshotId)The ID of the second snapshot to use for the comparison.ListChangedBlocksRequest.BuilderListChangedBlocksRequest.Builder. startingBlockIndex(Integer startingBlockIndex)The block index from which the comparison should start.ListChangedBlocksRequest.BuilderListChangedBlocksRequest. toBuilder()Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type ListChangedBlocksRequest.Builder Modifier and Type Method Description static Class<? extends ListChangedBlocksRequest.Builder>ListChangedBlocksRequest. serializableBuilderClass()
-