Uses of Class
com.oracle.bmc.containerinstances.model.ContainerInstanceShapeSummary
-
Packages that use ContainerInstanceShapeSummary Package Description com.oracle.bmc.containerinstances com.oracle.bmc.containerinstances.model -
-
Uses of ContainerInstanceShapeSummary in com.oracle.bmc.containerinstances
Methods in com.oracle.bmc.containerinstances that return types with arguments of type ContainerInstanceShapeSummary Modifier and Type Method Description Iterable<ContainerInstanceShapeSummary>
ContainerInstancePaginators. listContainerInstanceShapesRecordIterator(ListContainerInstanceShapesRequest request)
Creates a new iterable which will iterate over theContainerInstanceShapeSummary
objects contained in responses from the listContainerInstanceShapes operation. -
Uses of ContainerInstanceShapeSummary in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ContainerInstanceShapeSummary Modifier and Type Method Description ContainerInstanceShapeSummary
ContainerInstanceShapeSummary.Builder. build()
Methods in com.oracle.bmc.containerinstances.model that return types with arguments of type ContainerInstanceShapeSummary Modifier and Type Method Description List<ContainerInstanceShapeSummary>
ContainerInstanceShapeCollection. getItems()
A list of shapes.Methods in com.oracle.bmc.containerinstances.model with parameters of type ContainerInstanceShapeSummary Modifier and Type Method Description ContainerInstanceShapeSummary.Builder
ContainerInstanceShapeSummary.Builder. copy(ContainerInstanceShapeSummary model)
Method parameters in com.oracle.bmc.containerinstances.model with type arguments of type ContainerInstanceShapeSummary Modifier and Type Method Description ContainerInstanceShapeCollection.Builder
ContainerInstanceShapeCollection.Builder. items(List<ContainerInstanceShapeSummary> items)
A list of shapes.Constructor parameters in com.oracle.bmc.containerinstances.model with type arguments of type ContainerInstanceShapeSummary Constructor Description ContainerInstanceShapeCollection(List<ContainerInstanceShapeSummary> items)
Deprecated.
-