Uses of Class
com.oracle.bmc.operatoraccesscontrol.responses.UpdateOperatorControlResponse
-
Packages that use UpdateOperatorControlResponse Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of UpdateOperatorControlResponse in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return UpdateOperatorControlResponse Modifier and Type Method Description UpdateOperatorControlResponse
OperatorControl. updateOperatorControl(UpdateOperatorControlRequest request)
Modifies the existing OperatorControl for a given operator control id except the operator control id.UpdateOperatorControlResponse
OperatorControlClient. updateOperatorControl(UpdateOperatorControlRequest request)
Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type UpdateOperatorControlResponse Modifier and Type Method Description Future<UpdateOperatorControlResponse>
OperatorControlAsync. updateOperatorControl(UpdateOperatorControlRequest request, AsyncHandler<UpdateOperatorControlRequest,UpdateOperatorControlResponse> handler)
Modifies the existing OperatorControl for a given operator control id except the operator control id.Future<UpdateOperatorControlResponse>
OperatorControlAsyncClient. updateOperatorControl(UpdateOperatorControlRequest request, AsyncHandler<UpdateOperatorControlRequest,UpdateOperatorControlResponse> handler)
Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type UpdateOperatorControlResponse Modifier and Type Method Description Future<UpdateOperatorControlResponse>
OperatorControlAsync. updateOperatorControl(UpdateOperatorControlRequest request, AsyncHandler<UpdateOperatorControlRequest,UpdateOperatorControlResponse> handler)
Modifies the existing OperatorControl for a given operator control id except the operator control id.Future<UpdateOperatorControlResponse>
OperatorControlAsyncClient. updateOperatorControl(UpdateOperatorControlRequest request, AsyncHandler<UpdateOperatorControlRequest,UpdateOperatorControlResponse> handler)
-
Uses of UpdateOperatorControlResponse in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return UpdateOperatorControlResponse Modifier and Type Method Description UpdateOperatorControlResponse
UpdateOperatorControlResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type UpdateOperatorControlResponse Modifier and Type Method Description UpdateOperatorControlResponse.Builder
UpdateOperatorControlResponse.Builder. copy(UpdateOperatorControlResponse o)
Copy method to populate the builder with values from the given instance.
-