Uses of Class
com.oracle.bmc.dataintegration.responses.ListConnectionsResponse
-
Packages that use ListConnectionsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListConnectionsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse
DataIntegration. listConnections(ListConnectionsRequest request)
Retrieves a list of all connections.ListConnectionsResponse
DataIntegrationClient. listConnections(ListConnectionsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListConnectionsResponse 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)
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 ListConnectionsResponse 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 ListConnectionsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse
ListConnectionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListConnectionsResponse Modifier and Type Method Description ListConnectionsResponse.Builder
ListConnectionsResponse.Builder. copy(ListConnectionsResponse o)
Copy method to populate the builder with values from the given instance.
-