Package | Description |
---|---|
com.oracle.bmc.goldengate | |
com.oracle.bmc.goldengate.requests |
Modifier and Type | Method and Description |
---|---|
ListConnectionsResponse |
GoldenGateClient.listConnections(ListConnectionsRequest request) |
ListConnectionsResponse |
GoldenGate.listConnections(ListConnectionsRequest request)
Lists the Connections in the compartment.
|
Future<ListConnectionsResponse> |
GoldenGateAsyncClient.listConnections(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler) |
Future<ListConnectionsResponse> |
GoldenGateAsync.listConnections(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
Lists the Connections in the compartment.
|
Iterable<ConnectionSummary> |
GoldenGatePaginators.listConnectionsRecordIterator(ListConnectionsRequest request)
Creates a new iterable which will iterate over the
ConnectionSummary objects contained in responses from the
listConnections operation. |
Iterable<ListConnectionsResponse> |
GoldenGatePaginators.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> |
GoldenGateAsyncClient.listConnections(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler) |
Future<ListConnectionsResponse> |
GoldenGateAsync.listConnections(ListConnectionsRequest request,
AsyncHandler<ListConnectionsRequest,ListConnectionsResponse> handler)
Lists the Connections in the compartment.
|
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–2024. All rights reserved.