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