| Package | Description |
|---|---|
| com.amazonaws.services.inspector2 |
Amazon Inspector is a vulnerability discovery service that automates continuous scanning for security vulnerabilities
within your Amazon EC2, Amazon ECR, and Amazon Web Services Lambda environments.
|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportResult |
AbstractAWSInspector2.getSbomExport(GetSbomExportRequest request) |
GetSbomExportResult |
AWSInspector2.getSbomExport(GetSbomExportRequest getSbomExportRequest)
Gets details of a software bill of materials (SBOM) report.
|
GetSbomExportResult |
AWSInspector2Client.getSbomExport(GetSbomExportRequest request)
Gets details of a software bill of materials (SBOM) report.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetSbomExportResult> |
AbstractAWSInspector2Async.getSbomExportAsync(GetSbomExportRequest request,
AsyncHandler<GetSbomExportRequest,GetSbomExportResult> asyncHandler) |
Future<GetSbomExportResult> |
AWSInspector2Async.getSbomExportAsync(GetSbomExportRequest getSbomExportRequest,
AsyncHandler<GetSbomExportRequest,GetSbomExportResult> asyncHandler)
Gets details of a software bill of materials (SBOM) report.
|
Future<GetSbomExportResult> |
AWSInspector2AsyncClient.getSbomExportAsync(GetSbomExportRequest request,
AsyncHandler<GetSbomExportRequest,GetSbomExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportResult |
GetSbomExportResult.clone() |
GetSbomExportResult |
GetSbomExportResult.withErrorCode(ReportingErrorCode errorCode)
An error code.
|
GetSbomExportResult |
GetSbomExportResult.withErrorCode(String errorCode)
An error code.
|
GetSbomExportResult |
GetSbomExportResult.withErrorMessage(String errorMessage)
An error message.
|
GetSbomExportResult |
GetSbomExportResult.withFilterCriteria(ResourceFilterCriteria filterCriteria)
Contains details about the resource filter criteria used for the software bill of materials (SBOM) report.
|
GetSbomExportResult |
GetSbomExportResult.withFormat(SbomReportFormat format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
GetSbomExportResult.withFormat(String format)
The format of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
GetSbomExportResult.withReportId(String reportId)
The report ID of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
GetSbomExportResult.withS3Destination(Destination s3Destination) |
GetSbomExportResult |
GetSbomExportResult.withStatus(ExternalReportStatus status)
The status of the software bill of materials (SBOM) report.
|
GetSbomExportResult |
GetSbomExportResult.withStatus(String status)
The status of the software bill of materials (SBOM) report.
|
Copyright © 2024. All rights reserved.