| 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.paginators |
| 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 ListEnabledControlsResponse |
ControlTowerClient.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 |
|---|---|
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 CompletableFuture<ListEnabledControlsResponse> |
ControlTowerAsyncClient.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 |
|---|---|
Iterator<ListEnabledControlsResponse> |
ListEnabledControlsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnabledControlsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEnabledControlsResponse> subscriber) |
Copyright © 2023. All rights reserved.