Uses of Class
software.amazon.awssdk.services.resiliencehub.model.AppStatusType
-
Packages that use AppStatusType Package Description software.amazon.awssdk.services.resiliencehub.model -
-
Uses of AppStatusType in software.amazon.awssdk.services.resiliencehub.model
Methods in software.amazon.awssdk.services.resiliencehub.model that return AppStatusType Modifier and Type Method Description static AppStatusTypeAppStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AppStatusTypeApp. status()Status of the application.AppStatusTypeAppSummary. status()Status of the application.static AppStatusTypeAppStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppStatusType[]AppStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.resiliencehub.model that return types with arguments of type AppStatusType Modifier and Type Method Description static Set<AppStatusType>AppStatusType. knownValues()Methods in software.amazon.awssdk.services.resiliencehub.model with parameters of type AppStatusType Modifier and Type Method Description App.BuilderApp.Builder. status(AppStatusType status)Status of the application.AppSummary.BuilderAppSummary.Builder. status(AppStatusType status)Status of the application.
-