Uses of Class
software.amazon.awssdk.services.controltower.model.GetEnabledControlResponse
-
Packages that use GetEnabledControlResponse 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 GetEnabledControlResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetEnabledControlResponse Modifier and Type Method Description default GetEnabledControlResponseControlTowerClient. getEnabledControl(Consumer<GetEnabledControlRequest.Builder> getEnabledControlRequest)Retrieves details about an enabled control.default GetEnabledControlResponseControlTowerClient. getEnabledControl(GetEnabledControlRequest getEnabledControlRequest)Retrieves details about an enabled control.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetEnabledControlResponse Modifier and Type Method Description default CompletableFuture<GetEnabledControlResponse>ControlTowerAsyncClient. getEnabledControl(Consumer<GetEnabledControlRequest.Builder> getEnabledControlRequest)Retrieves details about an enabled control.default CompletableFuture<GetEnabledControlResponse>ControlTowerAsyncClient. getEnabledControl(GetEnabledControlRequest getEnabledControlRequest)Retrieves details about an enabled control.
-