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