Uses of Class
com.oracle.bmc.cloudguard.requests.SkipResponderExecutionRequest
- 
Packages that use SkipResponderExecutionRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests 
- 
- 
Uses of SkipResponderExecutionRequest in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard with parameters of type SkipResponderExecutionRequest Modifier and Type Method Description SkipResponderExecutionResponseCloudGuard. skipResponderExecution(SkipResponderExecutionRequest request)Skips the execution of the responder execution.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)SkipResponderExecutionResponseCloudGuardClient. skipResponderExecution(SkipResponderExecutionRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type SkipResponderExecutionRequest 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 SkipResponderExecutionRequest in com.oracle.bmc.cloudguard.requestsMethods in com.oracle.bmc.cloudguard.requests that return SkipResponderExecutionRequest Modifier and Type Method Description SkipResponderExecutionRequestSkipResponderExecutionRequest.Builder. build()Build the instance of SkipResponderExecutionRequest as configured by this builderSkipResponderExecutionRequestSkipResponderExecutionRequest.Builder. buildWithoutInvocationCallback()Build the instance of SkipResponderExecutionRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type SkipResponderExecutionRequest Modifier and Type Method Description SkipResponderExecutionRequest.BuilderSkipResponderExecutionRequest.Builder. copy(SkipResponderExecutionRequest o)Copy method to populate the builder with values from the given instance.
 
-