Uses of Class
com.amazonaws.services.ec2.model.CopySnapshotRequest
-
Packages that use CopySnapshotRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CopySnapshotRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CopySnapshotRequest 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.Future<CopySnapshotResult>AbstractAmazonEC2Async. copySnapshotAsync(CopySnapshotRequest request)Future<CopySnapshotResult>AbstractAmazonEC2Async. copySnapshotAsync(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)Future<CopySnapshotResult>AmazonEC2Async. copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.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)Future<CopySnapshotResult>AmazonEC2AsyncClient. copySnapshotAsync(CopySnapshotRequest request, AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)Method parameters in com.amazonaws.services.ec2 with type arguments of type CopySnapshotRequest 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 CopySnapshotRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CopySnapshotRequest Modifier and Type Method Description CopySnapshotRequestCopySnapshotRequest. clone()CopySnapshotRequestCopySnapshotRequest. withDescription(String description)A description for the EBS snapshot.CopySnapshotRequestCopySnapshotRequest. withDestinationRegion(String destinationRegion)The destination region to use in thePresignedUrlparameter of a snapshot copy operation.CopySnapshotRequestCopySnapshotRequest. withEncrypted(Boolean encrypted)Specifies whether the destination snapshot should be encrypted.CopySnapshotRequestCopySnapshotRequest. withKmsKeyId(String kmsKeyId)The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when creating the snapshot copy.CopySnapshotRequestCopySnapshotRequest. withPresignedUrl(String presignedUrl)The pre-signed URL that facilitates copying an encrypted snapshot.CopySnapshotRequestCopySnapshotRequest. withSourceRegion(String sourceRegion)The ID of the region that contains the snapshot to be copied.CopySnapshotRequestCopySnapshotRequest. withSourceSnapshotId(String sourceSnapshotId)The ID of the EBS snapshot to copy.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CopySnapshotRequest Modifier and Type Method Description Request<CopySnapshotRequest>CopySnapshotRequest. getDryRunRequest()This method is intended for internal use only.
-