Uses of Interface
software.amazon.awssdk.services.ec2.model.ValidationWarning.Builder
Packages that use ValidationWarning.Builder
-
Uses of ValidationWarning.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ValidationWarning.BuilderModifier and TypeMethodDescriptionstatic ValidationWarning.BuilderValidationWarning.builder()ValidationWarning.Builder.errors(Collection<ValidationError> errors) The error codes and error messages.ValidationWarning.Builder.errors(Consumer<ValidationError.Builder>... errors) The error codes and error messages.ValidationWarning.Builder.errors(ValidationError... errors) The error codes and error messages.ValidationWarning.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ValidationWarning.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ValidationWarning.Builder>ValidationWarning.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ValidationWarning.BuilderModifier and TypeMethodDescriptionCreateLaunchTemplateResponse.Builder.warning(Consumer<ValidationWarning.Builder> 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(Consumer<ValidationWarning.Builder> 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.