Uses of Enum
software.amazon.awssdk.services.databasemigration.model.AssessmentReportType
Packages that use AssessmentReportType
-
Uses of AssessmentReportType in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return AssessmentReportTypeModifier and TypeMethodDescriptionstatic AssessmentReportTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AssessmentReportTypeReturns 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 AssessmentReportTypeModifier and TypeMethodDescriptionfinal 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 AssessmentReportTypeModifier and TypeMethodDescriptionExportMetadataModelAssessmentRequest.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 AssessmentReportTypeModifier and TypeMethodDescriptionExportMetadataModelAssessmentRequest.Builder.assessmentReportTypes(Collection<AssessmentReportType> assessmentReportTypes) The file format of the assessment file.