Uses of Class
software.amazon.awssdk.services.databasemigration.model.AssessmentReportType
-
Packages that use AssessmentReportType Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of AssessmentReportType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AssessmentReportType Modifier and Type Method Description static AssessmentReportTypeAssessmentReportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssessmentReportTypeAssessmentReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssessmentReportType[]AssessmentReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type AssessmentReportType Modifier and Type Method Description List<AssessmentReportType>ExportMetadataModelAssessmentRequest. assessmentReportTypes()The file format of the assessment file.static Set<AssessmentReportType>AssessmentReportType. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type AssessmentReportType Modifier and Type Method Description ExportMetadataModelAssessmentRequest.BuilderExportMetadataModelAssessmentRequest.Builder. assessmentReportTypes(AssessmentReportType... assessmentReportTypes)The file format of the assessment file.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type AssessmentReportType Modifier and Type Method Description ExportMetadataModelAssessmentRequest.BuilderExportMetadataModelAssessmentRequest.Builder. assessmentReportTypes(Collection<AssessmentReportType> assessmentReportTypes)The file format of the assessment file.
-