Uses of Class
software.amazon.awssdk.services.inspector2.model.GetSbomExportResponse
-
Packages that use GetSbomExportResponse 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 GetSbomExportResponse in software.amazon.awssdk.services.inspector2
Methods in software.amazon.awssdk.services.inspector2 that return GetSbomExportResponse Modifier and Type Method Description default GetSbomExportResponseInspector2Client. getSbomExport(Consumer<GetSbomExportRequest.Builder> getSbomExportRequest)Gets details of a software bill of materials (SBOM) report.default GetSbomExportResponseInspector2Client. getSbomExport(GetSbomExportRequest getSbomExportRequest)Gets details of a software bill of materials (SBOM) report.Methods in software.amazon.awssdk.services.inspector2 that return types with arguments of type GetSbomExportResponse Modifier and Type Method Description default CompletableFuture<GetSbomExportResponse>Inspector2AsyncClient. getSbomExport(Consumer<GetSbomExportRequest.Builder> getSbomExportRequest)Gets details of a software bill of materials (SBOM) report.default CompletableFuture<GetSbomExportResponse>Inspector2AsyncClient. getSbomExport(GetSbomExportRequest getSbomExportRequest)Gets details of a software bill of materials (SBOM) report.
-