Uses of Class
com.oracle.bmc.cloudguard.model.SkipBulkResponderExecutionDetails
-
Packages that use SkipBulkResponderExecutionDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of SkipBulkResponderExecutionDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return SkipBulkResponderExecutionDetails Modifier and Type Method Description SkipBulkResponderExecutionDetails
SkipBulkResponderExecutionDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type SkipBulkResponderExecutionDetails Modifier and Type Method Description SkipBulkResponderExecutionDetails.Builder
SkipBulkResponderExecutionDetails.Builder. copy(SkipBulkResponderExecutionDetails model)
-
Uses of SkipBulkResponderExecutionDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return SkipBulkResponderExecutionDetails Modifier and Type Method Description SkipBulkResponderExecutionDetails
SkipBulkResponderExecutionRequest. getBody$()
Alternative accessor for the body parameter.SkipBulkResponderExecutionDetails
SkipBulkResponderExecutionRequest. getSkipBulkResponderExecutionDetails()
A list of responder execution IDs to skip the executionMethods in com.oracle.bmc.cloudguard.requests with parameters of type SkipBulkResponderExecutionDetails Modifier and Type Method Description SkipBulkResponderExecutionRequest.Builder
SkipBulkResponderExecutionRequest.Builder. body$(SkipBulkResponderExecutionDetails body)
Alternative setter for the body parameter.SkipBulkResponderExecutionRequest.Builder
SkipBulkResponderExecutionRequest.Builder. skipBulkResponderExecutionDetails(SkipBulkResponderExecutionDetails skipBulkResponderExecutionDetails)
A list of responder execution IDs to skip the execution
-