Uses of Class
com.oracle.bmc.stackmonitoring.model.UniquePropertySet
-
Packages that use UniquePropertySet Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of UniquePropertySet in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return UniquePropertySet Modifier and Type Method Description UniquePropertySet
UniquePropertySet.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type UniquePropertySet Modifier and Type Method Description List<UniquePropertySet>
SystemFormatResourceTypeMetadataDetails. getUniquePropertySets()
List of property sets used to uniquely identify the resources.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type UniquePropertySet Modifier and Type Method Description UniquePropertySet.Builder
UniquePropertySet.Builder. copy(UniquePropertySet model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type UniquePropertySet Modifier and Type Method Description SystemFormatResourceTypeMetadataDetails.Builder
SystemFormatResourceTypeMetadataDetails.Builder. uniquePropertySets(List<UniquePropertySet> uniquePropertySets)
List of property sets used to uniquely identify the resources.
-