Uses of Class
com.oracle.bmc.cloudguard.responses.ExecuteResponderExecutionResponse
-
Packages that use ExecuteResponderExecutionResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of ExecuteResponderExecutionResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return ExecuteResponderExecutionResponse Modifier and Type Method Description ExecuteResponderExecutionResponse
CloudGuard. executeResponderExecution(ExecuteResponderExecutionRequest request)
Executes the responder execution.ExecuteResponderExecutionResponse
CloudGuardClient. executeResponderExecution(ExecuteResponderExecutionRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type ExecuteResponderExecutionResponse Modifier and Type Method Description Future<ExecuteResponderExecutionResponse>
CloudGuardAsync. executeResponderExecution(ExecuteResponderExecutionRequest request, AsyncHandler<ExecuteResponderExecutionRequest,ExecuteResponderExecutionResponse> handler)
Executes the responder execution.Future<ExecuteResponderExecutionResponse>
CloudGuardAsyncClient. executeResponderExecution(ExecuteResponderExecutionRequest request, AsyncHandler<ExecuteResponderExecutionRequest,ExecuteResponderExecutionResponse> handler)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type ExecuteResponderExecutionResponse Modifier and Type Method Description Future<ExecuteResponderExecutionResponse>
CloudGuardAsync. executeResponderExecution(ExecuteResponderExecutionRequest request, AsyncHandler<ExecuteResponderExecutionRequest,ExecuteResponderExecutionResponse> handler)
Executes the responder execution.Future<ExecuteResponderExecutionResponse>
CloudGuardAsyncClient. executeResponderExecution(ExecuteResponderExecutionRequest request, AsyncHandler<ExecuteResponderExecutionRequest,ExecuteResponderExecutionResponse> handler)
-
Uses of ExecuteResponderExecutionResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return ExecuteResponderExecutionResponse Modifier and Type Method Description ExecuteResponderExecutionResponse
ExecuteResponderExecutionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.responses with parameters of type ExecuteResponderExecutionResponse Modifier and Type Method Description ExecuteResponderExecutionResponse.Builder
ExecuteResponderExecutionResponse.Builder. copy(ExecuteResponderExecutionResponse o)
Copy method to populate the builder with values from the given instance.
-