| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
| com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotResult |
AWSStorageGatewayClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
This operation initiates a snapshot of a volume.
|
CreateSnapshotResult |
AWSStorageGateway.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
This operation initiates a snapshot of a volume.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
This operation initiates a snapshot of a volume.
|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
This operation initiates a snapshot of a volume.
|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
This operation initiates a snapshot of a volume.
|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
This operation initiates a snapshot of a volume.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
This operation initiates a snapshot of a volume.
|
Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
This operation 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 © 2015. All rights reserved.