Uses of Class
com.amazonaws.services.storagegateway.model.CreateSnapshotResult
Packages that use CreateSnapshotResult
Package
Description
-
Uses of CreateSnapshotResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return CreateSnapshotResultModifier 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.Methods in com.amazonaws.services.storagegateway that return types with arguments of type CreateSnapshotResultModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.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 CreateSnapshotResultModifier 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 CreateSnapshotResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotResultModifier and TypeMethodDescriptionCreateSnapshotResult.clone()
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 APIDescribeSnapshots
) or creating a volume from a snapshot (CreateStorediSCSIVolume).CreateSnapshotResult.withVolumeARN
(String volumeARN) The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.