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