Uses of Class
software.amazon.awssdk.services.opensearch.model.AcceptInboundConnectionResponse
-
Packages that use AcceptInboundConnectionResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of AcceptInboundConnectionResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return AcceptInboundConnectionResponse Modifier and Type Method Description default AcceptInboundConnectionResponseOpenSearchClient. acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request.default AcceptInboundConnectionResponseOpenSearchClient. acceptInboundConnection(AcceptInboundConnectionRequest acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type AcceptInboundConnectionResponse Modifier and Type Method Description default CompletableFuture<AcceptInboundConnectionResponse>OpenSearchAsyncClient. acceptInboundConnection(Consumer<AcceptInboundConnectionRequest.Builder> acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request.default CompletableFuture<AcceptInboundConnectionResponse>OpenSearchAsyncClient. acceptInboundConnection(AcceptInboundConnectionRequest acceptInboundConnectionRequest)Allows the destination Amazon OpenSearch Service domain owner to accept an inbound cross-cluster search connection request.
-