| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default RebootInstancesResponse |
Ec2Client.rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default RebootInstancesResponse |
Ec2Client.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of the specified instances.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RebootInstancesResponse> |
Ec2AsyncClient.rebootInstances(Consumer<RebootInstancesRequest.Builder> rebootInstancesRequest)
Requests a reboot of the specified instances.
|
default CompletableFuture<RebootInstancesResponse> |
Ec2AsyncClient.rebootInstances(RebootInstancesRequest rebootInstancesRequest)
Requests a reboot of the specified instances.
|
Copyright © 2020. All rights reserved.