Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
PlatformSummary |
PlatformSummary.clone() |
PlatformSummary |
CreatePlatformVersionResult.getPlatformSummary()
Detailed information about the new version of the custom platform.
|
PlatformSummary |
DeletePlatformVersionResult.getPlatformSummary()
Detailed information about the version of the custom platform.
|
PlatformSummary |
PlatformSummary.withOperatingSystemName(String operatingSystemName)
The operating system used by the platform version.
|
PlatformSummary |
PlatformSummary.withOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformArn(String platformArn)
The ARN of the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformBranchLifecycleState(String platformBranchLifecycleState)
The state of the platform version's branch in its lifecycle.
|
PlatformSummary |
PlatformSummary.withPlatformBranchName(String platformBranchName)
The platform branch to which the platform version belongs.
|
PlatformSummary |
PlatformSummary.withPlatformCategory(String platformCategory)
The category of platform version.
|
PlatformSummary |
PlatformSummary.withPlatformLifecycleState(String platformLifecycleState)
The state of the platform version in its lifecycle.
|
PlatformSummary |
PlatformSummary.withPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformStatus(String platformStatus)
The status of the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformVersion(String platformVersion)
The version string of the platform version.
|
PlatformSummary |
PlatformSummary.withSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary |
PlatformSummary.withSupportedAddonList(String... supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary |
PlatformSummary.withSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform version runs.
|
PlatformSummary |
PlatformSummary.withSupportedTierList(String... supportedTierList)
The tiers in which the platform version runs.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformSummary> |
ListPlatformVersionsResult.getPlatformSummaryList()
Summary information about the platform versions.
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePlatformVersionResult.setPlatformSummary(PlatformSummary platformSummary)
Detailed information about the new version of the custom platform.
|
void |
DeletePlatformVersionResult.setPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
CreatePlatformVersionResult |
CreatePlatformVersionResult.withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the new version of the custom platform.
|
DeletePlatformVersionResult |
DeletePlatformVersionResult.withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(PlatformSummary... platformSummaryList)
Summary information about the platform versions.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPlatformVersionsResult.setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Summary information about the platform versions.
|
Copyright © 2021. All rights reserved.