Uses of Class
com.oracle.bmc.dif.model.StackSummary
-
Packages that use StackSummary Package Description com.oracle.bmc.dif com.oracle.bmc.dif.model -
-
Uses of StackSummary in com.oracle.bmc.dif
Methods in com.oracle.bmc.dif that return types with arguments of type StackSummary Modifier and Type Method Description Iterable<StackSummary>StackPaginators. listStacksRecordIterator(ListStacksRequest request)Creates a new iterable which will iterate over theStackSummaryobjects contained in responses from the listStacks operation. -
Uses of StackSummary in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return StackSummary Modifier and Type Method Description StackSummaryStackSummary.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type StackSummary Modifier and Type Method Description List<StackSummary>StackCollection. getItems()List of Stacks.Methods in com.oracle.bmc.dif.model with parameters of type StackSummary Modifier and Type Method Description StackSummary.BuilderStackSummary.Builder. copy(StackSummary model)Method parameters in com.oracle.bmc.dif.model with type arguments of type StackSummary Modifier and Type Method Description StackCollection.BuilderStackCollection.Builder. items(List<StackSummary> items)List of Stacks.Constructor parameters in com.oracle.bmc.dif.model with type arguments of type StackSummary Constructor Description StackCollection(List<StackSummary> items)Deprecated.
-