Uses of Class
software.amazon.awssdk.services.ecs.model.DeploymentControllerType
-
Packages that use DeploymentControllerType Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of DeploymentControllerType in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return DeploymentControllerType Modifier and Type Method Description static DeploymentControllerTypeDeploymentControllerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentControllerTypeDeploymentController. type()The deployment controller type to use.static DeploymentControllerTypeDeploymentControllerType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentControllerType[]DeploymentControllerType. 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 DeploymentControllerType Modifier and Type Method Description static Set<DeploymentControllerType>DeploymentControllerType. knownValues()Methods in software.amazon.awssdk.services.ecs.model with parameters of type DeploymentControllerType Modifier and Type Method Description DeploymentController.BuilderDeploymentController.Builder. type(DeploymentControllerType type)The deployment controller type to use.
-