Uses of Class
com.oracle.bmc.containerengine.model.AddonSummary
-
Packages that use AddonSummary Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.responses -
-
Uses of AddonSummary in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return types with arguments of type AddonSummary Modifier and Type Method Description Iterable<AddonSummary>
ContainerEnginePaginators. listAddonsRecordIterator(ListAddonsRequest request)
Creates a new iterable which will iterate over theAddonSummary
objects contained in responses from the listAddons operation. -
Uses of AddonSummary in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return AddonSummary Modifier and Type Method Description AddonSummary
AddonSummary.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type AddonSummary Modifier and Type Method Description AddonSummary.Builder
AddonSummary.Builder. copy(AddonSummary model)
-
Uses of AddonSummary in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return types with arguments of type AddonSummary Modifier and Type Method Description List<AddonSummary>
ListAddonsResponse. getItems()
A list of com.oracle.bmc.containerengine.model.AddonSummary instances.Method parameters in com.oracle.bmc.containerengine.responses with type arguments of type AddonSummary Modifier and Type Method Description ListAddonsResponse.Builder
ListAddonsResponse.Builder. items(List<AddonSummary> items)
A list of com.oracle.bmc.containerengine.model.AddonSummary instances.
-