| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
AcceptInboundConnectionResult |
AmazonOpenSearch.acceptInboundConnection(AcceptInboundConnectionRequest acceptInboundConnectionRequest)
Allows the remote domain owner to accept an inbound cross-cluster connection request.
|
AcceptInboundConnectionResult |
AmazonOpenSearchClient.acceptInboundConnection(AcceptInboundConnectionRequest request)
Allows the remote domain owner to accept an inbound cross-cluster connection request.
|
AcceptInboundConnectionResult |
AbstractAmazonOpenSearch.acceptInboundConnection(AcceptInboundConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<AcceptInboundConnectionResult> |
AmazonOpenSearchAsync.acceptInboundConnectionAsync(AcceptInboundConnectionRequest acceptInboundConnectionRequest,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler)
Allows the remote domain owner to accept an inbound cross-cluster connection request.
|
Future<AcceptInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.acceptInboundConnectionAsync(AcceptInboundConnectionRequest request,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler) |
Future<AcceptInboundConnectionResult> |
AmazonOpenSearchAsyncClient.acceptInboundConnectionAsync(AcceptInboundConnectionRequest request,
AsyncHandler<AcceptInboundConnectionRequest,AcceptInboundConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.clone() |
AcceptInboundConnectionResult |
AcceptInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the accepted inbound connection. |
Copyright © 2022. All rights reserved.