| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower |
These interfaces allow you to apply the AWS library of pre-defined controls to your organizational units,
programmatically.
|
| Modifier and Type | Method and Description |
|---|---|
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
default GetControlOperationResponse |
ControlTowerClient.getControlOperation(GetControlOperationRequest getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetControlOperationResponse> |
ControlTowerAsyncClient.getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
default CompletableFuture<GetControlOperationResponse> |
ControlTowerAsyncClient.getControlOperation(GetControlOperationRequest getControlOperationRequest)
Returns the status of a particular
EnableControl or DisableControl operation. |
Copyright © 2022. All rights reserved.