Uses of Class
com.amazonaws.services.storagegateway.model.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateSnapshotRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateSnapshotRequest Modifier and Type Method Description Future<CreateSnapshotResult>
AbstractAWSStorageGatewayAsync. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Future<CreateSnapshotResult>
AWSStorageGatewayAsync. createSnapshotAsync(CreateSnapshotRequest createSnapshotRequest, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
Initiates a snapshot of a volume.Future<CreateSnapshotResult>
AWSStorageGatewayAsyncClient. createSnapshotAsync(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResult> asyncHandler)
-
Uses of CreateSnapshotRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotRequest Modifier and Type Method 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 fieldCreateSnapshotRequest
CreateSnapshotRequest. withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume.
-