Uses of Class
software.amazon.awssdk.services.sms.model.AppLaunchStatus
-
Packages that use AppLaunchStatus Package Description software.amazon.awssdk.services.sms.model -
-
Uses of AppLaunchStatus in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return AppLaunchStatus Modifier and Type Method Description static AppLaunchStatusAppLaunchStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppLaunchStatusAppSummary. launchStatus()The launch status of the application.static AppLaunchStatusAppLaunchStatus. 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.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type AppLaunchStatus Modifier and Type Method Description static Set<AppLaunchStatus>AppLaunchStatus. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type AppLaunchStatus Modifier and Type Method Description AppSummary.BuilderAppSummary.Builder. launchStatus(AppLaunchStatus launchStatus)The launch status of the application.
-