Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
PlatformSummary |
PlatformSummary.clone() |
PlatformSummary |
DeletePlatformVersionResult.getPlatformSummary()
Detailed information about the version of the custom platform.
|
PlatformSummary |
CreatePlatformVersionResult.getPlatformSummary()
Detailed information about the new version of the custom platform.
|
PlatformSummary |
PlatformSummary.withOperatingSystemName(String operatingSystemName)
The operating system used by the platform.
|
PlatformSummary |
PlatformSummary.withOperatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
|
PlatformSummary |
PlatformSummary.withPlatformArn(String platformArn)
The ARN of the platform.
|
PlatformSummary |
PlatformSummary.withPlatformCategory(String platformCategory)
The category of platform.
|
PlatformSummary |
PlatformSummary.withPlatformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
|
PlatformSummary |
PlatformSummary.withPlatformStatus(PlatformStatus platformStatus)
The status of the platform.
|
PlatformSummary |
PlatformSummary.withPlatformStatus(String platformStatus)
The status of the platform.
|
PlatformSummary |
PlatformSummary.withSupportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
|
PlatformSummary |
PlatformSummary.withSupportedAddonList(String... supportedAddonList)
The additions associated with the platform.
|
PlatformSummary |
PlatformSummary.withSupportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
|
PlatformSummary |
PlatformSummary.withSupportedTierList(String... supportedTierList)
The tiers in which the platform runs.
|
Modifier and Type | Method and Description |
---|---|
List<PlatformSummary> |
ListPlatformVersionsResult.getPlatformSummaryList()
Detailed information about the platforms.
|
Modifier and Type | Method and Description |
---|---|
void |
DeletePlatformVersionResult.setPlatformSummary(PlatformSummary platformSummary)
Detailed information about the version of the custom platform.
|
void |
CreatePlatformVersionResult.setPlatformSummary(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.
|
CreatePlatformVersionResult |
CreatePlatformVersionResult.withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the new version of the custom platform.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(PlatformSummary... platformSummaryList)
Detailed information about the platforms.
|
Modifier and Type | Method and Description |
---|---|
void |
ListPlatformVersionsResult.setPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
ListPlatformVersionsResult |
ListPlatformVersionsResult.withPlatformSummaryList(Collection<PlatformSummary> platformSummaryList)
Detailed information about the platforms.
|
Copyright © 2019. All rights reserved.