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 version.
|
Modifier and Type | Method and Description |
---|---|
PlatformDescription |
PlatformDescription.withProgrammingLanguages(PlatformProgrammingLanguage... programmingLanguages)
The programming languages supported by the platform version.
|
Modifier and Type | Method and Description |
---|---|
void |
PlatformDescription.setProgrammingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
The programming languages supported by the platform version.
|
PlatformDescription |
PlatformDescription.withProgrammingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
The programming languages supported by the platform version.
|
Copyright © 2020. All rights reserved.