Uses of Class
com.oracle.bmc.dataintegration.responses.ListWorkspacesResponse
-
Packages that use ListWorkspacesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListWorkspacesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListWorkspacesResponse Modifier and Type Method Description ListWorkspacesResponseDataIntegration. listWorkspaces(ListWorkspacesRequest request)Retrieves a list of Data Integration workspaces.ListWorkspacesResponseDataIntegrationClient. listWorkspaces(ListWorkspacesRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListWorkspacesResponse Modifier and Type Method Description Future<ListWorkspacesResponse>DataIntegrationAsync. listWorkspaces(ListWorkspacesRequest request, AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler)Retrieves a list of Data Integration workspaces.Future<ListWorkspacesResponse>DataIntegrationAsyncClient. listWorkspaces(ListWorkspacesRequest request, AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler)Iterable<ListWorkspacesResponse>DataIntegrationPaginators. listWorkspacesResponseIterator(ListWorkspacesRequest request)Creates a new iterable which will iterate over the responses received from the listWorkspaces operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListWorkspacesResponse Modifier and Type Method Description Future<ListWorkspacesResponse>DataIntegrationAsync. listWorkspaces(ListWorkspacesRequest request, AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler)Retrieves a list of Data Integration workspaces.Future<ListWorkspacesResponse>DataIntegrationAsyncClient. listWorkspaces(ListWorkspacesRequest request, AsyncHandler<ListWorkspacesRequest,ListWorkspacesResponse> handler) -
Uses of ListWorkspacesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListWorkspacesResponse Modifier and Type Method Description ListWorkspacesResponseListWorkspacesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListWorkspacesResponse Modifier and Type Method Description ListWorkspacesResponse.BuilderListWorkspacesResponse.Builder. copy(ListWorkspacesResponse o)Copy method to populate the builder with values from the given instance.
-