Uses of Class
software.amazon.awssdk.services.controltower.model.GetControlOperationResponse
-
Packages that use GetControlOperationResponse 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 GetControlOperationResponse in software.amazon.awssdk.services.controltower
Methods in software.amazon.awssdk.services.controltower that return GetControlOperationResponse Modifier and Type Method Description default GetControlOperationResponseControlTowerClient. getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation.default GetControlOperationResponseControlTowerClient. getControlOperation(GetControlOperationRequest getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation.Methods in software.amazon.awssdk.services.controltower that return types with arguments of type GetControlOperationResponse Modifier and Type Method Description default CompletableFuture<GetControlOperationResponse>ControlTowerAsyncClient. getControlOperation(Consumer<GetControlOperationRequest.Builder> getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation.default CompletableFuture<GetControlOperationResponse>ControlTowerAsyncClient. getControlOperation(GetControlOperationRequest getControlOperationRequest)Returns the status of a particularEnableControlorDisableControloperation.
-