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