Uses of Class
software.amazon.awssdk.services.codeartifact.model.LicenseInfo
-
Packages that use LicenseInfo Package Description software.amazon.awssdk.services.codeartifact.model -
-
Uses of LicenseInfo in software.amazon.awssdk.services.codeartifact.model
Methods in software.amazon.awssdk.services.codeartifact.model that return types with arguments of type LicenseInfo Modifier and Type Method Description List<LicenseInfo>PackageVersionDescription. licenses()Information about licenses associated with the package version.Methods in software.amazon.awssdk.services.codeartifact.model with parameters of type LicenseInfo Modifier and Type Method Description PackageVersionDescription.BuilderPackageVersionDescription.Builder. licenses(LicenseInfo... licenses)Information about licenses associated with the package version.Method parameters in software.amazon.awssdk.services.codeartifact.model with type arguments of type LicenseInfo Modifier and Type Method Description PackageVersionDescription.BuilderPackageVersionDescription.Builder. licenses(Collection<LicenseInfo> licenses)Information about licenses associated with the package version.
-