Package | Description |
---|---|
com.oracle.bmc.containerengine | |
com.oracle.bmc.containerengine.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
NodePoolLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
NodePoolLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetNodePoolRequest,GetNodePoolResponse> |
ContainerEngineWaiters.forNodePool(GetNodePoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
NodePoolLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetNodePoolResponse> |
ContainerEngineAsyncClient.getNodePool(GetNodePoolRequest request,
AsyncHandler<GetNodePoolRequest,GetNodePoolResponse> handler) |
Future<GetNodePoolResponse> |
ContainerEngineAsync.getNodePool(GetNodePoolRequest request,
AsyncHandler<GetNodePoolRequest,GetNodePoolResponse> handler)
Get the details of a node pool.
|
Modifier and Type | Method and Description |
---|---|
GetNodePoolRequest |
GetNodePoolRequest.Builder.build()
Build the instance of GetNodePoolRequest as configured by this builder
|
GetNodePoolRequest |
GetNodePoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetNodePoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetNodePoolRequest.Builder |
GetNodePoolRequest.Builder.copy(GetNodePoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.