Uses of Class
com.amazonaws.services.ec2.model.CopySnapshotResult
-
Packages that use CopySnapshotResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CopySnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CopySnapshotResult Modifier and Type Method Description CopySnapshotResultAbstractAmazonEC2. copySnapshot(CopySnapshotRequest request)CopySnapshotResultAmazonEC2. copySnapshot(CopySnapshotRequest copySnapshotRequest)Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.CopySnapshotResultAmazonEC2Client. copySnapshot(CopySnapshotRequest copySnapshotRequest)Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.Method parameters in com.amazonaws.services.ec2 with type arguments of type CopySnapshotResult Modifier and Type Method Description Future<CopySnapshotResult>AbstractAmazonEC2Async. copySnapshotAsync(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)Future<CopySnapshotResult>AmazonEC2Async. copySnapshotAsync(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.Future<CopySnapshotResult>AmazonEC2AsyncClient. copySnapshotAsync(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) -
Uses of CopySnapshotResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CopySnapshotResult Modifier and Type Method Description CopySnapshotResultCopySnapshotResult. clone()CopySnapshotResultCopySnapshotResult. withSnapshotId(String snapshotId)The ID of the new snapshot.
-