Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
PlatformDescription |
PlatformDescription.clone() |
PlatformDescription |
DescribePlatformVersionResult.getPlatformDescription()
Detailed information about the version of the platform.
|
PlatformDescription |
PlatformDescription.withCustomAmiList(Collection<CustomAmi> customAmiList)
The custom AMIs supported by the platform.
|
PlatformDescription |
PlatformDescription.withCustomAmiList(CustomAmi... customAmiList)
The custom AMIs supported by the platform.
|
PlatformDescription |
PlatformDescription.withDateCreated(Date dateCreated)
The date when the platform was created.
|
PlatformDescription |
PlatformDescription.withDateUpdated(Date dateUpdated)
The date when the platform was last updated.
|
PlatformDescription |
PlatformDescription.withDescription(String description)
The description of the platform.
|
PlatformDescription |
PlatformDescription.withFrameworks(Collection<PlatformFramework> frameworks)
The frameworks supported by the platform.
|
PlatformDescription |
PlatformDescription.withFrameworks(PlatformFramework... frameworks)
The frameworks supported by the platform.
|
PlatformDescription |
PlatformDescription.withMaintainer(String maintainer)
Information about the maintainer of the platform.
|
PlatformDescription |
PlatformDescription.withOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
|
PlatformDescription |
PlatformDescription.withOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
|
PlatformDescription |
PlatformDescription.withPlatformArn(String platformArn)
The ARN of the platform.
|
PlatformDescription |
PlatformDescription.withPlatformCategory(String platformCategory)
The category of the platform.
|
PlatformDescription |
PlatformDescription.withPlatformName(String platformName)
The name of the platform.
|
PlatformDescription |
PlatformDescription.withPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
|
PlatformDescription |
PlatformDescription.withPlatformStatus(PlatformStatus platformStatus)
The status of the platform.
|
PlatformDescription |
PlatformDescription.withPlatformStatus(String platformStatus)
The status of the platform.
|
PlatformDescription |
PlatformDescription.withPlatformVersion(String platformVersion)
The version of the platform.
|
PlatformDescription |
PlatformDescription.withProgrammingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
The programming languages supported by the platform.
|
PlatformDescription |
PlatformDescription.withProgrammingLanguages(PlatformProgrammingLanguage... programmingLanguages)
The programming languages supported by the platform.
|
PlatformDescription |
PlatformDescription.withSolutionStackName(String solutionStackName)
The name of the solution stack used by the platform.
|
PlatformDescription |
PlatformDescription.withSupportedAddonList(Collection<String> supportedAddonList)
The additions supported by the platform.
|
PlatformDescription |
PlatformDescription.withSupportedAddonList(String... supportedAddonList)
The additions supported by the platform.
|
PlatformDescription |
PlatformDescription.withSupportedTierList(Collection<String> supportedTierList)
The tiers supported by the platform.
|
PlatformDescription |
PlatformDescription.withSupportedTierList(String... supportedTierList)
The tiers supported by the platform.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePlatformVersionResult.setPlatformDescription(PlatformDescription platformDescription)
Detailed information about the version of the platform.
|
DescribePlatformVersionResult |
DescribePlatformVersionResult.withPlatformDescription(PlatformDescription platformDescription)
Detailed information about the version of the platform.
|
Copyright © 2017. All rights reserved.