Uses of Class
software.amazon.awssdk.services.controltower.paginators.ListEnabledControlsPublisher
-
Packages that use ListEnabledControlsPublisher 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. -
-
Uses of ListEnabledControlsPublisher in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListEnabledControlsPublisher Modifier and Type Method Description default ListEnabledControlsPublisherControlTowerAsyncClient. listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.default ListEnabledControlsPublisherControlTowerAsyncClient. listEnabledControlsPaginator(ListEnabledControlsRequest listEnabledControlsRequest)Lists the controls enabled by AWS Control Tower on the specified organizational unit and the accounts it contains.
-