Uses of Class
com.oracle.bmc.cloudguard.model.ExecuteResponderExecutionDetails
-
Packages that use ExecuteResponderExecutionDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ExecuteResponderExecutionDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ExecuteResponderExecutionDetails Modifier and Type Method Description ExecuteResponderExecutionDetails
ExecuteResponderExecutionDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type ExecuteResponderExecutionDetails Modifier and Type Method Description ExecuteResponderExecutionDetails.Builder
ExecuteResponderExecutionDetails.Builder. copy(ExecuteResponderExecutionDetails model)
-
Uses of ExecuteResponderExecutionDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ExecuteResponderExecutionDetails Modifier and Type Method Description ExecuteResponderExecutionDetails
ExecuteResponderExecutionRequest. getBody$()
Alternative accessor for the body parameter.ExecuteResponderExecutionDetails
ExecuteResponderExecutionRequest. getExecuteResponderExecutionDetails()
Details for responder configurationMethods in com.oracle.bmc.cloudguard.requests with parameters of type ExecuteResponderExecutionDetails Modifier and Type Method Description ExecuteResponderExecutionRequest.Builder
ExecuteResponderExecutionRequest.Builder. body$(ExecuteResponderExecutionDetails body)
Alternative setter for the body parameter.ExecuteResponderExecutionRequest.Builder
ExecuteResponderExecutionRequest.Builder. executeResponderExecutionDetails(ExecuteResponderExecutionDetails executeResponderExecutionDetails)
Details for responder configuration
-