Uses of Class
com.oracle.bmc.devops.requests.ListProjectsRequest
-
Packages that use ListProjectsRequest Package Description com.oracle.bmc.devops com.oracle.bmc.devops.requests -
-
Uses of ListProjectsRequest in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops with parameters of type ListProjectsRequest Modifier and Type Method Description ListProjectsResponseDevops. listProjects(ListProjectsRequest request)Returns a list of projects.Future<ListProjectsResponse>DevopsAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Returns a list of projects.Future<ListProjectsResponse>DevopsAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)ListProjectsResponseDevopsClient. listProjects(ListProjectsRequest request)Iterable<ProjectSummary>DevopsPaginators. listProjectsRecordIterator(ListProjectsRequest request)Creates a new iterable which will iterate over theProjectSummaryobjects contained in responses from the listProjects operation.Iterable<ListProjectsResponse>DevopsPaginators. listProjectsResponseIterator(ListProjectsRequest request)Creates a new iterable which will iterate over the responses received from the listProjects operation.Method parameters in com.oracle.bmc.devops with type arguments of type ListProjectsRequest Modifier and Type Method Description Future<ListProjectsResponse>DevopsAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Returns a list of projects.Future<ListProjectsResponse>DevopsAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) -
Uses of ListProjectsRequest in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListProjectsRequest Modifier and Type Method Description ListProjectsRequestListProjectsRequest.Builder. build()Build the instance of ListProjectsRequest as configured by this builderListProjectsRequestListProjectsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListProjectsRequest as configured by this builderMethods in com.oracle.bmc.devops.requests with parameters of type ListProjectsRequest Modifier and Type Method Description ListProjectsRequest.BuilderListProjectsRequest.Builder. copy(ListProjectsRequest o)Copy method to populate the builder with values from the given instance.
-