| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteInboundCrossClusterSearchConnectionResponse |
ElasticsearchClient.deleteInboundCrossClusterSearchConnection(Consumer<DeleteInboundCrossClusterSearchConnectionRequest.Builder> deleteInboundCrossClusterSearchConnectionRequest)
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
|
default DeleteInboundCrossClusterSearchConnectionResponse |
ElasticsearchClient.deleteInboundCrossClusterSearchConnection(DeleteInboundCrossClusterSearchConnectionRequest deleteInboundCrossClusterSearchConnectionRequest)
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteInboundCrossClusterSearchConnectionResponse> |
ElasticsearchAsyncClient.deleteInboundCrossClusterSearchConnection(Consumer<DeleteInboundCrossClusterSearchConnectionRequest.Builder> deleteInboundCrossClusterSearchConnectionRequest)
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
|
default CompletableFuture<DeleteInboundCrossClusterSearchConnectionResponse> |
ElasticsearchAsyncClient.deleteInboundCrossClusterSearchConnection(DeleteInboundCrossClusterSearchConnectionRequest deleteInboundCrossClusterSearchConnectionRequest)
Allows the destination domain owner to delete an existing inbound cross-cluster search connection.
|
Copyright © 2023. All rights reserved.