Uses of Class
com.oracle.bmc.datascience.responses.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description com.oracle.bmc.datascience com.oracle.bmc.datascience.responses -
-
Uses of ListProjectsResponse in com.oracle.bmc.datascience
Methods in com.oracle.bmc.datascience that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponseDataScience. listProjects(ListProjectsRequest request)Lists projects in the specified compartment.ListProjectsResponseDataScienceClient. listProjects(ListProjectsRequest request)Methods in com.oracle.bmc.datascience that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>DataScienceAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Lists projects in the specified compartment.Future<ListProjectsResponse>DataScienceAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Iterable<ListProjectsResponse>DataSciencePaginators. listProjectsResponseIterator(ListProjectsRequest request)Creates a new iterable which will iterate over the responses received from the listProjects operation.Method parameters in com.oracle.bmc.datascience with type arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>DataScienceAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Lists projects in the specified compartment.Future<ListProjectsResponse>DataScienceAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) -
Uses of ListProjectsResponse in com.oracle.bmc.datascience.responses
Methods in com.oracle.bmc.datascience.responses that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponseListProjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datascience.responses with parameters of type ListProjectsResponse Modifier and Type Method Description ListProjectsResponse.BuilderListProjectsResponse.Builder. copy(ListProjectsResponse o)Copy method to populate the builder with values from the given instance.
-