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 |
---|---|
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 |
---|---|
DeleteInboundConnectionRequest |
DeleteInboundConnectionRequest.clone() |
DeleteInboundConnectionRequest |
DeleteInboundConnectionRequest.withConnectionId(String connectionId)
The ID of the inbound connection to permanently delete.
|
Copyright © 2023. All rights reserved.