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.
|
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 |
---|---|
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 © 2014. All rights reserved.