Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
AmazonEC2Client.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon
S3.
|
CopySnapshotResult |
AmazonEC2.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon
S3.
|
CopySnapshotResult |
AbstractAmazonEC2.copySnapshot(CopySnapshotRequest request) |
java.util.concurrent.Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request) |
java.util.concurrent.Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon
S3.
|
java.util.concurrent.Future<CopySnapshotResult> |
AbstractAmazonEC2Async.copySnapshotAsync(CopySnapshotRequest request) |
java.util.concurrent.Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CopySnapshotResult> |
AbstractAmazonEC2Async.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CopySnapshotResult> |
AbstractAmazonEC2Async.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CopySnapshotRequest |
CopySnapshotRequest.clone() |
CopySnapshotRequest |
CopySnapshotRequest.withDescription(java.lang.String description)
A description for the EBS snapshot.
|
CopySnapshotRequest |
CopySnapshotRequest.withDestinationRegion(java.lang.String destinationRegion)
The destination region to use in the
PresignedUrl parameter
of a snapshot copy operation. |
CopySnapshotRequest |
CopySnapshotRequest.withEncrypted(java.lang.Boolean encrypted)
Specifies whether the destination snapshot should be encrypted.
|
CopySnapshotRequest |
CopySnapshotRequest.withKmsKeyId(java.lang.String kmsKeyId)
The full ARN of the AWS Key Management Service (AWS KMS) CMK to use when
creating the snapshot copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withPresignedUrl(java.lang.String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(java.lang.String sourceRegion)
The ID of the region that contains the snapshot to be copied.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceSnapshotId(java.lang.String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
Modifier and Type | Method and Description |
---|---|
Request<CopySnapshotRequest> |
CopySnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
private Request<CopySnapshotRequest> |
GeneratePreSignUrlRequestHandler.generateRequestForPresigning(java.lang.String sourceSnapshotId,
java.lang.String sourceRegion,
java.lang.String destinationRegion)
Generates a Request object for the pre-signed URL.
|
Request<CopySnapshotRequest> |
CopySnapshotRequestMarshaller.marshall(CopySnapshotRequest copySnapshotRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CopySnapshotRequest> |
CopySnapshotRequestMarshaller.marshall(CopySnapshotRequest copySnapshotRequest) |