Uses of Class
com.oracle.bmc.datascience.requests.ListFastLaunchJobConfigsRequest
-
Packages that use ListFastLaunchJobConfigsRequest Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.requests -
-
Uses of ListFastLaunchJobConfigsRequest in com.oracle.bmc.datascience
Method parameters in com.oracle.bmc.datascience with type arguments of type ListFastLaunchJobConfigsRequest 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 ListFastLaunchJobConfigsRequest in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListFastLaunchJobConfigsRequest Modifier and Type Method Description ListFastLaunchJobConfigsRequest
ListFastLaunchJobConfigsRequest.Builder. build()
Build the instance of ListFastLaunchJobConfigsRequest as configured by this builderListFastLaunchJobConfigsRequest
ListFastLaunchJobConfigsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListFastLaunchJobConfigsRequest as configured by this builderMethods in com.oracle.bmc.datascience.requests with parameters of type ListFastLaunchJobConfigsRequest Modifier and Type Method Description ListFastLaunchJobConfigsRequest.Builder
ListFastLaunchJobConfigsRequest.Builder. copy(ListFastLaunchJobConfigsRequest o)
Copy method to populate the builder with values from the given instance.
-