Uses of Class
software.amazon.awssdk.services.ec2.model.ValidationWarning
-
Packages that use ValidationWarning Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ValidationWarning in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ValidationWarning Modifier and Type Method Description 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.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 ValidationWarning Modifier and Type Method Description CreateLaunchTemplateResponse.BuilderCreateLaunchTemplateResponse.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.BuilderCreateLaunchTemplateVersionResponse.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.
-