| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default StartInstancesResponse |
EC2Client.startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default StartInstancesResponse |
EC2Client.startInstances(StartInstancesRequest startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartInstancesResponse> |
EC2AsyncClient.startInstances(Consumer<StartInstancesRequest.Builder> startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
default CompletableFuture<StartInstancesResponse> |
EC2AsyncClient.startInstances(StartInstancesRequest startInstancesRequest)
Starts an Amazon EBS-backed instance that you've previously stopped.
|
| Modifier and Type | Method and Description |
|---|---|
StartInstancesResponse |
StartInstancesResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2017. All rights reserved.