Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResult |
AWSStorageGatewayClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
CreateSnapshotResult |
AbstractAWSStorageGateway.createSnapshot(CreateSnapshotRequest request) |
CreateSnapshotResult |
AWSStorageGateway.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest request) |
java.util.concurrent.Future<CreateSnapshotResult> |
AbstractAWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest request) |
java.util.concurrent.Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest)
Initiates a snapshot of a volume.
|
java.util.concurrent.Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
java.util.concurrent.Future<CreateSnapshotResult> |
AbstractAWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
java.util.concurrent.Future<CreateSnapshotResult> |
AWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Initiates a snapshot of a volume.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateSnapshotResult> |
AWSStorageGatewayAsyncClient.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
java.util.concurrent.Future<CreateSnapshotResult> |
AbstractAWSStorageGatewayAsync.createSnapshotAsync(CreateSnapshotRequest request,
AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler) |
java.util.concurrent.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(java.lang.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(java.lang.String volumeARN)
The Amazon Resource Name (ARN) of the volume of which the snapshot was
taken.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotResult |
CreateSnapshotResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |