| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
InboundConnection |
AcceptInboundConnectionResponse.connection()
Information about the accepted inbound connection.
|
InboundConnection |
DeleteInboundConnectionResponse.connection()
The deleted inbound connection.
|
InboundConnection |
RejectInboundConnectionResponse.connection()
Contains details about the rejected inbound connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<InboundConnection> |
DescribeInboundConnectionsResponse.connections()
List of inbound connections.
|
| Modifier and Type | Method and Description |
|---|---|
AcceptInboundConnectionResponse.Builder |
AcceptInboundConnectionResponse.Builder.connection(InboundConnection connection)
Information about the accepted inbound connection.
|
DeleteInboundConnectionResponse.Builder |
DeleteInboundConnectionResponse.Builder.connection(InboundConnection connection)
The deleted inbound connection.
|
RejectInboundConnectionResponse.Builder |
RejectInboundConnectionResponse.Builder.connection(InboundConnection connection)
Contains details about the rejected inbound connection.
|
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.connections(InboundConnection... connections)
List of inbound connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.connections(Collection<InboundConnection> connections)
List of inbound connections.
|
Copyright © 2022. All rights reserved.