| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteOutboundConnectionResult |
AbstractAmazonOpenSearch.deleteOutboundConnection(DeleteOutboundConnectionRequest request) |
DeleteOutboundConnectionResult |
AmazonOpenSearch.deleteOutboundConnection(DeleteOutboundConnectionRequest deleteOutboundConnectionRequest)
Allows the local domain owner to delete an existing outbound cross-cluster connection.
|
DeleteOutboundConnectionResult |
AmazonOpenSearchClient.deleteOutboundConnection(DeleteOutboundConnectionRequest request)
Allows the local domain owner to delete an existing outbound cross-cluster connection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteOutboundConnectionResult> |
AbstractAmazonOpenSearchAsync.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest request,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler) |
Future<DeleteOutboundConnectionResult> |
AmazonOpenSearchAsync.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest deleteOutboundConnectionRequest,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler)
Allows the local domain owner to delete an existing outbound cross-cluster connection.
|
Future<DeleteOutboundConnectionResult> |
AmazonOpenSearchAsyncClient.deleteOutboundConnectionAsync(DeleteOutboundConnectionRequest request,
AsyncHandler<DeleteOutboundConnectionRequest,DeleteOutboundConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.clone() |
DeleteOutboundConnectionResult |
DeleteOutboundConnectionResult.withConnection(OutboundConnection connection)
The
OutboundConnection of the deleted outbound connection. |
Copyright © 2022. All rights reserved.