Uses of Class
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotFromVolumeRecoveryPointResponse
-
Packages that use CreateSnapshotFromVolumeRecoveryPointResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of CreateSnapshotFromVolumeRecoveryPointResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return CreateSnapshotFromVolumeRecoveryPointResponse Modifier and Type Method Description default CreateSnapshotFromVolumeRecoveryPointResponseStorageGatewayClient. createSnapshotFromVolumeRecoveryPoint(Consumer<CreateSnapshotFromVolumeRecoveryPointRequest.Builder> createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.default CreateSnapshotFromVolumeRecoveryPointResponseStorageGatewayClient. createSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type CreateSnapshotFromVolumeRecoveryPointResponse 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 CompletableFuture<CreateSnapshotFromVolumeRecoveryPointResponse>StorageGatewayAsyncClient. createSnapshotFromVolumeRecoveryPoint(CreateSnapshotFromVolumeRecoveryPointRequest createSnapshotFromVolumeRecoveryPointRequest)Initiates a snapshot of a gateway from a volume recovery point.
-