Uses of Interface
software.amazon.awssdk.services.inspector2.model.CreateSbomExportRequest.Builder
-
Packages that use CreateSbomExportRequest.Builder 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.software.amazon.awssdk.services.inspector2.model -
-
Uses of CreateSbomExportRequest.Builder in software.amazon.awssdk.services.inspector2
Method parameters in software.amazon.awssdk.services.inspector2 with type arguments of type CreateSbomExportRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateSbomExportResponse>Inspector2AsyncClient. createSbomExport(Consumer<CreateSbomExportRequest.Builder> createSbomExportRequest)Creates a software bill of materials (SBOM) report.default CreateSbomExportResponseInspector2Client. createSbomExport(Consumer<CreateSbomExportRequest.Builder> createSbomExportRequest)Creates a software bill of materials (SBOM) report. -
Uses of CreateSbomExportRequest.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CreateSbomExportRequest.Builder Modifier and Type Method Description static CreateSbomExportRequest.BuilderCreateSbomExportRequest. builder()CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. reportFormat(String reportFormat)The output format for the software bill of materials (SBOM) report.CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. reportFormat(SbomReportFormat reportFormat)The output format for the software bill of materials (SBOM) report.default CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. resourceFilterCriteria(Consumer<ResourceFilterCriteria.Builder> resourceFilterCriteria)The resource filter criteria for the software bill of materials (SBOM) report.CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. resourceFilterCriteria(ResourceFilterCriteria resourceFilterCriteria)The resource filter criteria for the software bill of materials (SBOM) report.default CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. s3Destination(Consumer<Destination.Builder> s3Destination)Sets the value of the S3Destination property for this object.CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. s3Destination(Destination s3Destination)Sets the value of the S3Destination property for this object.CreateSbomExportRequest.BuilderCreateSbomExportRequest. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CreateSbomExportRequest.Builder Modifier and Type Method Description static Class<? extends CreateSbomExportRequest.Builder>CreateSbomExportRequest. serializableBuilderClass()
-