| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSnapshotResult> |
AbstractAWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Initiates a snapshot of a volume.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.clone() |
CreateSnapshotRequest |
CreateSnapshotRequest.withSnapshotDescription(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.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to a snapshot.
|
CreateSnapshotRequest |
CreateSnapshotRequest.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
Copyright © 2023. All rights reserved.