| Package | Description |
|---|---|
| software.amazon.awssdk.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
static ReportType |
ReportType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReportType |
GetAssessmentReportRequest.reportType()
Specifies the type of the assessment report that you want to generate.
|
static ReportType |
ReportType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReportType> |
ReportType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetAssessmentReportRequest.Builder |
GetAssessmentReportRequest.Builder.reportType(ReportType reportType)
Specifies the type of the assessment report that you want to generate.
|
Copyright © 2023. All rights reserved.