| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateImageResponse |
EC2Client.createImage(Consumer<CreateImageRequest.Builder> createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
default CreateImageResponse |
EC2Client.createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateImageResponse> |
EC2AsyncClient.createImage(Consumer<CreateImageRequest.Builder> createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
default CompletableFuture<CreateImageResponse> |
EC2AsyncClient.createImage(CreateImageRequest createImageRequest)
Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that is either running or stopped.
|
| Modifier and Type | Method and Description |
|---|---|
CreateImageResponse |
CreateImageResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.