| 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<CreateSbomExportResult> |
AbstractAWSInspector2Async.createSbomExportAsync(CreateSbomExportRequest request,
AsyncHandler<CreateSbomExportRequest,CreateSbomExportResult> asyncHandler) |
Future<CreateSbomExportResult> |
AWSInspector2Async.createSbomExportAsync(CreateSbomExportRequest createSbomExportRequest,
AsyncHandler<CreateSbomExportRequest,CreateSbomExportResult> asyncHandler)
Creates a software bill of materials (SBOM) report.
|
Future<CreateSbomExportResult> |
AWSInspector2AsyncClient.createSbomExportAsync(CreateSbomExportRequest request,
AsyncHandler<CreateSbomExportRequest,CreateSbomExportResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSbomExportRequest |
CreateSbomExportRequest.clone() |
CreateSbomExportRequest |
CreateSbomExportRequest.withReportFormat(SbomReportFormat reportFormat)
The output format for the software bill of materials (SBOM) report.
|
CreateSbomExportRequest |
CreateSbomExportRequest.withReportFormat(String reportFormat)
The output format for the software bill of materials (SBOM) report.
|
CreateSbomExportRequest |
CreateSbomExportRequest.withResourceFilterCriteria(ResourceFilterCriteria resourceFilterCriteria)
The resource filter criteria for the software bill of materials (SBOM) report.
|
CreateSbomExportRequest |
CreateSbomExportRequest.withS3Destination(Destination s3Destination) |
Copyright © 2024. All rights reserved.