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 |
---|---|
RejectInboundConnectionResult |
AbstractAmazonOpenSearch.rejectInboundConnection(RejectInboundConnectionRequest request) |
RejectInboundConnectionResult |
AmazonOpenSearchClient.rejectInboundConnection(RejectInboundConnectionRequest request)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
|
RejectInboundConnectionResult |
AmazonOpenSearch.rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
|
Modifier and Type | Method and Description |
---|---|
Future<RejectInboundConnectionResult> |
AbstractAmazonOpenSearchAsync.rejectInboundConnectionAsync(RejectInboundConnectionRequest request,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler) |
Future<RejectInboundConnectionResult> |
AmazonOpenSearchAsyncClient.rejectInboundConnectionAsync(RejectInboundConnectionRequest request,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler) |
Future<RejectInboundConnectionResult> |
AmazonOpenSearchAsync.rejectInboundConnectionAsync(RejectInboundConnectionRequest rejectInboundConnectionRequest,
AsyncHandler<RejectInboundConnectionRequest,RejectInboundConnectionResult> asyncHandler)
Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
|
Modifier and Type | Method and Description |
---|---|
RejectInboundConnectionResult |
RejectInboundConnectionResult.clone() |
RejectInboundConnectionResult |
RejectInboundConnectionResult.withConnection(InboundConnection connection)
Contains details about the rejected inbound connection.
|
Copyright © 2023. All rights reserved.