Uses of Class
software.amazon.awssdk.services.nimble.model.ValidationResult
-
Packages that use ValidationResult Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of ValidationResult in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type ValidationResult Modifier and Type Method Description List<ValidationResult>LaunchProfile. validationResults()The list of the latest validation results.Methods in software.amazon.awssdk.services.nimble.model with parameters of type ValidationResult Modifier and Type Method Description LaunchProfile.BuilderLaunchProfile.Builder. validationResults(ValidationResult... validationResults)The list of the latest validation results.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type ValidationResult Modifier and Type Method Description LaunchProfile.BuilderLaunchProfile.Builder. validationResults(Collection<ValidationResult> validationResults)The list of the latest validation results.
-