Uses of Class
software.amazon.awssdk.services.opensearch.model.CreateOutboundConnectionResponse
-
Packages that use CreateOutboundConnectionResponse Package Description software.amazon.awssdk.services.opensearch Use the Amazon OpenSearch Service configuration API to create, configure, and manage OpenSearch Service domains. -
-
Uses of CreateOutboundConnectionResponse in software.amazon.awssdk.services.opensearch
Methods in software.amazon.awssdk.services.opensearch that return CreateOutboundConnectionResponse Modifier and Type Method Description default CreateOutboundConnectionResponseOpenSearchClient. createOutboundConnection(Consumer<CreateOutboundConnectionRequest.Builder> createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain.default CreateOutboundConnectionResponseOpenSearchClient. createOutboundConnection(CreateOutboundConnectionRequest createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain.Methods in software.amazon.awssdk.services.opensearch that return types with arguments of type CreateOutboundConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateOutboundConnectionResponse>OpenSearchAsyncClient. createOutboundConnection(Consumer<CreateOutboundConnectionRequest.Builder> createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain.default CompletableFuture<CreateOutboundConnectionResponse>OpenSearchAsyncClient. createOutboundConnection(CreateOutboundConnectionRequest createOutboundConnectionRequest)Creates a new cross-cluster search connection from a source Amazon OpenSearch Service domain to a destination domain.
-