Uses of Class
com.oracle.bmc.dataintegration.requests.ListConnectionsRequest
-
Packages that use ListConnectionsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListConnectionsRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListConnectionsRequest Modifier and Type Method Description ListConnectionsResponseDataIntegration. listConnections(ListConnectionsRequest request)Retrieves a list of all connections.Future<ListConnectionsResponse>DataIntegrationAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)Retrieves a list of all connections.Future<ListConnectionsResponse>DataIntegrationAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)ListConnectionsResponseDataIntegrationClient. listConnections(ListConnectionsRequest request)Iterable<ConnectionSummary>DataIntegrationPaginators. listConnectionsRecordIterator(ListConnectionsRequest request)Creates a new iterable which will iterate over theConnectionSummaryobjects contained in responses from the listConnections operation.Iterable<ListConnectionsResponse>DataIntegrationPaginators. listConnectionsResponseIterator(ListConnectionsRequest request)Creates a new iterable which will iterate over the responses received from the listConnections operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListConnectionsRequest Modifier and Type Method Description Future<ListConnectionsResponse>DataIntegrationAsync. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)Retrieves a list of all connections.Future<ListConnectionsResponse>DataIntegrationAsyncClient. listConnections(ListConnectionsRequest request, AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler) -
Uses of ListConnectionsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.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.dataintegration.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.
-