Uses of Class
com.oracle.bmc.dataintegration.requests.ListWorkspacesRequest
-
Packages that use ListWorkspacesRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListWorkspacesRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListWorkspacesRequest Modifier and Type Method Description ListWorkspacesResponseDataIntegration. listWorkspaces(ListWorkspacesRequest request)Retrieves a list of Data Integration workspaces.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)ListWorkspacesResponseDataIntegrationClient. listWorkspaces(ListWorkspacesRequest request)Iterable<WorkspaceSummary>DataIntegrationPaginators. listWorkspacesRecordIterator(ListWorkspacesRequest request)Creates a new iterable which will iterate over theWorkspaceSummaryobjects contained in responses from the listWorkspaces operation.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 ListWorkspacesRequest 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 ListWorkspacesRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListWorkspacesRequest Modifier and Type Method Description ListWorkspacesRequestListWorkspacesRequest.Builder. build()Build the instance of ListWorkspacesRequest as configured by this builderListWorkspacesRequestListWorkspacesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListWorkspacesRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListWorkspacesRequest Modifier and Type Method Description ListWorkspacesRequest.BuilderListWorkspacesRequest.Builder. copy(ListWorkspacesRequest o)Copy method to populate the builder with values from the given instance.
-