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 |
---|---|
AcceptInboundConnectionResult |
AbstractAmazonOpenSearch.acceptInboundConnection(AcceptInboundConnectionRequest request) |
AcceptInboundConnectionResult |
AmazonOpenSearchClient.acceptInboundConnection(AcceptInboundConnectionRequest request)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
AcceptInboundConnectionResult |
AmazonOpenSearch.acceptInboundConnection(AcceptInboundConnectionRequest acceptInboundConnectionRequest)
Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search
connection request.
|
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 |
---|---|
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.clone() |
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.withConnection(InboundConnection connection)
Information about the accepted inbound connection.
|
Copyright © 2023. All rights reserved.