Uses of Class
software.amazon.awssdk.services.databasemigration.model.ErrorDetails
-
Packages that use ErrorDetails Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ErrorDetails in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ErrorDetails Modifier and Type Method Description 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 ErrorDetails Modifier and Type Method Description SchemaConversionRequest.BuilderSchemaConversionRequest.Builder. error(ErrorDetails error)Sets the value of the Error property for this object.
-