Uses of Class
com.oracle.bmc.containerengine.requests.GetAddonRequest
-
Packages that use GetAddonRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of GetAddonRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return types with arguments of type GetAddonRequest Modifier and Type Method Description Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AddonLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.containerengine with parameters of type GetAddonRequest Modifier and Type Method Description Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, AddonLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAddonRequest,GetAddonResponse>
ContainerEngineWaiters. forAddon(GetAddonRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AddonLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetAddonResponse
ContainerEngine. getAddon(GetAddonRequest request)
Get the specified addon for a cluster.Future<GetAddonResponse>
ContainerEngineAsync. getAddon(GetAddonRequest request, AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
Get the specified addon for a cluster.Future<GetAddonResponse>
ContainerEngineAsyncClient. getAddon(GetAddonRequest request, AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
GetAddonResponse
ContainerEngineClient. getAddon(GetAddonRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type GetAddonRequest Modifier and Type Method Description Future<GetAddonResponse>
ContainerEngineAsync. getAddon(GetAddonRequest request, AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
Get the specified addon for a cluster.Future<GetAddonResponse>
ContainerEngineAsyncClient. getAddon(GetAddonRequest request, AsyncHandler<GetAddonRequest,GetAddonResponse> handler)
-
Uses of GetAddonRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return GetAddonRequest Modifier and Type Method Description GetAddonRequest
GetAddonRequest.Builder. build()
Build the instance of GetAddonRequest as configured by this builderGetAddonRequest
GetAddonRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAddonRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type GetAddonRequest Modifier and Type Method Description GetAddonRequest.Builder
GetAddonRequest.Builder. copy(GetAddonRequest o)
Copy method to populate the builder with values from the given instance.
-