Uses of Class
com.oracle.bmc.batch.responses.ListBatchContextsResponse
-
Packages that use ListBatchContextsResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of ListBatchContextsResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return ListBatchContextsResponse Modifier and Type Method Description ListBatchContextsResponseBatchComputing. listBatchContexts(ListBatchContextsRequest request)Lists the batch contexts by compartment or context OCID.ListBatchContextsResponseBatchComputingClient. listBatchContexts(ListBatchContextsRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type ListBatchContextsResponse Modifier and Type Method Description Future<ListBatchContextsResponse>BatchComputingAsync. listBatchContexts(ListBatchContextsRequest request, AsyncHandler<ListBatchContextsRequest,ListBatchContextsResponse> handler)Lists the batch contexts by compartment or context OCID.Future<ListBatchContextsResponse>BatchComputingAsyncClient. listBatchContexts(ListBatchContextsRequest request, AsyncHandler<ListBatchContextsRequest,ListBatchContextsResponse> handler)Iterable<ListBatchContextsResponse>BatchComputingPaginators. listBatchContextsResponseIterator(ListBatchContextsRequest request)Creates a new iterable which will iterate over the responses received from the listBatchContexts operation.Method parameters in com.oracle.bmc.batch with type arguments of type ListBatchContextsResponse Modifier and Type Method Description Future<ListBatchContextsResponse>BatchComputingAsync. listBatchContexts(ListBatchContextsRequest request, AsyncHandler<ListBatchContextsRequest,ListBatchContextsResponse> handler)Lists the batch contexts by compartment or context OCID.Future<ListBatchContextsResponse>BatchComputingAsyncClient. listBatchContexts(ListBatchContextsRequest request, AsyncHandler<ListBatchContextsRequest,ListBatchContextsResponse> handler) -
Uses of ListBatchContextsResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return ListBatchContextsResponse Modifier and Type Method Description ListBatchContextsResponseListBatchContextsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type ListBatchContextsResponse Modifier and Type Method Description ListBatchContextsResponse.BuilderListBatchContextsResponse.Builder. copy(ListBatchContextsResponse o)Copy method to populate the builder with values from the given instance.
-