Uses of Class
software.amazon.awssdk.services.elasticsearch.model.OutboundCrossClusterSearchConnection
-
Packages that use OutboundCrossClusterSearchConnection Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of OutboundCrossClusterSearchConnection in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return OutboundCrossClusterSearchConnection Modifier and Type Method Description OutboundCrossClusterSearchConnectionDeleteOutboundCrossClusterSearchConnectionResponse. crossClusterSearchConnection()Specifies theOutboundCrossClusterSearchConnectionof deleted outbound connection.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type OutboundCrossClusterSearchConnection Modifier and Type Method Description List<OutboundCrossClusterSearchConnection>DescribeOutboundCrossClusterSearchConnectionsResponse. crossClusterSearchConnections()Consists of list ofOutboundCrossClusterSearchConnectionmatching the specified filter criteria.Methods in software.amazon.awssdk.services.elasticsearch.model with parameters of type OutboundCrossClusterSearchConnection Modifier and Type Method Description DeleteOutboundCrossClusterSearchConnectionResponse.BuilderDeleteOutboundCrossClusterSearchConnectionResponse.Builder. crossClusterSearchConnection(OutboundCrossClusterSearchConnection crossClusterSearchConnection)Specifies theOutboundCrossClusterSearchConnectionof deleted outbound connection.DescribeOutboundCrossClusterSearchConnectionsResponse.BuilderDescribeOutboundCrossClusterSearchConnectionsResponse.Builder. crossClusterSearchConnections(OutboundCrossClusterSearchConnection... crossClusterSearchConnections)Consists of list ofOutboundCrossClusterSearchConnectionmatching the specified filter criteria.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type OutboundCrossClusterSearchConnection Modifier and Type Method Description DescribeOutboundCrossClusterSearchConnectionsResponse.BuilderDescribeOutboundCrossClusterSearchConnectionsResponse.Builder. crossClusterSearchConnections(Collection<OutboundCrossClusterSearchConnection> crossClusterSearchConnections)Consists of list ofOutboundCrossClusterSearchConnectionmatching the specified filter criteria.
-