Uses of Class
software.amazon.awssdk.services.ssmcontacts.model.ValidationExceptionField
-
Packages that use ValidationExceptionField Package Description software.amazon.awssdk.services.ssmcontacts.model -
-
Uses of ValidationExceptionField in software.amazon.awssdk.services.ssmcontacts.model
Methods in software.amazon.awssdk.services.ssmcontacts.model that return types with arguments of type ValidationExceptionField Modifier and Type Method Description List<ValidationExceptionField>ValidationException. fields()The fields that caused the errorMethods in software.amazon.awssdk.services.ssmcontacts.model with parameters of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fields(ValidationExceptionField... fields)The fields that caused the errorMethod parameters in software.amazon.awssdk.services.ssmcontacts.model with type arguments of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fields(Collection<ValidationExceptionField> fields)The fields that caused the error
-