Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.PlatformProgrammingLanguage
-
Packages that use PlatformProgrammingLanguage Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of PlatformProgrammingLanguage in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type PlatformProgrammingLanguage Modifier and Type Method Description List<PlatformProgrammingLanguage>PlatformDescription. programmingLanguages()The programming languages supported by the platform version.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type PlatformProgrammingLanguage Modifier and Type Method Description PlatformDescription.BuilderPlatformDescription.Builder. programmingLanguages(PlatformProgrammingLanguage... programmingLanguages)The programming languages supported by the platform version.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type PlatformProgrammingLanguage Modifier and Type Method Description PlatformDescription.BuilderPlatformDescription.Builder. programmingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)The programming languages supported by the platform version.
-