Uses of Class
software.amazon.awssdk.services.storagegateway.model.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of CreateSnapshotResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return CreateSnapshotResponse Modifier and Type Method Description default CreateSnapshotResponseStorageGatewayClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Initiates a snapshot of a volume.default CreateSnapshotResponseStorageGatewayClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type CreateSnapshotResponse Modifier and Type Method Description default CompletableFuture<CreateSnapshotResponse>StorageGatewayAsyncClient. createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)Initiates a snapshot of a volume.default CompletableFuture<CreateSnapshotResponse>StorageGatewayAsyncClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.
-