Uses of Interface
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotFromVolumeRecoveryPointRequest.Builder
-
Packages that use CreateSnapshotFromVolumeRecoveryPointRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of CreateSnapshotFromVolumeRecoveryPointRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type CreateSnapshotFromVolumeRecoveryPointRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSnapshotFromVolumeRecoveryPointResponse>StorageGatewayAsyncClient. createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.default CreateSnapshotFromVolumeRecoveryPointResponseStorageGatewayClient. createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point. -
Uses of CreateSnapshotFromVolumeRecoveryPointRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return CreateSnapshotFromVolumeRecoveryPointRequest.Builder Modifier and Type Method Description static CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest. builder()CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.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.CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. tags(Collection<Tag> tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. tags(Consumer<Tag.Builder>... tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. tags(Tag... tags)A list of up to 50 tags that can be assigned to a snapshot.CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest. toBuilder()CreateSnapshotFromVolumeRecoveryPointRequest.BuilderCreateSnapshotFromVolumeRecoveryPointRequest.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the iSCSI volume target.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type CreateSnapshotFromVolumeRecoveryPointRequest.Builder Modifier and Type Method Description static Class<? extends CreateSnapshotFromVolumeRecoveryPointRequest.Builder>CreateSnapshotFromVolumeRecoveryPointRequest. serializableBuilderClass()
-