Uses of Class
software.amazon.awssdk.services.controltower.model.ListEnabledControlsResponse
-
Packages that use ListEnabledControlsResponse Package Description software.amazon.awssdk.services.controltower These interfaces allow you to apply the Amazon Web Services library of pre-defined controls to your organizational units, programmatically.software.amazon.awssdk.services.controltower.paginators -
-
Uses of ListEnabledControlsResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return ListEnabledControlsResponse Modifier and Type Method Description default ListEnabledControlsResponseControlTowerClient. listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.default ListEnabledControlsResponseControlTowerClient. listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type ListEnabledControlsResponse Modifier and Type Method Description default CompletableFuture<ListEnabledControlsResponse>ControlTowerAsyncClient. listEnabledControls(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains.default CompletableFuture<ListEnabledControlsResponse>ControlTowerAsyncClient. listEnabledControls(ListEnabledControlsRequest listEnabledControlsRequest)Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. -
Uses of ListEnabledControlsResponse in software.amazon.awssdk.services.controltower.paginators
Methods in software.amazon.awssdk.services.controltower.paginators that return types with arguments of type ListEnabledControlsResponse Modifier and Type Method Description Iterator<ListEnabledControlsResponse>ListEnabledControlsIterable. iterator()Method parameters in software.amazon.awssdk.services.controltower.paginators with type arguments of type ListEnabledControlsResponse Modifier and Type Method Description voidListEnabledControlsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEnabledControlsResponse> subscriber)
-