Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
ValidationWarning |
ValidationWarning.clone() |
ValidationWarning |
CreateLaunchTemplateVersionResult.getWarning()
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.
|
ValidationWarning |
CreateLaunchTemplateResult.getWarning()
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.
|
ValidationWarning |
ValidationWarning.withErrors(Collection<ValidationError> errors)
The error codes and error messages.
|
ValidationWarning |
ValidationWarning.withErrors(ValidationError... errors)
The error codes and error messages.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateLaunchTemplateVersionResult.setWarning(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.
|
void |
CreateLaunchTemplateResult.setWarning(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.
|
CreateLaunchTemplateVersionResult |
CreateLaunchTemplateVersionResult.withWarning(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.
|
CreateLaunchTemplateResult |
CreateLaunchTemplateResult.withWarning(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.
|
Copyright © 2023. All rights reserved.