Uses of Class
software.amazon.awssdk.services.elasticsearch.model.RejectInboundCrossClusterSearchConnectionRequest
-
Packages that use RejectInboundCrossClusterSearchConnectionRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of RejectInboundCrossClusterSearchConnectionRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type RejectInboundCrossClusterSearchConnectionRequest Modifier and Type Method Description default CompletableFuture<RejectInboundCrossClusterSearchConnectionResponse>
ElasticsearchAsyncClient. rejectInboundCrossClusterSearchConnection(RejectInboundCrossClusterSearchConnectionRequest 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. -
Uses of RejectInboundCrossClusterSearchConnectionRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type RejectInboundCrossClusterSearchConnectionRequest Modifier and Type Method Description SdkHttpFullRequest
RejectInboundCrossClusterSearchConnectionRequestMarshaller. marshall(RejectInboundCrossClusterSearchConnectionRequest rejectInboundCrossClusterSearchConnectionRequest)
-