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