Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.CreateOutboundCrossClusterSearchConnectionRequest.Builder
-
Packages that use CreateOutboundCrossClusterSearchConnectionRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of CreateOutboundCrossClusterSearchConnectionRequest.Builder in software.amazon.awssdk.services.elasticsearch
Method parameters in software.amazon.awssdk.services.elasticsearch with type arguments of type CreateOutboundCrossClusterSearchConnectionRequest.Builder 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 CreateOutboundCrossClusterSearchConnectionResponseElasticsearchClient. createOutboundCrossClusterSearchConnection(Consumer<CreateOutboundCrossClusterSearchConnectionRequest.Builder> createOutboundCrossClusterSearchConnectionRequest)Creates a new cross-cluster search connection from a source domain to a destination domain. -
Uses of CreateOutboundCrossClusterSearchConnectionRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return CreateOutboundCrossClusterSearchConnectionRequest.Builder Modifier and Type Method Description static CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest. builder()CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. connectionAlias(String connectionAlias)Specifies the connection alias that will be used by the customer for this connection.default CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. destinationDomainInfo(Consumer<DomainInformation.Builder> destinationDomainInfo)Specifies theDomainInformationfor the destination Elasticsearch domain.CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. destinationDomainInfo(DomainInformation destinationDomainInfo)Specifies theDomainInformationfor the destination Elasticsearch domain.CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. sourceDomainInfo(Consumer<DomainInformation.Builder> sourceDomainInfo)Specifies theDomainInformationfor the source Elasticsearch domain.CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest.Builder. sourceDomainInfo(DomainInformation sourceDomainInfo)Specifies theDomainInformationfor the source Elasticsearch domain.CreateOutboundCrossClusterSearchConnectionRequest.BuilderCreateOutboundCrossClusterSearchConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type CreateOutboundCrossClusterSearchConnectionRequest.Builder Modifier and Type Method Description static Class<? extends CreateOutboundCrossClusterSearchConnectionRequest.Builder>CreateOutboundCrossClusterSearchConnectionRequest. serializableBuilderClass()
-