Uses of Class
com.oracle.bmc.containerengine.model.PodShapeSummary
- 
Packages that use PodShapeSummary Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.responses 
- 
- 
Uses of PodShapeSummary in com.oracle.bmc.containerengineMethods in com.oracle.bmc.containerengine that return types with arguments of type PodShapeSummary Modifier and Type Method Description Iterable<PodShapeSummary>ContainerEnginePaginators. listPodShapesRecordIterator(ListPodShapesRequest request)Creates a new iterable which will iterate over thePodShapeSummaryobjects contained in responses from the listPodShapes operation.
- 
Uses of PodShapeSummary in com.oracle.bmc.containerengine.modelMethods in com.oracle.bmc.containerengine.model that return PodShapeSummary Modifier and Type Method Description PodShapeSummaryPodShapeSummary.Builder. build()Methods in com.oracle.bmc.containerengine.model with parameters of type PodShapeSummary Modifier and Type Method Description PodShapeSummary.BuilderPodShapeSummary.Builder. copy(PodShapeSummary model)
- 
Uses of PodShapeSummary in com.oracle.bmc.containerengine.responsesMethods in com.oracle.bmc.containerengine.responses that return types with arguments of type PodShapeSummary Modifier and Type Method Description List<PodShapeSummary>ListPodShapesResponse. getItems()A list of com.oracle.bmc.containerengine.model.PodShapeSummary instances.Method parameters in com.oracle.bmc.containerengine.responses with type arguments of type PodShapeSummary Modifier and Type Method Description ListPodShapesResponse.BuilderListPodShapesResponse.Builder. items(List<PodShapeSummary> items)A list of com.oracle.bmc.containerengine.model.PodShapeSummary instances.
 
-