Uses of Class
software.amazon.awssdk.services.opensearch.model.OutboundConnection
-
Packages that use OutboundConnection Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of OutboundConnection in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return OutboundConnection Modifier and Type Method Description OutboundConnectionDeleteOutboundConnectionResponse. connection()The deleted inbound connection.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type OutboundConnection Modifier and Type Method Description List<OutboundConnection>DescribeOutboundConnectionsResponse. connections()List of outbound connections that match the filter criteria.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type OutboundConnection Modifier and Type Method Description DeleteOutboundConnectionResponse.BuilderDeleteOutboundConnectionResponse.Builder. connection(OutboundConnection connection)The deleted inbound connection.DescribeOutboundConnectionsResponse.BuilderDescribeOutboundConnectionsResponse.Builder. connections(OutboundConnection... connections)List of outbound connections that match the filter criteria.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type OutboundConnection Modifier and Type Method Description DescribeOutboundConnectionsResponse.BuilderDescribeOutboundConnectionsResponse.Builder. connections(Collection<OutboundConnection> connections)List of outbound connections that match the filter criteria.
-