Uses of Class
com.amazonaws.services.ec2.model.CopySnapshotResult
Packages that use CopySnapshotResult
-
Uses of CopySnapshotResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CopySnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2.copySnapshot
(CopySnapshotRequest request) AmazonEC2.copySnapshot
(CopySnapshotRequest copySnapshotRequest) Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2Client.copySnapshot
(CopySnapshotRequest copySnapshotRequest) Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.Methods in com.amazonaws.services.ec2 that return types with arguments of type CopySnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest request) AbstractAmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, CopySnapshotResult> asyncHandler) AmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest) Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest, CopySnapshotResult> asyncHandler) Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.AmazonEC2AsyncClient.copySnapshotAsync
(CopySnapshotRequest request) AmazonEC2AsyncClient.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, CopySnapshotResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CopySnapshotResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest, CopySnapshotResult> asyncHandler) AmazonEC2Async.copySnapshotAsync
(CopySnapshotRequest copySnapshotRequest, AsyncHandler<CopySnapshotRequest, CopySnapshotResult> asyncHandler) Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.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 CopySnapshotResultModifier and TypeMethodDescriptionCopySnapshotResult.clone()
CopySnapshotResult.withSnapshotId
(String snapshotId) The ID of the new snapshot.