Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.responses |
Modifier and Type | Method and Description |
---|---|
GetAddonResponse |
ContainerEngineClient.getAddon(GetAddonRequest request) |
GetAddonResponse |
ContainerEngine.getAddon(GetAddonRequest request)
Get the specified addon for a cluster.
|
Modifier and Type | Method and Description |
---|---|
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
AddonLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
AddonLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAddonRequest,GetAddonResponse> |
ContainerEngineWaiters.forAddon(GetAddonRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AddonLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Future<GetAddonResponse> |
ContainerEngineAsyncClient.getAddon(GetAddonRequest request,
AsyncHandler<GetAddonRequest,GetAddonResponse> handler) |
Future<GetAddonResponse> |
ContainerEngineAsync.getAddon(GetAddonRequest request,
AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
Get the specified addon for a cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<GetAddonResponse> |
ContainerEngineAsyncClient.getAddon(GetAddonRequest request,
AsyncHandler<GetAddonRequest,GetAddonResponse> handler) |
Future<GetAddonResponse> |
ContainerEngineAsync.getAddon(GetAddonRequest request,
AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
Get the specified addon for a cluster.
|
Modifier and Type | Method and Description |
---|---|
GetAddonResponse |
GetAddonResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
GetAddonResponse.Builder |
GetAddonResponse.Builder.copy(GetAddonResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.