Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
InstancePool.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
InstancePool.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetInstancePoolRequest,GetInstancePoolResponse> |
ComputeManagementWaiters.forInstancePool(GetInstancePoolRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
InstancePool.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetInstancePoolResponse> |
ComputeManagementAsyncClient.getInstancePool(GetInstancePoolRequest request,
AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler) |
Future<GetInstancePoolResponse> |
ComputeManagementAsync.getInstancePool(GetInstancePoolRequest request,
AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler)
Gets the specified instance pool
|
Modifier and Type | Method and Description |
---|---|
GetInstancePoolRequest |
GetInstancePoolRequest.Builder.build()
Build the instance of GetInstancePoolRequest as configured by this builder
|
GetInstancePoolRequest |
GetInstancePoolRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetInstancePoolRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetInstancePoolRequest.Builder |
GetInstancePoolRequest.Builder.copy(GetInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.