| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateSnapshotResponse.Builder |
CreateSnapshotResponse.builder() |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.snapshotId(String snapshotId)
The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots
(Amazon Elastic Compute Cloud API
DescribeSnapshots) or creating a volume from a snapshot
(CreateStorediSCSIVolume). |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.toBuilder() |
CreateSnapshotResponse.Builder |
CreateSnapshotResponse.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateSnapshotResponse.Builder> |
CreateSnapshotResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.