Uses of Interface
software.amazon.awssdk.services.opensearch.model.DescribeInboundConnectionsResponse.Builder
-
Packages that use DescribeInboundConnectionsResponse.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of DescribeInboundConnectionsResponse.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return DescribeInboundConnectionsResponse.Builder Modifier and Type Method Description static DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse. builder()DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. connections(Collection<InboundConnection> connections)List of inbound connections.DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. connections(Consumer<InboundConnection.Builder>... connections)List of inbound connections.DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. connections(InboundConnection... connections)List of inbound connections.DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse.Builder. nextToken(String nextToken)WhennextTokenis returned, there are more results available.DescribeInboundConnectionsResponse.BuilderDescribeInboundConnectionsResponse. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type DescribeInboundConnectionsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeInboundConnectionsResponse.Builder>DescribeInboundConnectionsResponse. serializableBuilderClass()
-