Uses of Class
software.amazon.awssdk.services.elasticsearch.model.AssociatePackageResponse
-
Packages that use AssociatePackageResponse Package Description software.amazon.awssdk.services.elasticsearch Amazon Elasticsearch Configuration Service -
-
Uses of AssociatePackageResponse in software.amazon.awssdk.services.elasticsearch
Methods in software.amazon.awssdk.services.elasticsearch that return AssociatePackageResponse Modifier and Type Method Description default AssociatePackageResponseElasticsearchClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon ES domain.default AssociatePackageResponseElasticsearchClient. associatePackage(AssociatePackageRequest associatePackageRequest)Associates a package with an Amazon ES domain.Methods in software.amazon.awssdk.services.elasticsearch that return types with arguments of type AssociatePackageResponse Modifier and Type Method Description default CompletableFuture<AssociatePackageResponse>ElasticsearchAsyncClient. associatePackage(Consumer<AssociatePackageRequest.Builder> associatePackageRequest)Associates a package with an Amazon ES domain.default CompletableFuture<AssociatePackageResponse>ElasticsearchAsyncClient. associatePackage(AssociatePackageRequest associatePackageRequest)Associates a package with an Amazon ES domain.
-