Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
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.
|
Copyright © 2020. All rights reserved.