Uses of Class
com.oracle.bmc.dataintegration.responses.ListProjectsResponse
-
Packages that use ListProjectsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListProjectsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponseDataIntegration. listProjects(ListProjectsRequest request)Retrieves a lists of projects in a workspace and provides options to filter the list.ListProjectsResponseDataIntegrationClient. listProjects(ListProjectsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>DataIntegrationAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Retrieves a lists of projects in a workspace and provides options to filter the list.Future<ListProjectsResponse>DataIntegrationAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Iterable<ListProjectsResponse>DataIntegrationPaginators. listProjectsResponseIterator(ListProjectsRequest request)Creates a new iterable which will iterate over the responses received from the listProjects operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListProjectsResponse Modifier and Type Method Description Future<ListProjectsResponse>DataIntegrationAsync. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler)Retrieves a lists of projects in a workspace and provides options to filter the list.Future<ListProjectsResponse>DataIntegrationAsyncClient. listProjects(ListProjectsRequest request, AsyncHandler<ListProjectsRequest,ListProjectsResponse> handler) -
Uses of ListProjectsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListProjectsResponse Modifier and Type Method Description ListProjectsResponseListProjectsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.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.
-