Uses of Interface
software.amazon.awssdk.services.inspector2.model.CancelSbomExportResponse.Builder
-
Packages that use CancelSbomExportResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of CancelSbomExportResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return CancelSbomExportResponse.Builder Modifier and Type Method Description static CancelSbomExportResponse.BuilderCancelSbomExportResponse. builder()CancelSbomExportResponse.BuilderCancelSbomExportResponse.Builder. reportId(String reportId)The report ID of the canceled SBOM export.CancelSbomExportResponse.BuilderCancelSbomExportResponse. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type CancelSbomExportResponse.Builder Modifier and Type Method Description static Class<? extends CancelSbomExportResponse.Builder>CancelSbomExportResponse. serializableBuilderClass()
-