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