Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AcceptInboundCrossClusterSearchConnectionResponse
-
Packages that use AcceptInboundCrossClusterSearchConnectionResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of AcceptInboundCrossClusterSearchConnectionResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return AcceptInboundCrossClusterSearchConnectionResponse Modifier and Type Method Description default AcceptInboundCrossClusterSearchConnectionResponseElasticsearchClient. acceptInboundCrossClusterSearchConnection(Consumer<AcceptInboundCrossClusterSearchConnectionRequest.Builder> acceptInboundCrossClusterSearchConnectionRequest)Allows the destination domain owner to accept an inbound cross-cluster search connection request.default AcceptInboundCrossClusterSearchConnectionResponseElasticsearchClient. acceptInboundCrossClusterSearchConnection(AcceptInboundCrossClusterSearchConnectionRequest acceptInboundCrossClusterSearchConnectionRequest)Allows the destination domain owner to accept an inbound cross-cluster search connection request.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type AcceptInboundCrossClusterSearchConnectionResponse Modifier and Type Method Description default CompletableFuture<AcceptInboundCrossClusterSearchConnectionResponse>ElasticsearchAsyncClient. acceptInboundCrossClusterSearchConnection(Consumer<AcceptInboundCrossClusterSearchConnectionRequest.Builder> acceptInboundCrossClusterSearchConnectionRequest)Allows the destination domain owner to accept an inbound cross-cluster search connection request.default CompletableFuture<AcceptInboundCrossClusterSearchConnectionResponse>ElasticsearchAsyncClient. acceptInboundCrossClusterSearchConnection(AcceptInboundCrossClusterSearchConnectionRequest acceptInboundCrossClusterSearchConnectionRequest)Allows the destination domain owner to accept an inbound cross-cluster search connection request.
-