| Package | Description |
|---|---|
| com.amazonaws.services.opensearch |
|
| com.amazonaws.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
RejectInboundConnectionResult |
AmazonOpenSearch.rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)
Allows the remote domain owner to reject an inbound cross-cluster connection request.
|
RejectInboundConnectionResult |
AmazonOpenSearchClient.rejectInboundConnection(RejectInboundConnectionRequest request)
Allows the remote domain owner to reject an inbound cross-cluster connection request.
|
RejectInboundConnectionResult |
AbstractAmazonOpenSearch.rejectInboundConnection(RejectInboundConnectionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<RejectInboundConnectionResult> |
AmazonOpenSearchAsync.rejectInboundConnectionAsync(RejectInboundConnectionRequest rejectInboundConnectionRequest,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler)
Allows the remote domain owner to reject an inbound cross-cluster connection request.
|
Future<RejectInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.rejectInboundConnectionAsync(RejectInboundConnectionRequest request,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler) |
Future<RejectInboundConnectionResult> |
AmazonOpenSearchAsyncClient.rejectInboundConnectionAsync(RejectInboundConnectionRequest request,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RejectInboundConnectionResult |
RejectInboundConnectionResult.clone() |
RejectInboundConnectionResult |
RejectInboundConnectionResult.withConnection(InboundConnection connection)
The
InboundConnection of the rejected inbound connection. |
Copyright © 2022. All rights reserved.