Uses of Class
software.amazon.awssdk.services.databasemigration.model.ErrorDetails
Packages that use ErrorDetails
-
Uses of ErrorDetails in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ErrorDetailsModifier and TypeMethodDescriptionfinal ErrorDetailsSchemaConversionRequest.error()Returns the value of the Error property for this object.static ErrorDetailsErrorDetails.fromDefaultErrorDetails(Consumer<DefaultErrorDetails.Builder> defaultErrorDetails) Create an instance of this class withdefaultErrorDetails()initialized to the given value.static ErrorDetailsErrorDetails.fromDefaultErrorDetails(DefaultErrorDetails defaultErrorDetails) Create an instance of this class withdefaultErrorDetails()initialized to the given value.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ErrorDetailsModifier and TypeMethodDescriptionSchemaConversionRequest.Builder.error(ErrorDetails error) Sets the value of the Error property for this object.