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