| 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 GetEnabledControlResponse |
ControlTowerClient.getEnabledControl(Consumer<GetEnabledControlRequest.Builder> getEnabledControlRequest)
Provides details about the enabled control.
|
default GetEnabledControlResponse |
ControlTowerClient.getEnabledControl(GetEnabledControlRequest getEnabledControlRequest)
Provides details about the enabled control.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEnabledControlResponse> |
ControlTowerAsyncClient.getEnabledControl(Consumer<GetEnabledControlRequest.Builder> getEnabledControlRequest)
Provides details about the enabled control.
|
default CompletableFuture<GetEnabledControlResponse> |
ControlTowerAsyncClient.getEnabledControl(GetEnabledControlRequest getEnabledControlRequest)
Provides details about the enabled control.
|
Copyright © 2023. All rights reserved.