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 AWS Storage Gateway snapshot Details pane,
Description field
|
CreateSnapshotRequest |
CreateSnapshotRequest.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
|
Copyright © 2018. All rights reserved.