Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.ValidationExceptionField
-
Packages that use ValidationExceptionField Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ValidationExceptionField in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ValidationExceptionField Modifier and Type Method Description List<ValidationExceptionField>ValidationException. fields()The list of fields that are invalid.Methods in software.amazon.awssdk.services.bcmdataexports.model with parameters of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fields(ValidationExceptionField... fields)The list of fields that are invalid.Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type ValidationExceptionField Modifier and Type Method Description ValidationException.BuilderValidationException.Builder. fields(Collection<ValidationExceptionField> fields)The list of fields that are invalid.
-