Uses of Class
software.amazon.awssdk.services.inspector.model.ReportType
-
Packages that use ReportType Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of ReportType in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return ReportType Modifier and Type Method Description static ReportTypeReportType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReportTypeGetAssessmentReportRequest. reportType()Specifies the type of the assessment report that you want to generate.static ReportTypeReportType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type ReportType Modifier and Type Method Description static Set<ReportType>ReportType. knownValues()Methods in software.amazon.awssdk.services.inspector.model with parameters of type ReportType Modifier and Type Method Description GetAssessmentReportRequest.BuilderGetAssessmentReportRequest.Builder. reportType(ReportType reportType)Specifies the type of the assessment report that you want to generate.
-