| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
StorageGatewayClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Initiates a snapshot of a volume.
|
default CreateSnapshotResponse |
StorageGatewayClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
| Modifier and Type | Method and 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.
|
Copyright © 2021. All rights reserved.