| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationWarning |
CreateLaunchTemplateResponse.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.
|
ValidationWarning |
CreateLaunchTemplateVersionResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLaunchTemplateResponse.Builder |
CreateLaunchTemplateResponse.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 |
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.
|
Copyright © 2020. All rights reserved.