| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
static SbomReportFormat |
SbomReportFormat.fromValue(String value)
Use this in place of valueOf.
|
static SbomReportFormat |
SbomReportFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SbomReportFormat[] |
SbomReportFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportResult |
GetSbomExportResult.withFormat(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
|
CreateSbomExportRequest |
CreateSbomExportRequest.withReportFormat(SbomReportFormat reportFormat)
The output format for the software bill of materials (SBOM) report.
|
Copyright © 2024. All rights reserved.