| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateSnapshotResponse |
EC2Client.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CreateSnapshotResponse |
EC2Client.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateSnapshotResponse> |
EC2AsyncClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
default CompletableFuture<CreateSnapshotResponse> |
EC2AsyncClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of an EBS volume and stores it in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSnapshotResponse |
CreateSnapshotResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.