| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteInboundConnectionResponse |
OpenSearchClient.deleteInboundConnection(Consumer<DeleteInboundConnectionRequest.Builder> deleteInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
default DeleteInboundConnectionResponse |
OpenSearchClient.deleteInboundConnection(DeleteInboundConnectionRequest deleteInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteInboundConnectionResponse> |
OpenSearchAsyncClient.deleteInboundConnection(Consumer<DeleteInboundConnectionRequest.Builder> deleteInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
default CompletableFuture<DeleteInboundConnectionResponse> |
OpenSearchAsyncClient.deleteInboundConnection(DeleteInboundConnectionRequest deleteInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
Copyright © 2023. All rights reserved.