Uses of Class
com.oracle.bmc.aianomalydetection.responses.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of ListProjectsResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponse
AnomalyDetection. listProjects(ListProjectsRequest request)
Returns a list of Projects.ListProjectsResponse
AnomalyDetectionClient. listProjects(ListProjectsRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>
AnomalyDetectionAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of Projects.Future<ListProjectsResponse>
AnomalyDetectionAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Iterable<ListProjectsResponse>
AnomalyDetectionPaginators. listProjectsResponseIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over the responses received from the listProjects operation.Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>
AnomalyDetectionAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
Returns a list of Projects.Future<ListProjectsResponse>
AnomalyDetectionAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)
-
Uses of ListProjectsResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponse
ListProjectsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type ListProjectsResponse Modifier and Type Method Description ListProjectsResponse.Builder
ListProjectsResponse.Builder. copy(ListProjectsResponse o)
Copy method to populate the builder with values from the given instance.
-