| 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 |
|---|---|
Future<GetSbomExportResult> |
AWSInspector2AsyncClient.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> |
AbstractAWSInspector2Async.getSbomExportAsync(GetSbomExportRequest request,
AsyncHandler<GetSbomExportRequest,GetSbomExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSbomExportRequest |
GetSbomExportRequest.clone() |
GetSbomExportRequest |
GetSbomExportRequest.withReportId(String reportId)
The report ID of the SBOM export to get details for.
|
Copyright © 2023. All rights reserved.