| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
static ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.builder() |
ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.Builder.enabledControls(Collection<EnabledControlSummary> enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.Builder.enabledControls(Consumer<EnabledControlSummary.Builder>... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.Builder.enabledControls(EnabledControlSummary... enabledControls)
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.Builder.nextToken(String nextToken)
Retrieves the next page of results.
|
ListEnabledControlsResponse.Builder |
ListEnabledControlsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEnabledControlsResponse.Builder> |
ListEnabledControlsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.