Uses of Class
com.oracle.bmc.batch.responses.GetBatchJobPoolResponse
-
Packages that use GetBatchJobPoolResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of GetBatchJobPoolResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return GetBatchJobPoolResponse Modifier and Type Method Description GetBatchJobPoolResponseBatchComputing. getBatchJobPool(GetBatchJobPoolRequest request)Gets information about a batch job pool.GetBatchJobPoolResponseBatchComputingClient. getBatchJobPool(GetBatchJobPoolRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchJobPoolResponse 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 GetBatchJobPoolResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return GetBatchJobPoolResponse Modifier and Type Method Description GetBatchJobPoolResponseGetBatchJobPoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type GetBatchJobPoolResponse Modifier and Type Method Description GetBatchJobPoolResponse.BuilderGetBatchJobPoolResponse.Builder. copy(GetBatchJobPoolResponse o)Copy method to populate the builder with values from the given instance.
-