Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CopySnapshotResult |
AmazonEC2Client.copySnapshot(CopySnapshotRequest request)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
CopySnapshotResult |
AbstractAmazonEC2.copySnapshot(CopySnapshotRequest request) |
CopySnapshotResult |
AmazonEC2.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(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> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request) |
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> |
AbstractAmazonEC2Async.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonEC2Async.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest request,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CopySnapshotRequest |
CopySnapshotRequest.clone() |
CopySnapshotRequest |
CopySnapshotRequest.withDescription(String description)
A description for the EBS snapshot.
|
CopySnapshotRequest |
CopySnapshotRequest.withDestinationRegion(String destinationRegion)
The destination Region to use in the
PresignedUrl parameter of a snapshot copy operation. |
CopySnapshotRequest |
CopySnapshotRequest.withEncrypted(Boolean encrypted)
To encrypt a copy of an unencrypted snapshot if encryption by default is not enabled, enable encryption using
this parameter.
|
CopySnapshotRequest |
CopySnapshotRequest.withKmsKeyId(String kmsKeyId)
The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS
encryption.
|
CopySnapshotRequest |
CopySnapshotRequest.withPresignedUrl(String presignedUrl)
When you copy an encrypted source snapshot using the Amazon EC2 Query API, you must supply a pre-signed URL.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceRegion(String sourceRegion)
The ID of the Region that contains the snapshot to be copied.
|
CopySnapshotRequest |
CopySnapshotRequest.withSourceSnapshotId(String sourceSnapshotId)
The ID of the EBS snapshot to copy.
|
CopySnapshotRequest |
CopySnapshotRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the new snapshot.
|
CopySnapshotRequest |
CopySnapshotRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the new snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<CopySnapshotRequest> |
CopySnapshotRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2020. All rights reserved.