| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static AppLaunchStatus |
AppLaunchStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AppLaunchStatus |
AppSummary.launchStatus()
The launch status of the application.
|
static AppLaunchStatus |
AppLaunchStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppLaunchStatus[] |
AppLaunchStatus.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<AppLaunchStatus> |
AppLaunchStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppSummary.Builder |
AppSummary.Builder.launchStatus(AppLaunchStatus launchStatus)
The launch status of the application.
|
Copyright © 2022. All rights reserved.