| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default ImportSnapshotResponse |
EC2Client.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default ImportSnapshotResponse |
EC2Client.importSnapshot(ImportSnapshotRequest importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportSnapshotResponse> |
EC2AsyncClient.importSnapshot(Consumer<ImportSnapshotRequest.Builder> importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
default CompletableFuture<ImportSnapshotResponse> |
EC2AsyncClient.importSnapshot(ImportSnapshotRequest importSnapshotRequest)
Imports a disk into an EBS snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ImportSnapshotResponse |
ImportSnapshotResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.