Uses of Interface
software.amazon.awssdk.services.ebs.model.ListSnapshotBlocksRequest.Builder
-
Packages that use ListSnapshotBlocksRequest.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 ListSnapshotBlocksRequest.Builder in software.amazon.awssdk.services.ebs
-
Uses of ListSnapshotBlocksRequest.Builder in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return ListSnapshotBlocksRequest.Builder Modifier and Type Method Description static ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest. builder()ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. maxResults(Integer maxResults)The maximum number of blocks to be returned by the request.ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. snapshotId(String snapshotId)The ID of the snapshot from which to get block indexes and block tokens.ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest.Builder. startingBlockIndex(Integer startingBlockIndex)The block index from which the list should start.ListSnapshotBlocksRequest.BuilderListSnapshotBlocksRequest. toBuilder()Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type ListSnapshotBlocksRequest.Builder Modifier and Type Method Description static Class<? extends ListSnapshotBlocksRequest.Builder>ListSnapshotBlocksRequest. serializableBuilderClass()
-