Package | Description |
---|---|
com.oracle.bmc.dataintegration | |
com.oracle.bmc.dataintegration.requests |
Modifier and Type | Method and Description |
---|---|
ListConnectionsResponse |
DataIntegration.listConnections(ListConnectionsRequest request)
Retrieves a list of all connections.
|
ListConnectionsResponse |
DataIntegrationClient.listConnections(ListConnectionsRequest request) |
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<ConnectionSummary> |
DataIntegrationPaginators.listConnectionsRecordIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over the
ConnectionSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest |
ListConnectionsRequest.Builder.build()
Build the instance of ListConnectionsRequest as configured by this builder
|
ListConnectionsRequest |
ListConnectionsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListConnectionsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListConnectionsRequest.Builder |
ListConnectionsRequest.Builder.copy(ListConnectionsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2023. All rights reserved.