Uses of Class
com.oracle.bmc.core.requests.GetInstancePoolRequest
-
Packages that use GetInstancePoolRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetInstancePoolRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetInstancePoolRequest Modifier and Type Method Description Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, InstancePool.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, InstancePool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetInstancePoolRequest,GetInstancePoolResponse>
ComputeManagementWaiters. forInstancePool(GetInstancePoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, InstancePool.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetInstancePoolRequest Modifier and Type Method Description Future<GetInstancePoolResponse>
ComputeManagementAsync. getInstancePool(GetInstancePoolRequest request, AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler)
Gets the specified instance poolFuture<GetInstancePoolResponse>
ComputeManagementAsyncClient. getInstancePool(GetInstancePoolRequest request, AsyncHandler<GetInstancePoolRequest,GetInstancePoolResponse> handler)
-
Uses of GetInstancePoolRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetInstancePoolRequest Modifier and Type Method Description GetInstancePoolRequest
GetInstancePoolRequest.Builder. build()
Build the instance of GetInstancePoolRequest as configured by this builderGetInstancePoolRequest
GetInstancePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInstancePoolRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetInstancePoolRequest Modifier and Type Method Description GetInstancePoolRequest.Builder
GetInstancePoolRequest.Builder. copy(GetInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
-