| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformProgrammingLanguage | 
PlatformProgrammingLanguage.clone()  | 
PlatformProgrammingLanguage | 
PlatformProgrammingLanguage.withName(String name)
 The name of the programming language. 
 | 
PlatformProgrammingLanguage | 
PlatformProgrammingLanguage.withVersion(String version)
 The version of the programming language. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<PlatformProgrammingLanguage> | 
PlatformDescription.getProgrammingLanguages()
 The programming languages supported by the platform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PlatformDescription | 
PlatformDescription.withProgrammingLanguages(PlatformProgrammingLanguage... programmingLanguages)
 The programming languages supported by the platform. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PlatformDescription.setProgrammingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
 The programming languages supported by the platform. 
 | 
PlatformDescription | 
PlatformDescription.withProgrammingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
 The programming languages supported by the platform. 
 | 
Copyright © 2019. All rights reserved.