| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteInboundConnectionResult |
AmazonOpenSearch.deleteInboundConnection(DeleteInboundConnectionRequest deleteInboundConnectionRequest)
Allows the remote domain owner to delete an existing inbound cross-cluster connection.
|
DeleteInboundConnectionResult |
AmazonOpenSearchClient.deleteInboundConnection(DeleteInboundConnectionRequest request)
Allows the remote domain owner to delete an existing inbound cross-cluster connection.
|
DeleteInboundConnectionResult |
AbstractAmazonOpenSearch.deleteInboundConnection(DeleteInboundConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteInboundConnectionResult> |
AmazonOpenSearchAsync.deleteInboundConnectionAsync(DeleteInboundConnectionRequest deleteInboundConnectionRequest,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler)
Allows the remote domain owner to delete an existing inbound cross-cluster connection.
|
Future<DeleteInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
Future<DeleteInboundConnectionResult> |
AmazonOpenSearchAsyncClient.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.clone() |
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the deleted inbound connection. |
Copyright © 2022. All rights reserved.