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.containerengine
Methods 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 thePodShapeSummary
objects contained in responses from the listPodShapes operation. -
Uses of PodShapeSummary in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return PodShapeSummary Modifier and Type Method Description PodShapeSummary
PodShapeSummary.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type PodShapeSummary Modifier and Type Method Description PodShapeSummary.Builder
PodShapeSummary.Builder. copy(PodShapeSummary model)
-
Uses of PodShapeSummary in com.oracle.bmc.containerengine.responses
Methods 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.Builder
ListPodShapesResponse.Builder. items(List<PodShapeSummary> items)
A list of com.oracle.bmc.containerengine.model.PodShapeSummary instances.
-