Uses of Class
com.oracle.bmc.osmanagementhub.model.DynamicSetSummary
-
Packages that use DynamicSetSummary Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.model -
-
Uses of DynamicSetSummary in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DynamicSetSummary Modifier and Type Method Description Iterable<DynamicSetSummary>DynamicSetPaginators. listDynamicSetsRecordIterator(ListDynamicSetsRequest request)Creates a new iterable which will iterate over theDynamicSetSummaryobjects contained in responses from the listDynamicSets operation. -
Uses of DynamicSetSummary in com.oracle.bmc.osmanagementhub.model
Methods in com.oracle.bmc.osmanagementhub.model that return DynamicSetSummary Modifier and Type Method Description DynamicSetSummaryDynamicSetSummary.Builder. build()Methods in com.oracle.bmc.osmanagementhub.model that return types with arguments of type DynamicSetSummary Modifier and Type Method Description List<DynamicSetSummary>DynamicSetCollection. getItems()List of dynamic sets.Methods in com.oracle.bmc.osmanagementhub.model with parameters of type DynamicSetSummary Modifier and Type Method Description DynamicSetSummary.BuilderDynamicSetSummary.Builder. copy(DynamicSetSummary model)Method parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type DynamicSetSummary Modifier and Type Method Description DynamicSetCollection.BuilderDynamicSetCollection.Builder. items(List<DynamicSetSummary> items)List of dynamic sets.Constructor parameters in com.oracle.bmc.osmanagementhub.model with type arguments of type DynamicSetSummary Constructor Description DynamicSetCollection(List<DynamicSetSummary> items)Deprecated.
-