Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.AssociatePackageRequest.Builder
-
Packages that use AssociatePackageRequest.Builder Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service software.amazon.awssdk.services.elasticsearch.model -
-
Uses of AssociatePackageRequest.Builder in software.amazon.awssdk.services.elasticsearch
Method parameters in software.amazon.awssdk.services.elasticsearch with type arguments of type AssociatePackageRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociatePackageResponse>ElasticsearchAsyncClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon ES domain.default AssociatePackageResponseElasticsearchClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon ES domain. -
Uses of AssociatePackageRequest.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return AssociatePackageRequest.Builder Modifier and Type Method Description static AssociatePackageRequest.BuilderAssociatePackageRequest. builder()AssociatePackageRequest.BuilderAssociatePackageRequest.Builder. domainName(String domainName)Name of the domain that you want to associate the package with.AssociatePackageRequest.BuilderAssociatePackageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociatePackageRequest.BuilderAssociatePackageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociatePackageRequest.BuilderAssociatePackageRequest.Builder. packageID(String packageID)Internal ID of the package that you want to associate with a domain.AssociatePackageRequest.BuilderAssociatePackageRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type AssociatePackageRequest.Builder Modifier and Type Method Description static Class<? extends AssociatePackageRequest.Builder>AssociatePackageRequest. serializableBuilderClass()
-