Uses of Class
software.amazon.awssdk.services.elasticsearch.model.CreateOutboundCrossClusterSearchConnectionRequest
-
Packages that use CreateOutboundCrossClusterSearchConnectionRequest Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.transform -
-
Uses of CreateOutboundCrossClusterSearchConnectionRequest in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch with parameters of type CreateOutboundCrossClusterSearchConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateOutboundCrossClusterSearchConnectionResponse>ElasticsearchAsyncClient. createOutboundCrossClusterSearchConnection(CreateOutboundCrossClusterSearchConnectionRequest 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. -
Uses of CreateOutboundCrossClusterSearchConnectionRequest in software.amazon.awssdk.services.elasticsearch.transform
Methods in software.amazon.awssdk.services.elasticsearch.transform with parameters of type CreateOutboundCrossClusterSearchConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateOutboundCrossClusterSearchConnectionRequestMarshaller. marshall(CreateOutboundCrossClusterSearchConnectionRequest createOutboundCrossClusterSearchConnectionRequest)
-