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