Uses of Class
com.oracle.bmc.datacatalog.requests.ListConnectionsRequest
-
Packages that use ListConnectionsRequest Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.requests -
-
Uses of ListConnectionsRequest in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog with parameters of type ListConnectionsRequest Modifier and Type Method Description ListConnectionsResponseDataCatalog. listConnections(ListConnectionsRequest request)Returns a list of all Connections for a data asset.Future<ListConnectionsResponse>DataCatalogAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)Returns a list of all Connections for a data asset.Future<ListConnectionsResponse>DataCatalogAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)ListConnectionsResponseDataCatalogClient. listConnections(ListConnectionsRequest request)Iterable<ConnectionSummary>DataCatalogPaginators. listConnectionsRecordIterator(ListConnectionsRequest request)Creates a new iterable which will iterate over theConnectionSummaryobjects contained in responses from the listConnections operation.Iterable<ListConnectionsResponse>DataCatalogPaginators. listConnectionsResponseIterator(ListConnectionsRequest request)Creates a new iterable which will iterate over the responses received from the listConnections operation.Method parameters in com.oracle.bmc.datacatalog with type arguments of type ListConnectionsRequest Modifier and Type Method Description Future<ListConnectionsResponse>DataCatalogAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)Returns a list of all Connections for a data asset.Future<ListConnectionsResponse>DataCatalogAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler) -
Uses of ListConnectionsRequest in com.oracle.bmc.datacatalog.requests
Methods in com.oracle.bmc.datacatalog.requests that return ListConnectionsRequest Modifier and Type Method Description ListConnectionsRequestListConnectionsRequest.Builder. build()Build the instance of ListConnectionsRequest as configured by this builderListConnectionsRequestListConnectionsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListConnectionsRequest as configured by this builderMethods in com.oracle.bmc.datacatalog.requests with parameters of type ListConnectionsRequest Modifier and Type Method Description ListConnectionsRequest.BuilderListConnectionsRequest.Builder. copy(ListConnectionsRequest o)Copy method to populate the builder with values from the given instance.
-