| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
OutboundConnection |
DeleteOutboundConnectionResponse.connection()
The deleted inbound connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutboundConnection> |
DescribeOutboundConnectionsResponse.connections()
List of outbound connections that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteOutboundConnectionResponse.Builder |
DeleteOutboundConnectionResponse.Builder.connection(OutboundConnection connection)
The deleted inbound connection.
|
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.connections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.connections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
Copyright © 2023. All rights reserved.