| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
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> |
AmazonOpenSearchAsyncClient.deleteInboundConnectionAsync(DeleteInboundConnectionRequest request,
AsyncHandler<DeleteInboundConnectionRequest,DeleteInboundConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteInboundConnectionRequest |
DeleteInboundConnectionRequest.clone() |
DeleteInboundConnectionRequest |
DeleteInboundConnectionRequest.withConnectionId(String connectionId)
The ID of the inbound connection to permanently delete.
|
Copyright © 2022. All rights reserved.