Uses of Class
software.amazon.awssdk.services.iot.model.SbomValidationResultSummary
-
Packages that use SbomValidationResultSummary Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of SbomValidationResultSummary in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SbomValidationResultSummary Modifier and Type Method Description List<SbomValidationResultSummary>ListSbomValidationResultsResponse. validationResultSummaries()A summary of the validation results for each software bill of materials attached to a software package version.Methods in software.amazon.awssdk.services.iot.model with parameters of type SbomValidationResultSummary Modifier and Type Method Description ListSbomValidationResultsResponse.BuilderListSbomValidationResultsResponse.Builder. validationResultSummaries(SbomValidationResultSummary... validationResultSummaries)A summary of the validation results for each software bill of materials attached to a software package version.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SbomValidationResultSummary Modifier and Type Method Description ListSbomValidationResultsResponse.BuilderListSbomValidationResultsResponse.Builder. validationResultSummaries(Collection<SbomValidationResultSummary> validationResultSummaries)A summary of the validation results for each software bill of materials attached to a software package version. -
Uses of SbomValidationResultSummary in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type SbomValidationResultSummary Modifier and Type Method Description SdkIterable<SbomValidationResultSummary>ListSbomValidationResultsIterable. validationResultSummaries()Returns an iterable to iterate through the paginatedListSbomValidationResultsResponse.validationResultSummaries()member.SdkPublisher<SbomValidationResultSummary>ListSbomValidationResultsPublisher. validationResultSummaries()Returns a publisher that can be used to get a stream of data.
-