Uses of Class
software.amazon.awssdk.services.opensearch.model.PackageDetailsForAssociation
-
Packages that use PackageDetailsForAssociation Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of PackageDetailsForAssociation in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type PackageDetailsForAssociation Modifier and Type Method Description List<PackageDetailsForAssociation>AssociatePackagesRequest. packageList()A list of packages and their prerequisites to be associated with a domain.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type PackageDetailsForAssociation Modifier and Type Method Description AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. packageList(PackageDetailsForAssociation... packageList)A list of packages and their prerequisites to be associated with a domain.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type PackageDetailsForAssociation Modifier and Type Method Description AssociatePackagesRequest.BuilderAssociatePackagesRequest.Builder. packageList(Collection<PackageDetailsForAssociation> packageList)A list of packages and their prerequisites to be associated with a domain.
-