Uses of Class
software.amazon.awssdk.services.elasticsearch.model.InboundCrossClusterSearchConnection
-
Packages that use InboundCrossClusterSearchConnection Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of InboundCrossClusterSearchConnection in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return InboundCrossClusterSearchConnection Modifier and Type Method Description InboundCrossClusterSearchConnectionAcceptInboundCrossClusterSearchConnectionResponse. crossClusterSearchConnection()Specifies theInboundCrossClusterSearchConnectionof accepted inbound connection.InboundCrossClusterSearchConnectionDeleteInboundCrossClusterSearchConnectionResponse. crossClusterSearchConnection()Specifies theInboundCrossClusterSearchConnectionof deleted inbound connection.InboundCrossClusterSearchConnectionRejectInboundCrossClusterSearchConnectionResponse. crossClusterSearchConnection()Specifies theInboundCrossClusterSearchConnectionof rejected inbound connection.Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type InboundCrossClusterSearchConnection Modifier and Type Method Description List<InboundCrossClusterSearchConnection>DescribeInboundCrossClusterSearchConnectionsResponse. crossClusterSearchConnections()Consists of list ofInboundCrossClusterSearchConnectionmatching the specified filter criteria.Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type InboundCrossClusterSearchConnection Modifier and Type Method Description DescribeInboundCrossClusterSearchConnectionsResponse.BuilderDescribeInboundCrossClusterSearchConnectionsResponse.Builder. crossClusterSearchConnections(Collection<InboundCrossClusterSearchConnection> crossClusterSearchConnections)Consists of list ofInboundCrossClusterSearchConnectionmatching the specified filter criteria.
-