Uses of Class
com.oracle.bmc.stackmonitoring.model.ChangeProcessSetCompartmentDetails
-
Packages that use ChangeProcessSetCompartmentDetails Package Description com.oracle.bmc.stackmonitoring.model com.oracle.bmc.stackmonitoring.requests -
-
Uses of ChangeProcessSetCompartmentDetails in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ChangeProcessSetCompartmentDetails Modifier and Type Method Description ChangeProcessSetCompartmentDetails
ChangeProcessSetCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ChangeProcessSetCompartmentDetails Modifier and Type Method Description ChangeProcessSetCompartmentDetails.Builder
ChangeProcessSetCompartmentDetails.Builder. copy(ChangeProcessSetCompartmentDetails model)
-
Uses of ChangeProcessSetCompartmentDetails in com.oracle.bmc.stackmonitoring.requests
Methods in com.oracle.bmc.stackmonitoring.requests that return ChangeProcessSetCompartmentDetails Modifier and Type Method Description ChangeProcessSetCompartmentDetails
ChangeProcessSetCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeProcessSetCompartmentDetails
ChangeProcessSetCompartmentRequest. getChangeProcessSetCompartmentDetails()
The information to be updated.Methods in com.oracle.bmc.stackmonitoring.requests with parameters of type ChangeProcessSetCompartmentDetails Modifier and Type Method Description ChangeProcessSetCompartmentRequest.Builder
ChangeProcessSetCompartmentRequest.Builder. body$(ChangeProcessSetCompartmentDetails body)
Alternative setter for the body parameter.ChangeProcessSetCompartmentRequest.Builder
ChangeProcessSetCompartmentRequest.Builder. changeProcessSetCompartmentDetails(ChangeProcessSetCompartmentDetails changeProcessSetCompartmentDetails)
The information to be updated.
-