Uses of Class
software.amazon.awssdk.services.m2.model.ApplicationDeploymentLifecycle
-
Packages that use ApplicationDeploymentLifecycle Package Description software.amazon.awssdk.services.m2.model -
-
Uses of ApplicationDeploymentLifecycle in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return ApplicationDeploymentLifecycle Modifier and Type Method Description ApplicationDeploymentLifecycleApplicationSummary. deploymentStatus()Indicates either an ongoing deployment or if the application has ever deployed successfully.static ApplicationDeploymentLifecycleApplicationDeploymentLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApplicationDeploymentLifecycleApplicationDeploymentLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static ApplicationDeploymentLifecycle[]ApplicationDeploymentLifecycle. 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 ApplicationDeploymentLifecycle Modifier and Type Method Description static Set<ApplicationDeploymentLifecycle>ApplicationDeploymentLifecycle. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type ApplicationDeploymentLifecycle Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. deploymentStatus(ApplicationDeploymentLifecycle deploymentStatus)Indicates either an ongoing deployment or if the application has ever deployed successfully.
-