Uses of Class
com.oracle.bmc.operatoraccesscontrol.responses.GetOperatorActionResponse
-
Packages that use GetOperatorActionResponse Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.responses -
-
Uses of GetOperatorActionResponse in com.oracle.bmc.operatoraccesscontrol
Methods in com.oracle.bmc.operatoraccesscontrol that return GetOperatorActionResponse Modifier and Type Method Description GetOperatorActionResponseOperatorActions. getOperatorAction(GetOperatorActionRequest request)Gets the operator action associated with the specified operator action ID.GetOperatorActionResponseOperatorActionsClient. getOperatorAction(GetOperatorActionRequest request)Methods in com.oracle.bmc.operatoraccesscontrol that return types with arguments of type GetOperatorActionResponse Modifier and Type Method Description Future<GetOperatorActionResponse>OperatorActionsAsync. getOperatorAction(GetOperatorActionRequest request, AsyncHandler<GetOperatorActionRequest,GetOperatorActionResponse> handler)Gets the operator action associated with the specified operator action ID.Future<GetOperatorActionResponse>OperatorActionsAsyncClient. getOperatorAction(GetOperatorActionRequest request, AsyncHandler<GetOperatorActionRequest,GetOperatorActionResponse> handler)Method parameters in com.oracle.bmc.operatoraccesscontrol with type arguments of type GetOperatorActionResponse Modifier and Type Method Description Future<GetOperatorActionResponse>OperatorActionsAsync. getOperatorAction(GetOperatorActionRequest request, AsyncHandler<GetOperatorActionRequest,GetOperatorActionResponse> handler)Gets the operator action associated with the specified operator action ID.Future<GetOperatorActionResponse>OperatorActionsAsyncClient. getOperatorAction(GetOperatorActionRequest request, AsyncHandler<GetOperatorActionRequest,GetOperatorActionResponse> handler) -
Uses of GetOperatorActionResponse in com.oracle.bmc.operatoraccesscontrol.responses
Methods in com.oracle.bmc.operatoraccesscontrol.responses that return GetOperatorActionResponse Modifier and Type Method Description GetOperatorActionResponseGetOperatorActionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.operatoraccesscontrol.responses with parameters of type GetOperatorActionResponse Modifier and Type Method Description GetOperatorActionResponse.BuilderGetOperatorActionResponse.Builder. copy(GetOperatorActionResponse o)Copy method to populate the builder with values from the given instance.
-