Package | Description |
---|---|
com.amazonaws.services.opensearch |
Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.
|
com.amazonaws.services.opensearch.model |
Modifier and Type | Method and Description |
---|---|
DeleteInboundConnectionResult |
AbstractAmazonOpenSearch.deleteInboundConnection(DeleteInboundConnectionRequest request) |
DeleteInboundConnectionResult |
AmazonOpenSearchClient.deleteInboundConnection(DeleteInboundConnectionRequest request)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
DeleteInboundConnectionResult |
AmazonOpenSearch.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 |
---|---|
Future<DeleteInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
Future<DeleteInboundConnectionResult> |
AmazonOpenSearchAsyncClient.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
Future<DeleteInboundConnectionResult> |
AmazonOpenSearchAsync.deleteInboundConnectionAsync(DeleteInboundConnectionRequest deleteInboundConnectionRequest,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler)
Allows the destination Amazon OpenSearch Service domain owner to delete an existing inbound cross-cluster search
connection.
|
Modifier and Type | Method and Description |
---|---|
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.clone() |
DeleteInboundConnectionResult |
DeleteInboundConnectionResult.withConnection(InboundConnection connection)
The deleted inbound connection.
|
Copyright © 2023. All rights reserved.