| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks |
|
| Modifier and Type | Method and Description |
|---|---|
default RebootInstanceResponse |
OpsWorksClient.rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)
Reboots a specified instance.
|
default RebootInstanceResponse |
OpsWorksClient.rebootInstance(RebootInstanceRequest rebootInstanceRequest)
Reboots a specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RebootInstanceResponse> |
OpsWorksAsyncClient.rebootInstance(Consumer<RebootInstanceRequest.Builder> rebootInstanceRequest)
Reboots a specified instance.
|
default CompletableFuture<RebootInstanceResponse> |
OpsWorksAsyncClient.rebootInstance(RebootInstanceRequest rebootInstanceRequest)
Reboots a specified instance.
|
Copyright © 2023. All rights reserved.