Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
PlatformBranchSummary |
PlatformBranchSummary.clone() |
PlatformBranchSummary |
PlatformBranchSummary.withBranchName(String branchName)
The name of the platform branch.
|
PlatformBranchSummary |
PlatformBranchSummary.withBranchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform.
|
PlatformBranchSummary |
PlatformBranchSummary.withLifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
|
PlatformBranchSummary |
PlatformBranchSummary.withPlatformName(String platformName)
The name of the platform to which this platform branch belongs.
|
PlatformBranchSummary |
PlatformBranchSummary.withSupportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
|
PlatformBranchSummary |
PlatformBranchSummary.withSupportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformBranchSummary> |
ListPlatformBranchesResult.getPlatformBranchSummaryList()
Summary information about the platform branches.
|
Modifier and Type | Method and Description |
---|---|
ListPlatformBranchesResult |
ListPlatformBranchesResult.withPlatformBranchSummaryList(PlatformBranchSummary... platformBranchSummaryList)
Summary information about the platform branches.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPlatformBranchesResult.setPlatformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
|
ListPlatformBranchesResult |
ListPlatformBranchesResult.withPlatformBranchSummaryList(Collection<PlatformBranchSummary> platformBranchSummaryList)
Summary information about the platform branches.
|
Copyright © 2023. All rights reserved.