Uses of Class
com.oracle.bmc.stackmonitoring.model.ProcessSetSpecification
-
Packages that use ProcessSetSpecification Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of ProcessSetSpecification in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return ProcessSetSpecification Modifier and Type Method Description ProcessSetSpecification
ProcessSetSpecification.Builder. build()
ProcessSetSpecification
CreateProcessSetDetails. getSpecification()
ProcessSetSpecification
ProcessSet. getSpecification()
ProcessSetSpecification
ProcessSetSummary. getSpecification()
ProcessSetSpecification
UpdateProcessSetDetails. getSpecification()
Methods in com.oracle.bmc.stackmonitoring.model with parameters of type ProcessSetSpecification Modifier and Type Method Description ProcessSetSpecification.Builder
ProcessSetSpecification.Builder. copy(ProcessSetSpecification model)
CreateProcessSetDetails.Builder
CreateProcessSetDetails.Builder. specification(ProcessSetSpecification specification)
ProcessSet.Builder
ProcessSet.Builder. specification(ProcessSetSpecification specification)
ProcessSetSummary.Builder
ProcessSetSummary.Builder. specification(ProcessSetSpecification specification)
UpdateProcessSetDetails.Builder
UpdateProcessSetDetails.Builder. specification(ProcessSetSpecification specification)
Constructors in com.oracle.bmc.stackmonitoring.model with parameters of type ProcessSetSpecification Constructor Description CreateProcessSetDetails(String compartmentId, String displayName, ProcessSetSpecification specification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.ProcessSet(String id, String compartmentId, LifecycleState lifecycleState, String displayName, ProcessSetSpecification specification, Date timeCreated, Date timeUpdated, String revision, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProcessSetSummary(String id, String compartmentId, LifecycleState lifecycleState, String displayName, ProcessSetSpecification specification, Date timeCreated, Date timeUpdated, String revision, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.UpdateProcessSetDetails(String displayName, ProcessSetSpecification specification, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-