Uses of Class
software.amazon.awssdk.services.databasemigration.model.DefaultErrorDetails
-
Packages that use DefaultErrorDetails Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of DefaultErrorDetails in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return DefaultErrorDetails Modifier and Type Method Description DefaultErrorDetailsErrorDetails. defaultErrorDetails()Error information about a project.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type DefaultErrorDetails Modifier and Type Method Description ErrorDetails.BuilderErrorDetails.Builder. defaultErrorDetails(DefaultErrorDetails defaultErrorDetails)Error information about a project.static ErrorDetailsErrorDetails. fromDefaultErrorDetails(DefaultErrorDetails defaultErrorDetails)Create an instance of this class withErrorDetails.defaultErrorDetails()initialized to the given value.
-