Uses of Class
software.amazon.awssdk.services.inspector2.model.CreateSbomExportResponse
-
Packages that use CreateSbomExportResponse Package Description software.amazon.awssdk.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. -
-
Uses of CreateSbomExportResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return CreateSbomExportResponse Modifier and Type Method Description default CreateSbomExportResponseInspector2Client. createSbomExport(Consumer<CreateSbomExportRequest.Builder> createSbomExportRequest)Creates a software bill of materials (SBOM) report.default CreateSbomExportResponseInspector2Client. createSbomExport(CreateSbomExportRequest createSbomExportRequest)Creates a software bill of materials (SBOM) report.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type CreateSbomExportResponse Modifier and Type Method Description default CompletableFuture<CreateSbomExportResponse>Inspector2AsyncClient. createSbomExport(Consumer<CreateSbomExportRequest.Builder> createSbomExportRequest)Creates a software bill of materials (SBOM) report.default CompletableFuture<CreateSbomExportResponse>Inspector2AsyncClient. createSbomExport(CreateSbomExportRequest createSbomExportRequest)Creates a software bill of materials (SBOM) report.
-