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<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 |
---|---|
RejectInboundConnectionRequest |
RejectInboundConnectionRequest.clone() |
RejectInboundConnectionRequest |
RejectInboundConnectionRequest.withConnectionId(String connectionId)
The unique identifier of the inbound connection to reject.
|
Copyright © 2023. All rights reserved.