Uses of Class
software.amazon.awssdk.services.m2.model.DeploymentLifecycle
-
Packages that use DeploymentLifecycle Package Description software.amazon.awssdk.services.m2.model -
-
Uses of DeploymentLifecycle in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return DeploymentLifecycle Modifier and Type Method Description static DeploymentLifecycleDeploymentLifecycle. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentLifecycleDeployedVersionSummary. status()The status of the deployment.DeploymentLifecycleDeploymentSummary. status()The current status of the deployment.DeploymentLifecycleGetDeploymentResponse. status()The status of the deployment.static DeploymentLifecycleDeploymentLifecycle. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentLifecycle[]DeploymentLifecycle. 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 DeploymentLifecycle Modifier and Type Method Description static Set<DeploymentLifecycle>DeploymentLifecycle. knownValues()Methods in software.amazon.awssdk.services.m2.model with parameters of type DeploymentLifecycle Modifier and Type Method Description DeployedVersionSummary.BuilderDeployedVersionSummary.Builder. status(DeploymentLifecycle status)The status of the deployment.DeploymentSummary.BuilderDeploymentSummary.Builder. status(DeploymentLifecycle status)The current status of the deployment.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. status(DeploymentLifecycle status)The status of the deployment.
-