| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.builder() |
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.connections(Collection<OutboundConnection> connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.connections(Consumer<OutboundConnection.Builder>... connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.connections(OutboundConnection... connections)
List of outbound connections that match the filter criteria.
|
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.Builder.nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
DescribeOutboundConnectionsResponse.Builder |
DescribeOutboundConnectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeOutboundConnectionsResponse.Builder> |
DescribeOutboundConnectionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.