| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower.model | |
| software.amazon.awssdk.services.controltower.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EnabledControlSummary> |
ListEnabledControlsResponse.enabledControls()
Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it
contains.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EnabledControlSummary> |
ListEnabledControlsPublisher.enabledControls()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EnabledControlSummary> |
ListEnabledControlsIterable.enabledControls()
Returns an iterable to iterate through the paginated
ListEnabledControlsResponse.enabledControls()
member. |
Copyright © 2023. All rights reserved.