Uses of Class
com.oracle.bmc.batch.requests.GetBatchJobPoolRequest
-
Packages that use GetBatchJobPoolRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of GetBatchJobPoolRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type GetBatchJobPoolRequest Modifier and Type Method Description Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, BatchJobPool.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, BatchJobPool.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchJobPoolRequest,GetBatchJobPoolResponse>BatchComputingWaiters. forBatchJobPool(GetBatchJobPoolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchJobPool.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchJobPoolRequest Modifier and Type Method Description Future<GetBatchJobPoolResponse>BatchComputingAsync. getBatchJobPool(GetBatchJobPoolRequest request, AsyncHandler<GetBatchJobPoolRequest,GetBatchJobPoolResponse> handler)Gets information about a batch job pool.Future<GetBatchJobPoolResponse>BatchComputingAsyncClient. getBatchJobPool(GetBatchJobPoolRequest request, AsyncHandler<GetBatchJobPoolRequest,GetBatchJobPoolResponse> handler) -
Uses of GetBatchJobPoolRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return GetBatchJobPoolRequest Modifier and Type Method Description GetBatchJobPoolRequestGetBatchJobPoolRequest.Builder. build()Build the instance of GetBatchJobPoolRequest as configured by this builderGetBatchJobPoolRequestGetBatchJobPoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetBatchJobPoolRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type GetBatchJobPoolRequest Modifier and Type Method Description GetBatchJobPoolRequest.BuilderGetBatchJobPoolRequest.Builder. copy(GetBatchJobPoolRequest o)Copy method to populate the builder with values from the given instance.
-