Uses of Class
software.amazon.awssdk.services.m2.model.ApplicationVersionLifecycle
-
Packages that use ApplicationVersionLifecycle Package Description software.amazon.awssdk.services.m2.model -
-
Uses of ApplicationVersionLifecycle in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ApplicationVersionLifecycle Modifier and Type Method Description static ApplicationVersionLifecycleApplicationVersionLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ApplicationVersionLifecycleApplicationVersionSummary. status()The status of the application.ApplicationVersionLifecycleGetApplicationVersionResponse. status()The status of the application version.static ApplicationVersionLifecycleApplicationVersionLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationVersionLifecycle[]ApplicationVersionLifecycle. values()Returns an array containing the constants of this enum type, in the order they are declared.ApplicationVersionLifecycleApplicationSummary. versionStatus()Indicates the status of the latest version of the application.Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type ApplicationVersionLifecycle Modifier and Type Method Description static Set<ApplicationVersionLifecycle>ApplicationVersionLifecycle. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type ApplicationVersionLifecycle Modifier and Type Method Description ApplicationVersionSummary.BuilderApplicationVersionSummary.Builder. status(ApplicationVersionLifecycle status)The status of the application.GetApplicationVersionResponse.BuilderGetApplicationVersionResponse.Builder. status(ApplicationVersionLifecycle status)The status of the application version.ApplicationSummary.BuilderApplicationSummary.Builder. versionStatus(ApplicationVersionLifecycle versionStatus)Indicates the status of the latest version of the application.
-