| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.