Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResult |
AbstractAWSStorageGateway.createSnapshot(CreateSnapshotRequest request) |
CreateSnapshotResult |
AWSStorageGatewayClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
CreateSnapshotResult |
AWSStorageGateway.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
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 |
---|---|
CreateSnapshotResult |
CreateSnapshotResult.clone() |
CreateSnapshotResult |
CreateSnapshotResult.withSnapshotId(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). |
CreateSnapshotResult |
CreateSnapshotResult.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume of which the snapshot was
taken.
|
Copyright © 2018. All rights reserved.