Uses of Class
software.amazon.awssdk.services.appconfig.model.BadRequestDetails
-
Packages that use BadRequestDetails Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of BadRequestDetails in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return BadRequestDetails Modifier and Type Method Description BadRequestDetailsBadRequestException. details()Returns the value of the Details property for this object.static BadRequestDetailsBadRequestDetails. fromInvalidConfiguration(List<InvalidConfigurationDetail> invalidConfiguration)Create an instance of this class withinvalidConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type BadRequestDetails Modifier and Type Method Description BadRequestException.BuilderBadRequestException.Builder. details(BadRequestDetails details)Sets the value of the Details property for this object.
-