Uses of Class
com.oracle.bmc.clusterplacementgroups.model.ClusterPlacementGroupSummary
-
Packages that use ClusterPlacementGroupSummary Package Description com.oracle.bmc.clusterplacementgroups com.oracle.bmc.clusterplacementgroups.model -
-
Uses of ClusterPlacementGroupSummary in com.oracle.bmc.clusterplacementgroups
Methods in com.oracle.bmc.clusterplacementgroups that return types with arguments of type ClusterPlacementGroupSummary Modifier and Type Method Description Iterable<ClusterPlacementGroupSummary>
ClusterPlacementGroupsCPPaginators. listClusterPlacementGroupsRecordIterator(ListClusterPlacementGroupsRequest request)
Creates a new iterable which will iterate over theClusterPlacementGroupSummary
objects contained in responses from the listClusterPlacementGroups operation. -
Uses of ClusterPlacementGroupSummary in com.oracle.bmc.clusterplacementgroups.model
Methods in com.oracle.bmc.clusterplacementgroups.model that return ClusterPlacementGroupSummary Modifier and Type Method Description ClusterPlacementGroupSummary
ClusterPlacementGroupSummary.Builder. build()
Methods in com.oracle.bmc.clusterplacementgroups.model that return types with arguments of type ClusterPlacementGroupSummary Modifier and Type Method Description List<ClusterPlacementGroupSummary>
ClusterPlacementGroupCollection. getItems()
A list of cluster placement groups.Methods in com.oracle.bmc.clusterplacementgroups.model with parameters of type ClusterPlacementGroupSummary Modifier and Type Method Description ClusterPlacementGroupSummary.Builder
ClusterPlacementGroupSummary.Builder. copy(ClusterPlacementGroupSummary model)
Method parameters in com.oracle.bmc.clusterplacementgroups.model with type arguments of type ClusterPlacementGroupSummary Modifier and Type Method Description ClusterPlacementGroupCollection.Builder
ClusterPlacementGroupCollection.Builder. items(List<ClusterPlacementGroupSummary> items)
A list of cluster placement groups.Constructor parameters in com.oracle.bmc.clusterplacementgroups.model with type arguments of type ClusterPlacementGroupSummary Constructor Description ClusterPlacementGroupCollection(List<ClusterPlacementGroupSummary> items)
Deprecated.
-