Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.requests |
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. |
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. |
GetAddonResponse |
ContainerEngineClient.getAddon(GetAddonRequest request) |
GetAddonResponse |
ContainerEngine.getAddon(GetAddonRequest request)
Get the specified addon for a cluster.
|
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 |
---|---|
GetAddonRequest |
GetAddonRequest.Builder.build()
Build the instance of GetAddonRequest as configured by this builder
|
GetAddonRequest |
GetAddonRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetAddonRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetAddonRequest.Builder |
GetAddonRequest.Builder.copy(GetAddonRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.