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