Uses of Class
software.amazon.awssdk.services.controltower.model.GetEnabledControlResponse
-
Packages that use GetEnabledControlResponse 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 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.
-