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