Uses of Class
software.amazon.awssdk.services.opensearch.model.AcceptInboundConnectionRequest
-
Packages that use AcceptInboundConnectionRequest Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains.software.amazon.awssdk.services.opensearch.transform -
-
Uses of AcceptInboundConnectionRequest in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch with parameters of type AcceptInboundConnectionRequest Modifier and Type Method Description default CompletableFuture<AcceptInboundConnectionResponse>OpenSearchAsyncClient. acceptInboundConnection(AcceptInboundConnectionRequest 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. -
Uses of AcceptInboundConnectionRequest in software.amazon.awssdk.services.opensearch.transform
Methods in software.amazon.awssdk.services.opensearch.transform with parameters of type AcceptInboundConnectionRequest Modifier and Type Method Description SdkHttpFullRequestAcceptInboundConnectionRequestMarshaller. marshall(AcceptInboundConnectionRequest acceptInboundConnectionRequest)
-