Uses of Class
software.amazon.awssdk.services.m2.model.ApplicationLifecycle
-
Packages that use ApplicationLifecycle Package Description software.amazon.awssdk.services.m2.model -
-
Uses of ApplicationLifecycle in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ApplicationLifecycle Modifier and Type Method Description static ApplicationLifecycleApplicationLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApplicationLifecycleApplicationSummary. status()The status of the application.ApplicationLifecycleGetApplicationResponse. status()The status of the application.static ApplicationLifecycleApplicationLifecycle. 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.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ApplicationLifecycle Modifier and Type Method Description static Set<ApplicationLifecycle>ApplicationLifecycle. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type ApplicationLifecycle Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. status(ApplicationLifecycle status)The status of the application.GetApplicationResponse.BuilderGetApplicationResponse.Builder. status(ApplicationLifecycle status)The status of the application.
-