Uses of Class
com.oracle.bmc.cloudguard.model.ResponderExecutionStatus
-
Packages that use ResponderExecutionStatus Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ResponderExecutionStatus in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ResponderExecutionStatus Modifier and Type Method Description static ResponderExecutionStatus
ResponderExecutionStatus. create(String key)
static ResponderExecutionStatus
ResponderExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResponderExecutionStatus[]
ResponderExecutionStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResponderExecutionStatus in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return types with arguments of type ResponderExecutionStatus Modifier and Type Method Description List<ResponderExecutionStatus>
RequestSummarizedResponderExecutionsRequest. getResponderExecutionStatusFilter()
The possible filters for responder type dimension to distinguish responder executions.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ResponderExecutionStatus Modifier and Type Method Description RequestSummarizedResponderExecutionsRequest.Builder
RequestSummarizedResponderExecutionsRequest.Builder. responderExecutionStatusFilter(ResponderExecutionStatus singularValue)
Singular setter.Method parameters in com.oracle.bmc.cloudguard.requests with type arguments of type ResponderExecutionStatus Modifier and Type Method Description RequestSummarizedResponderExecutionsRequest.Builder
RequestSummarizedResponderExecutionsRequest.Builder. responderExecutionStatusFilter(List<ResponderExecutionStatus> responderExecutionStatusFilter)
The possible filters for responder type dimension to distinguish responder executions.
-