| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportFileFormat |
ReportFileFormat.fromValue(String value)
Use this in place of valueOf.
|
static ReportFileFormat |
ReportFileFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportFileFormat[] |
ReportFileFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAssessmentReportRequest.setReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
GetAssessmentReportRequest |
GetAssessmentReportRequest.withReportFileFormat(ReportFileFormat reportFileFormat)
Specifies the file format (html or pdf) of the assessment report that you want to generate.
|
Copyright © 2017. All rights reserved.