Uses of Class
software.amazon.awssdk.services.opensearch.model.RejectInboundConnectionResponse
-
Packages that use RejectInboundConnectionResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of RejectInboundConnectionResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return RejectInboundConnectionResponse Modifier and Type Method Description default RejectInboundConnectionResponseOpenSearchClient. rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.default RejectInboundConnectionResponseOpenSearchClient. rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type RejectInboundConnectionResponse Modifier and Type Method Description default CompletableFuture<RejectInboundConnectionResponse>OpenSearchAsyncClient. rejectInboundConnection(Consumer<RejectInboundConnectionRequest.Builder> rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.default CompletableFuture<RejectInboundConnectionResponse>OpenSearchAsyncClient. rejectInboundConnection(RejectInboundConnectionRequest rejectInboundConnectionRequest)Allows the remote Amazon OpenSearch Service domain owner to reject an inbound cross-cluster connection request.
-