Uses of Class
com.oracle.bmc.batch.responses.GetBatchContextResponse
-
Packages that use GetBatchContextResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of GetBatchContextResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return GetBatchContextResponse Modifier and Type Method Description GetBatchContextResponseBatchComputing. getBatchContext(GetBatchContextRequest request)Gets information about a batch context.GetBatchContextResponseBatchComputingClient. getBatchContext(GetBatchContextRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchContextResponse 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 GetBatchContextResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return GetBatchContextResponse Modifier and Type Method Description GetBatchContextResponseGetBatchContextResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type GetBatchContextResponse Modifier and Type Method Description GetBatchContextResponse.BuilderGetBatchContextResponse.Builder. copy(GetBatchContextResponse o)Copy method to populate the builder with values from the given instance.
-