|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CopySnapshotRequest | |
---|---|
com.amazonaws.services.ec2 | Synchronous and asynchronous client classes for accessing AmazonEC2. |
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of CopySnapshotRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type CopySnapshotRequest | |
---|---|
CopySnapshotResult |
AmazonEC2Client.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it in Amazon S3. |
CopySnapshotResult |
AmazonEC2.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it in Amazon S3. |
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it in Amazon S3. |
Future<CopySnapshotResult> |
AmazonEC2Async.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an Amazon EBS volume and stores it in Amazon S3. |
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon 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 Amazon EBS volume and stores it in Amazon S3. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type CopySnapshotRequest | |
---|---|
Future<CopySnapshotResult> |
AmazonEC2AsyncClient.copySnapshotAsync(CopySnapshotRequest copySnapshotRequest,
AsyncHandler<CopySnapshotRequest,CopySnapshotResult> asyncHandler)
Copies a point-in-time snapshot of an Amazon 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 Amazon EBS volume and stores it in Amazon S3. |
Uses of CopySnapshotRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return CopySnapshotRequest | |
---|---|
CopySnapshotRequest |
CopySnapshotRequest.withDescription(String description)
A description for the new Amazon EBS snapshot. |
CopySnapshotRequest |
CopySnapshotRequest.withDestinationRegion(String destinationRegion)
The destination region of the snapshot copy operation. |
CopySnapshotRequest |
CopySnapshotRequest.withPresignedUrl(String presignedUrl)
The pre-signed URL that facilitates copying an encrypted snapshot. |
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 Amazon EBS snapshot to copy. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type CopySnapshotRequest | |
---|---|
Request<CopySnapshotRequest> |
CopySnapshotRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |