Uses of Class
com.oracle.bmc.cloudguard.model.UpdateProblemStatusDetails
-
Packages that use UpdateProblemStatusDetails Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of UpdateProblemStatusDetails in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return UpdateProblemStatusDetails Modifier and Type Method Description UpdateProblemStatusDetails
UpdateProblemStatusDetails.Builder. build()
Methods in com.oracle.bmc.cloudguard.model with parameters of type UpdateProblemStatusDetails Modifier and Type Method Description UpdateProblemStatusDetails.Builder
UpdateProblemStatusDetails.Builder. copy(UpdateProblemStatusDetails model)
-
Uses of UpdateProblemStatusDetails in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return UpdateProblemStatusDetails Modifier and Type Method Description UpdateProblemStatusDetails
UpdateProblemStatusRequest. getBody$()
Alternative accessor for the body parameter.UpdateProblemStatusDetails
UpdateProblemStatusRequest. getUpdateProblemStatusDetails()
The additional details for the problemMethods in com.oracle.bmc.cloudguard.requests with parameters of type UpdateProblemStatusDetails Modifier and Type Method Description UpdateProblemStatusRequest.Builder
UpdateProblemStatusRequest.Builder. body$(UpdateProblemStatusDetails body)
Alternative setter for the body parameter.UpdateProblemStatusRequest.Builder
UpdateProblemStatusRequest.Builder. updateProblemStatusDetails(UpdateProblemStatusDetails updateProblemStatusDetails)
The additional details for the problem
-