Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotRequest.Builder
-
Packages that use CreateSnapshotRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>StorageGatewayAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Initiates a snapshot of a volume.default CreateSnapshotResponseStorageGatewayClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Initiates a snapshot of a volume. -
Uses of CreateSnapshotRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CreateSnapshotRequest.Builder Modifier and Type Method Description static CreateSnapshotRequest.BuilderCreateSnapshotRequest. builder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. snapshotDescription(String snapshotDescription)Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotRequest.BuilderCreateSnapshotRequest. toBuilder()CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CreateSnapshotRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotRequest.Builder>CreateSnapshotRequest. serializableBuilderClass()
-