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 |
---|---|
DeleteOutboundConnectionResult |
AbstractAmazonOpenSearch.deleteOutboundConnection(DeleteOutboundConnectionRequest request) |
DeleteOutboundConnectionResult |
AmazonOpenSearchClient.deleteOutboundConnection(DeleteOutboundConnectionRequest request)
Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search
connection.
|
DeleteOutboundConnectionResult |
AmazonOpenSearch.deleteOutboundConnection(DeleteOutboundConnectionRequest deleteOutboundConnectionRequest)
Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search
connection.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteOutboundConnectionResult> |
AbstractAmazonOpenSearchAsync.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest request,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler) |
Future<DeleteOutboundConnectionResult> |
AmazonOpenSearchAsyncClient.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest request,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler) |
Future<DeleteOutboundConnectionResult> |
AmazonOpenSearchAsync.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest deleteOutboundConnectionRequest,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler)
Allows the source Amazon OpenSearch Service domain owner to delete an existing outbound cross-cluster search
connection.
|
Modifier and Type | Method and Description |
---|---|
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.clone() |
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.withConnection(OutboundConnection connection)
The deleted inbound connection.
|
Copyright © 2023. All rights reserved.