Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
static PlatformStatus |
PlatformStatus.fromValue(String value)
Use this in place of valueOf.
|
static PlatformStatus |
PlatformStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformStatus[] |
PlatformStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlatformDescription.setPlatformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
void |
PlatformSummary.setPlatformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformDescription |
PlatformDescription.withPlatformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformSummary |
PlatformSummary.withPlatformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
Copyright © 2023. All rights reserved.