| Package | Description |
|---|---|
| com.amazonaws.services.controltower |
These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your
organizational units, programmatically.
|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsResult |
AWSControlTowerClient.listEnabledControls(ListEnabledControlsRequest request)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
ListEnabledControlsResult |
AbstractAWSControlTower.listEnabledControls(ListEnabledControlsRequest request) |
ListEnabledControlsResult |
AWSControlTower.listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEnabledControlsResult> |
AWSControlTowerAsyncClient.listEnabledControlsAsync(ListEnabledControlsRequest request,
AsyncHandler<ListEnabledControlsRequest,ListEnabledControlsResult> asyncHandler) |
Future<ListEnabledControlsResult> |
AWSControlTowerAsync.listEnabledControlsAsync(ListEnabledControlsRequest listEnabledControlsRequest,
AsyncHandler<ListEnabledControlsRequest,ListEnabledControlsResult> asyncHandler)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
Future<ListEnabledControlsResult> |
AbstractAWSControlTowerAsync.listEnabledControlsAsync(ListEnabledControlsRequest request,
AsyncHandler<ListEnabledControlsRequest,ListEnabledControlsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnabledControlsResult |
ListEnabledControlsResult.clone() |
ListEnabledControlsResult |
ListEnabledControlsResult.withEnabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
ListEnabledControlsResult |
ListEnabledControlsResult.withEnabledControls(EnabledControlSummary... enabledControls)
Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the
accounts it contains.
|
ListEnabledControlsResult |
ListEnabledControlsResult.withNextToken(String nextToken)
Retrieves the next page of results.
|
Copyright © 2024. All rights reserved.