Uses of Class
com.oracle.bmc.datascience.requests.ListJobShapesRequest
-
Packages that use ListJobShapesRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListJobShapesRequest in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience with parameters of type ListJobShapesRequest Modifier and Type Method Description ListJobShapesResponse
DataScience. listJobShapes(ListJobShapesRequest request)
List job shapes available in the specified compartment.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)
ListJobShapesResponse
DataScienceClient. listJobShapes(ListJobShapesRequest request)
Iterable<JobShapeSummary>
DataSciencePaginators. listJobShapesRecordIterator(ListJobShapesRequest request)
Creates a new iterable which will iterate over theJobShapeSummary
objects contained in responses from the listJobShapes operation.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 ListJobShapesRequest 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 ListJobShapesRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListJobShapesRequest Modifier and Type Method Description ListJobShapesRequest
ListJobShapesRequest.Builder. build()
Build the instance of ListJobShapesRequest as configured by this builderListJobShapesRequest
ListJobShapesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListJobShapesRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListJobShapesRequest Modifier and Type Method Description ListJobShapesRequest.Builder
ListJobShapesRequest.Builder. copy(ListJobShapesRequest o)
Copy method to populate the builder with values from the given instance.
-