Uses of Class
com.amazonaws.services.storagegateway.model.CreateSnapshotResult
-
Packages that use CreateSnapshotResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateSnapshotResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResultAbstractAWSStorageGateway. createSnapshot(CreateSnapshotRequest request)CreateSnapshotResultAWSStorageGateway. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.CreateSnapshotResultAWSStorageGatewayClient. createSnapshot(CreateSnapshotRequest createSnapshotRequest)Initiates a snapshot of a volume.Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateSnapshotResult 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 CreateSnapshotResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateSnapshotResult Modifier and Type Method Description CreateSnapshotResultCreateSnapshotResult. clone()CreateSnapshotResultCreateSnapshotResult. 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).CreateSnapshotResultCreateSnapshotResult. withVolumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
-