Uses of Class
com.oracle.bmc.datascience.responses.ListJobShapesResponse
-
Packages that use ListJobShapesResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListJobShapesResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListJobShapesResponse Modifier and Type Method Description ListJobShapesResponse
DataScience. listJobShapes(ListJobShapesRequest request)
List job shapes available in the specified compartment.ListJobShapesResponse
DataScienceClient. listJobShapes(ListJobShapesRequest request)
Methods in com.oracle.bmc.datascience that return types with arguments of type ListJobShapesResponse Modifier and Type Method Description Future<ListJobShapesResponse>
DataScienceAsync. listJobShapes(ListJobShapesRequest request, AsyncHandler<ListJobShapesRequest,ListJobShapesResponse> handler)
List job shapes available in the specified compartment.Future<ListJobShapesResponse>
DataScienceAsyncClient. listJobShapes(ListJobShapesRequest request, AsyncHandler<ListJobShapesRequest,ListJobShapesResponse> handler)
Iterable<ListJobShapesResponse>
DataSciencePaginators. listJobShapesResponseIterator(ListJobShapesRequest request)
Creates a new iterable which will iterate over the responses received from the listJobShapes operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListJobShapesResponse Modifier and Type Method Description Future<ListJobShapesResponse>
DataScienceAsync. listJobShapes(ListJobShapesRequest request, AsyncHandler<ListJobShapesRequest,ListJobShapesResponse> handler)
List job shapes available in the specified compartment.Future<ListJobShapesResponse>
DataScienceAsyncClient. listJobShapes(ListJobShapesRequest request, AsyncHandler<ListJobShapesRequest,ListJobShapesResponse> handler)
-
Uses of ListJobShapesResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListJobShapesResponse Modifier and Type Method Description ListJobShapesResponse
ListJobShapesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListJobShapesResponse Modifier and Type Method Description ListJobShapesResponse.Builder
ListJobShapesResponse.Builder. copy(ListJobShapesResponse o)
Copy method to populate the builder with values from the given instance.
-