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