Uses of Class
software.amazon.awssdk.services.controltower.model.UpdateEnabledControlResponse
-
Packages that use UpdateEnabledControlResponse 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. -
-
Uses of UpdateEnabledControlResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return UpdateEnabledControlResponse Modifier and Type Method Description default UpdateEnabledControlResponseControlTowerClient. updateEnabledControl(Consumer<UpdateEnabledControlRequest.Builder> updateEnabledControlRequest)Updates the configuration of an already enabled control.default UpdateEnabledControlResponseControlTowerClient. updateEnabledControl(UpdateEnabledControlRequest updateEnabledControlRequest)Updates the configuration of an already enabled control.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type UpdateEnabledControlResponse Modifier and Type Method Description default CompletableFuture<UpdateEnabledControlResponse>ControlTowerAsyncClient. updateEnabledControl(Consumer<UpdateEnabledControlRequest.Builder> updateEnabledControlRequest)Updates the configuration of an already enabled control.default CompletableFuture<UpdateEnabledControlResponse>ControlTowerAsyncClient. updateEnabledControl(UpdateEnabledControlRequest updateEnabledControlRequest)Updates the configuration of an already enabled control.
-