| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| 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 |
|---|---|
DeleteOutboundConnectionRequest |
DeleteOutboundConnectionRequest.clone() |
DeleteOutboundConnectionRequest |
DeleteOutboundConnectionRequest.withConnectionId(String connectionId)
The ID of the outbound connection you want to permanently delete.
|
Copyright © 2022. All rights reserved.