| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.builder() |
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.connections(Collection<InboundConnection> connections)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.connections(Consumer<InboundConnection.Builder>... connections)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.connections(InboundConnection... connections)
List of inbound connections.
|
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.Builder.nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
DescribeInboundConnectionsResponse.Builder |
DescribeInboundConnectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeInboundConnectionsResponse.Builder> |
DescribeInboundConnectionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.