Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
ListAddonOptionsResponse |
ContainerEngineClient.listAddonOptions(ListAddonOptionsRequest request) |
ListAddonOptionsResponse |
ContainerEngine.listAddonOptions(ListAddonOptionsRequest request)
Get list of supported addons for a specific kubernetes version.
|
Future<ListAddonOptionsResponse> |
ContainerEngineAsyncClient.listAddonOptions(ListAddonOptionsRequest request,
AsyncHandler<ListAddonOptionsRequest,ListAddonOptionsResponse> handler) |
Future<ListAddonOptionsResponse> |
ContainerEngineAsync.listAddonOptions(ListAddonOptionsRequest request,
AsyncHandler<ListAddonOptionsRequest,ListAddonOptionsResponse> handler)
Get list of supported addons for a specific kubernetes version.
|
Iterable<AddonOptionSummary> |
ContainerEnginePaginators.listAddonOptionsRecordIterator(ListAddonOptionsRequest request)
Creates a new iterable which will iterate over the
AddonOptionSummary objects contained in responses from
the listAddonOptions operation. |
Iterable<ListAddonOptionsResponse> |
ContainerEnginePaginators.listAddonOptionsResponseIterator(ListAddonOptionsRequest request)
Creates a new iterable which will iterate over the responses received from the
listAddonOptions operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAddonOptionsResponse> |
ContainerEngineAsyncClient.listAddonOptions(ListAddonOptionsRequest request,
AsyncHandler<ListAddonOptionsRequest,ListAddonOptionsResponse> handler) |
Future<ListAddonOptionsResponse> |
ContainerEngineAsync.listAddonOptions(ListAddonOptionsRequest request,
AsyncHandler<ListAddonOptionsRequest,ListAddonOptionsResponse> handler)
Get list of supported addons for a specific kubernetes version.
|
Modifier and Type | Method and Description |
---|---|
ListAddonOptionsRequest |
ListAddonOptionsRequest.Builder.build()
Build the instance of ListAddonOptionsRequest as configured by this builder
|
ListAddonOptionsRequest |
ListAddonOptionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAddonOptionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAddonOptionsRequest.Builder |
ListAddonOptionsRequest.Builder.copy(ListAddonOptionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.