Uses of Class
software.amazon.awssdk.services.cloudformation.model.DeploymentMode
-
Packages that use DeploymentMode Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of DeploymentMode in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DeploymentMode Modifier and Type Method Description DeploymentModeCreateChangeSetRequest. deploymentMode()Determines how CloudFormation handles configuration drift during deployment.DeploymentModeDescribeChangeSetResponse. deploymentMode()The deployment mode specified when the change set was created.static DeploymentModeDeploymentMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeploymentModeDeploymentMode. valueOf(String name)Returns 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 DeploymentMode Modifier and Type Method Description static Set<DeploymentMode>DeploymentMode. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type DeploymentMode Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. deploymentMode(DeploymentMode deploymentMode)Determines how CloudFormation handles configuration drift during deployment.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.Builder. deploymentMode(DeploymentMode deploymentMode)The deployment mode specified when the change set was created.
-