Uses of Interface
software.amazon.awssdk.services.controltower.model.ListEnabledControlsRequest.Builder
-
Packages that use ListEnabledControlsRequest.Builder 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.model -
-
Uses of ListEnabledControlsRequest.Builder in software.amazon.awssdk.services.controltower
Method parameters in software.amazon.awssdk.services.controltower with type arguments of type ListEnabledControlsRequest.Builder 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 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 ListEnabledControlsPublisherControlTowerAsyncClient. listEnabledControlsPaginator(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 ListEnabledControlsIterableControlTowerClient. listEnabledControlsPaginator(Consumer<ListEnabledControlsRequest.Builder> listEnabledControlsRequest)Lists the controls enabled by Amazon Web Services Control Tower on the specified organizational unit and the accounts it contains. -
Uses of ListEnabledControlsRequest.Builder in software.amazon.awssdk.services.controltower.model
Methods in software.amazon.awssdk.services.controltower.model that return ListEnabledControlsRequest.Builder Modifier and Type Method Description static ListEnabledControlsRequest.BuilderListEnabledControlsRequest. builder()ListEnabledControlsRequest.BuilderListEnabledControlsRequest.Builder. maxResults(Integer maxResults)How many results to return per API call.ListEnabledControlsRequest.BuilderListEnabledControlsRequest.Builder. nextToken(String nextToken)The token to continue the list from a previous API call with the same parameters.ListEnabledControlsRequest.BuilderListEnabledControlsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEnabledControlsRequest.BuilderListEnabledControlsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEnabledControlsRequest.BuilderListEnabledControlsRequest.Builder. targetIdentifier(String targetIdentifier)The ARN of the organizational unit.ListEnabledControlsRequest.BuilderListEnabledControlsRequest. toBuilder()Methods in software.amazon.awssdk.services.controltower.model that return types with arguments of type ListEnabledControlsRequest.Builder Modifier and Type Method Description static Class<? extends ListEnabledControlsRequest.Builder>ListEnabledControlsRequest. serializableBuilderClass()
-