Uses of Class
com.oracle.bmc.batch.requests.GetBatchTaskRequest
-
Packages that use GetBatchTaskRequest Package Description com.oracle.bmc.batch com.oracle.bmc.batch.requests -
-
Uses of GetBatchTaskRequest in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return types with arguments of type GetBatchTaskRequest Modifier and Type Method Description Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Methods in com.oracle.bmc.batch with parameters of type GetBatchTaskRequest Modifier and Type Method Description Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, BatchTask.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetBatchTaskRequest,GetBatchTaskResponse>BatchComputingWaiters. forBatchTask(GetBatchTaskRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, BatchTask.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetBatchTaskResponseBatchComputing. getBatchTask(GetBatchTaskRequest request)Gets a specific batch task associated with a batch job by its name.Future<GetBatchTaskResponse>BatchComputingAsync. getBatchTask(GetBatchTaskRequest request, AsyncHandler<GetBatchTaskRequest,GetBatchTaskResponse> handler)Gets a specific batch task associated with a batch job by its name.Future<GetBatchTaskResponse>BatchComputingAsyncClient. getBatchTask(GetBatchTaskRequest request, AsyncHandler<GetBatchTaskRequest,GetBatchTaskResponse> handler)GetBatchTaskResponseBatchComputingClient. getBatchTask(GetBatchTaskRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchTaskRequest Modifier and Type Method Description Future<GetBatchTaskResponse>BatchComputingAsync. getBatchTask(GetBatchTaskRequest request, AsyncHandler<GetBatchTaskRequest,GetBatchTaskResponse> handler)Gets a specific batch task associated with a batch job by its name.Future<GetBatchTaskResponse>BatchComputingAsyncClient. getBatchTask(GetBatchTaskRequest request, AsyncHandler<GetBatchTaskRequest,GetBatchTaskResponse> handler) -
Uses of GetBatchTaskRequest in com.oracle.bmc.batch.requests
Methods in com.oracle.bmc.batch.requests that return GetBatchTaskRequest Modifier and Type Method Description GetBatchTaskRequestGetBatchTaskRequest.Builder. build()Build the instance of GetBatchTaskRequest as configured by this builderGetBatchTaskRequestGetBatchTaskRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetBatchTaskRequest as configured by this builderMethods in com.oracle.bmc.batch.requests with parameters of type GetBatchTaskRequest Modifier and Type Method Description GetBatchTaskRequest.BuilderGetBatchTaskRequest.Builder. copy(GetBatchTaskRequest o)Copy method to populate the builder with values from the given instance.
-