| Package | Description |
|---|---|
| software.amazon.awssdk.services.m2.model |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationVersionLifecycle |
ApplicationVersionLifecycle.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ApplicationVersionLifecycle |
GetApplicationVersionResponse.status()
The status of the application version.
|
ApplicationVersionLifecycle |
ApplicationVersionSummary.status()
The status of the application.
|
static ApplicationVersionLifecycle |
ApplicationVersionLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationVersionLifecycle[] |
ApplicationVersionLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ApplicationVersionLifecycle |
ApplicationSummary.versionStatus()
Indicates the status of the latest version of the application.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ApplicationVersionLifecycle> |
ApplicationVersionLifecycle.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetApplicationVersionResponse.Builder |
GetApplicationVersionResponse.Builder.status(ApplicationVersionLifecycle status)
The status of the application version.
|
ApplicationVersionSummary.Builder |
ApplicationVersionSummary.Builder.status(ApplicationVersionLifecycle status)
The status of the application.
|
ApplicationSummary.Builder |
ApplicationSummary.Builder.versionStatus(ApplicationVersionLifecycle versionStatus)
Indicates the status of the latest version of the application.
|
Copyright © 2023. All rights reserved.