Uses of Enum
software.amazon.awssdk.services.cloudformation.model.DeploymentMode
Packages that use DeploymentMode
-
Uses of DeploymentMode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentModeModifier and TypeMethodDescriptionfinal DeploymentModeCreateChangeSetRequest.deploymentMode()Determines how CloudFormation handles configuration drift during deployment.final DeploymentModeDescribeChangeSetResponse.deploymentMode()The deployment mode specified when the change set was created.static DeploymentModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentModeReturns the enum constant of this type with the specified name.static DeploymentMode[]DeploymentMode.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 DeploymentModeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeploymentModeModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.deploymentMode(DeploymentMode deploymentMode) Determines how CloudFormation handles configuration drift during deployment.DescribeChangeSetResponse.Builder.deploymentMode(DeploymentMode deploymentMode) The deployment mode specified when the change set was created.