Uses of Interface
software.amazon.awssdk.services.ebs.model.GetSnapshotBlockRequest.Builder
-
Packages that use GetSnapshotBlockRequest.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 GetSnapshotBlockRequest.Builder in software.amazon.awssdk.services.ebs
Method parameters in software.amazon.awssdk.services.ebs with type arguments of type GetSnapshotBlockRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSnapshotBlockResponse>EbsAsyncClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.default <ReturnT> CompletableFuture<ReturnT>EbsAsyncClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, AsyncResponseTransformer<GetSnapshotBlockResponse,ReturnT> asyncResponseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.default ResponseInputStream<GetSnapshotBlockResponse>EbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)Returns the data in a block in an Amazon Elastic Block Store snapshot.default GetSnapshotBlockResponseEbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, Path destinationPath)Returns the data in a block in an Amazon Elastic Block Store snapshot.default <ReturnT> ReturnTEbsClient. getSnapshotBlock(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest, ResponseTransformer<GetSnapshotBlockResponse,ReturnT> responseTransformer)Returns the data in a block in an Amazon Elastic Block Store snapshot.default ResponseBytes<GetSnapshotBlockResponse>EbsClient. getSnapshotBlockAsBytes(Consumer<GetSnapshotBlockRequest.Builder> getSnapshotBlockRequest)Returns the data in a block in an Amazon Elastic Block Store snapshot. -
Uses of GetSnapshotBlockRequest.Builder in software.amazon.awssdk.services.ebs.model
Methods in software.amazon.awssdk.services.ebs.model that return GetSnapshotBlockRequest.Builder Modifier and Type Method Description GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest.Builder. blockIndex(Integer blockIndex)The block index of the block in which to read the data.GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest.Builder. blockToken(String blockToken)The block token of the block from which to get data.static GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest. builder()GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest.Builder. snapshotId(String snapshotId)The ID of the snapshot containing the block from which to get data.GetSnapshotBlockRequest.BuilderGetSnapshotBlockRequest. toBuilder()Methods in software.amazon.awssdk.services.ebs.model that return types with arguments of type GetSnapshotBlockRequest.Builder Modifier and Type Method Description static Class<? extends GetSnapshotBlockRequest.Builder>GetSnapshotBlockRequest. serializableBuilderClass()
-