Uses of Class
com.oracle.bmc.vnmonitoring.model.ChangePathAnalyzerTestCompartmentDetails
-
Packages that use ChangePathAnalyzerTestCompartmentDetails Package Description com.oracle.bmc.vnmonitoring.model com.oracle.bmc.vnmonitoring.requests -
-
Uses of ChangePathAnalyzerTestCompartmentDetails in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return ChangePathAnalyzerTestCompartmentDetails Modifier and Type Method Description ChangePathAnalyzerTestCompartmentDetails
ChangePathAnalyzerTestCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type ChangePathAnalyzerTestCompartmentDetails Modifier and Type Method Description ChangePathAnalyzerTestCompartmentDetails.Builder
ChangePathAnalyzerTestCompartmentDetails.Builder. copy(ChangePathAnalyzerTestCompartmentDetails model)
-
Uses of ChangePathAnalyzerTestCompartmentDetails in com.oracle.bmc.vnmonitoring.requests
Methods in com.oracle.bmc.vnmonitoring.requests that return ChangePathAnalyzerTestCompartmentDetails Modifier and Type Method Description ChangePathAnalyzerTestCompartmentDetails
ChangePathAnalyzerTestCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangePathAnalyzerTestCompartmentDetails
ChangePathAnalyzerTestCompartmentRequest. getChangePathAnalyzerTestCompartmentDetails()
The information to update.Methods in com.oracle.bmc.vnmonitoring.requests with parameters of type ChangePathAnalyzerTestCompartmentDetails Modifier and Type Method Description ChangePathAnalyzerTestCompartmentRequest.Builder
ChangePathAnalyzerTestCompartmentRequest.Builder. body$(ChangePathAnalyzerTestCompartmentDetails body)
Alternative setter for the body parameter.ChangePathAnalyzerTestCompartmentRequest.Builder
ChangePathAnalyzerTestCompartmentRequest.Builder. changePathAnalyzerTestCompartmentDetails(ChangePathAnalyzerTestCompartmentDetails changePathAnalyzerTestCompartmentDetails)
The information to update.
-