Uses of Class
software.amazon.awssdk.services.elasticsearch.model.CreateOutboundCrossClusterSearchConnectionResponse
-
Packages that use CreateOutboundCrossClusterSearchConnectionResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of CreateOutboundCrossClusterSearchConnectionResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return CreateOutboundCrossClusterSearchConnectionResponse Modifier and Type Method Description default CreateOutboundCrossClusterSearchConnectionResponseElasticsearchClient. createOutboundCrossClusterSearchConnection(Consumer<CreateOutboundCrossClusterSearchConnectionRequest.Builder> createOutboundCrossClusterSearchConnectionRequest)Creates a new cross-cluster search connection from a source domain to a destination domain.default CreateOutboundCrossClusterSearchConnectionResponseElasticsearchClient. createOutboundCrossClusterSearchConnection(CreateOutboundCrossClusterSearchConnectionRequest createOutboundCrossClusterSearchConnectionRequest)Creates a new cross-cluster search connection from a source domain to a destination domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type CreateOutboundCrossClusterSearchConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateOutboundCrossClusterSearchConnectionResponse>ElasticsearchAsyncClient. createOutboundCrossClusterSearchConnection(Consumer<CreateOutboundCrossClusterSearchConnectionRequest.Builder> createOutboundCrossClusterSearchConnectionRequest)Creates a new cross-cluster search connection from a source domain to a destination domain.default CompletableFuture<CreateOutboundCrossClusterSearchConnectionResponse>ElasticsearchAsyncClient. createOutboundCrossClusterSearchConnection(CreateOutboundCrossClusterSearchConnectionRequest createOutboundCrossClusterSearchConnectionRequest)Creates a new cross-cluster search connection from a source domain to a destination domain.
-