| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListEnabledControlsResponse |
ControlTowerClient.listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default CompletableFuture<ListEnabledControlsResponse> |
ControlTowerAsyncClient.listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsIterable |
ControlTowerClient.listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
default ListEnabledControlsPublisher |
ControlTowerAsyncClient.listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> 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 |
|---|---|
static ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.builder() |
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.Builder.maxResults(Integer maxResults)
How many results to return per API call.
|
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.Builder.nextToken(String nextToken)
The token to continue the list from a previous API call with the same parameters.
|
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.Builder.targetIdentifier(String targetIdentifier)
The ARN of the organizational unit.
|
ListEnabledControlsRequest.Builder |
ListEnabledControlsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEnabledControlsRequest.Builder> |
ListEnabledControlsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.