| 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.
|
| software.amazon.awssdk.services.controltower.paginators | |
| software.amazon.awssdk.services.controltower.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default CompletableFuture<ListEnabledControlsResponse> |
ControlTowerAsyncClient.listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsPublisher |
ControlTowerAsyncClient.listEnabledControlsPaginator(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
| Constructor and Description |
|---|
ListEnabledControlsIterable(ControlTowerClient client,
ListEnabledControlsRequest firstRequest) |
ListEnabledControlsPublisher(ControlTowerAsyncClient client,
ListEnabledControlsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEnabledControlsRequestMarshaller.marshall(ListEnabledControlsRequest listEnabledControlsRequest) |
Copyright © 2023. All rights reserved.