Uses of Class
software.amazon.awssdk.services.ec2.model.ValidationWarning
Packages that use ValidationWarning
-
Uses of ValidationWarning in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ValidationWarningModifier and TypeMethodDescriptionfinal ValidationWarningCreateLaunchTemplateResponse.warning()If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.final ValidationWarningCreateLaunchTemplateVersionResponse.warning()If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ValidationWarningModifier and TypeMethodDescriptionCreateLaunchTemplateResponse.Builder.warning(ValidationWarning warning) If the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.CreateLaunchTemplateVersionResponse.Builder.warning(ValidationWarning warning) If the new version of the launch template contains parameters or parameter combinations that are not valid, an error code and an error message are returned for each issue that's found.