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