Uses of Class
software.amazon.awssdk.services.ecs.model.ServiceDeploymentLifecycleStage
-
Packages that use ServiceDeploymentLifecycleStage Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of ServiceDeploymentLifecycleStage in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return ServiceDeploymentLifecycleStage Modifier and Type Method Description static ServiceDeploymentLifecycleStageServiceDeploymentLifecycleStage. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceDeploymentLifecycleStageServiceDeployment. lifecycleStage()The current lifecycle stage of the deployment.static ServiceDeploymentLifecycleStageServiceDeploymentLifecycleStage. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceDeploymentLifecycleStage[]ServiceDeploymentLifecycleStage. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type ServiceDeploymentLifecycleStage Modifier and Type Method Description static Set<ServiceDeploymentLifecycleStage>ServiceDeploymentLifecycleStage. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type ServiceDeploymentLifecycleStage Modifier and Type Method Description ServiceDeployment.BuilderServiceDeployment.Builder. lifecycleStage(ServiceDeploymentLifecycleStage lifecycleStage)The current lifecycle stage of the deployment.
-