| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CopySnapshotResponse |
Ec2Client.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
default CopySnapshotResponse |
Ec2Client.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CopySnapshotResponse> |
Ec2AsyncClient.copySnapshot(Consumer<CopySnapshotRequest.Builder> copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
default CompletableFuture<CopySnapshotResponse> |
Ec2AsyncClient.copySnapshot(CopySnapshotRequest copySnapshotRequest)
Copies a point-in-time snapshot of an EBS volume and stores it in Amazon S3.
|
Copyright © 2019. All rights reserved.