Uses of Class
com.oracle.bmc.ocvp.model.ClusterSummary
-
Packages that use ClusterSummary Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model -
-
Uses of ClusterSummary in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp that return types with arguments of type ClusterSummary Modifier and Type Method Description Iterable<ClusterSummary>
ClusterPaginators. listClustersRecordIterator(ListClustersRequest request)
Creates a new iterable which will iterate over theClusterSummary
objects contained in responses from the listClusters operation. -
Uses of ClusterSummary in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ClusterSummary Modifier and Type Method Description ClusterSummary
ClusterSummary.Builder. build()
Methods in com.oracle.bmc.ocvp.model that return types with arguments of type ClusterSummary Modifier and Type Method Description List<ClusterSummary>
ClusterCollection. getItems()
A list of Clusters.Methods in com.oracle.bmc.ocvp.model with parameters of type ClusterSummary Modifier and Type Method Description ClusterSummary.Builder
ClusterSummary.Builder. copy(ClusterSummary model)
Method parameters in com.oracle.bmc.ocvp.model with type arguments of type ClusterSummary Modifier and Type Method Description ClusterCollection.Builder
ClusterCollection.Builder. items(List<ClusterSummary> items)
A list of Clusters.Constructor parameters in com.oracle.bmc.ocvp.model with type arguments of type ClusterSummary Constructor Description ClusterCollection(List<ClusterSummary> items)
Deprecated.
-