Uses of Class
software.amazon.awssdk.services.sms.model.AppLaunchConfigurationStatus
-
Packages that use AppLaunchConfigurationStatus Package Description software.amazon.awssdk.services.sms.model -
-
Uses of AppLaunchConfigurationStatus in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return AppLaunchConfigurationStatus Modifier and Type Method Description static AppLaunchConfigurationStatusAppLaunchConfigurationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppLaunchConfigurationStatusAppSummary. launchConfigurationStatus()Status of the launch configuration.static AppLaunchConfigurationStatusAppLaunchConfigurationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AppLaunchConfigurationStatus[]AppLaunchConfigurationStatus. 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 AppLaunchConfigurationStatus Modifier and Type Method Description static Set<AppLaunchConfigurationStatus>AppLaunchConfigurationStatus. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type AppLaunchConfigurationStatus Modifier and Type Method Description AppSummary.BuilderAppSummary.Builder. launchConfigurationStatus(AppLaunchConfigurationStatus launchConfigurationStatus)Status of the launch configuration.
-