Uses of Class
software.amazon.awssdk.services.controltower.model.UpdateEnabledControlResponse
-
Packages that use UpdateEnabledControlResponse Package Description software.amazon.awssdk.services.controltower Amazon Web Services Control Tower offers application programming interface (API) operations that support programmatic interaction with these types of resources: -
-
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.
-