Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DeploymentConfigMode
Packages that use DeploymentConfigMode
-
Uses of DeploymentConfigMode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentConfigModeModifier and TypeMethodDescriptionstatic DeploymentConfigModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DeploymentConfigModeDeploymentConfig.mode()Specifies the deployment mode for the stack operation.static DeploymentConfigModeReturns the enum constant of this type with the specified name.static DeploymentConfigMode[]DeploymentConfigMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DeploymentConfigModeModifier and TypeMethodDescriptionstatic Set<DeploymentConfigMode>DeploymentConfigMode.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeploymentConfigModeModifier and TypeMethodDescriptionDeploymentConfig.Builder.mode(DeploymentConfigMode mode) Specifies the deployment mode for the stack operation.