Uses of Class
com.oracle.bmc.aianomalydetection.requests.ListProjectsRequest
-
Packages that use ListProjectsRequest Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.requests -
-
Uses of ListProjectsRequest in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection with parameters of type ListProjectsRequest Modifier and Type Method Description ListProjectsResponse
AnomalyDetection. listProjects(ListProjectsRequest request)
Returns a list of Projects.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)
ListProjectsResponse
AnomalyDetectionClient. listProjects(ListProjectsRequest request)
Iterable<ProjectSummary>
AnomalyDetectionPaginators. listProjectsRecordIterator(ListProjectsRequest request)
Creates a new iterable which will iterate over theProjectSummary
objects contained in responses from the listProjects operation.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 ListProjectsRequest 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 ListProjectsRequest in com.oracle.bmc.aianomalydetection.requests
Methods in com.oracle.bmc.aianomalydetection.requests that return ListProjectsRequest Modifier and Type Method Description ListProjectsRequest
ListProjectsRequest.Builder. build()
Build the instance of ListProjectsRequest as configured by this builderListProjectsRequest
ListProjectsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListProjectsRequest as configured by this builderMethods in com.oracle.bmc.aianomalydetection.requests with parameters of type ListProjectsRequest Modifier and Type Method Description ListProjectsRequest.Builder
ListProjectsRequest.Builder. copy(ListProjectsRequest o)
Copy method to populate the builder with values from the given instance.
-