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<AcceptInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.acceptInboundConnectionAsync(AcceptInboundConnectionRequest request,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler) |
Future<AcceptInboundConnectionResult> |
AmazonOpenSearchAsyncClient.acceptInboundConnectionAsync(AcceptInboundConnectionRequest request,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler) |
Future<AcceptInboundConnectionResult> |
AmazonOpenSearchAsync.acceptInboundConnectionAsync(AcceptInboundConnectionRequest acceptInboundConnectionRequest,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
Modifier and Type | Method and Description |
---|---|
AcceptInboundConnectionRequest |
AcceptInboundConnectionRequest.clone() |
AcceptInboundConnectionRequest |
AcceptInboundConnectionRequest.withConnectionId(String connectionId)
The ID of the inbound connection to accept.
|
Copyright © 2023. All rights reserved.