Uses of Class
software.amazon.awssdk.services.iot.model.ListSbomValidationResultsResponse
-
Packages that use ListSbomValidationResultsResponse Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.paginators -
-
Uses of ListSbomValidationResultsResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return ListSbomValidationResultsResponse Modifier and Type Method Description default ListSbomValidationResultsResponseIotClient. listSbomValidationResults(Consumer<ListSbomValidationResultsRequest.Builder> listSbomValidationResultsRequest)The validation results for all software bill of materials (SBOM) attached to a specific software package version.default ListSbomValidationResultsResponseIotClient. listSbomValidationResults(ListSbomValidationResultsRequest listSbomValidationResultsRequest)The validation results for all software bill of materials (SBOM) attached to a specific software package version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type ListSbomValidationResultsResponse Modifier and Type Method Description default CompletableFuture<ListSbomValidationResultsResponse>IotAsyncClient. listSbomValidationResults(Consumer<ListSbomValidationResultsRequest.Builder> listSbomValidationResultsRequest)The validation results for all software bill of materials (SBOM) attached to a specific software package version.default CompletableFuture<ListSbomValidationResultsResponse>IotAsyncClient. listSbomValidationResults(ListSbomValidationResultsRequest listSbomValidationResultsRequest)The validation results for all software bill of materials (SBOM) attached to a specific software package version. -
Uses of ListSbomValidationResultsResponse in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type ListSbomValidationResultsResponse Modifier and Type Method Description Iterator<ListSbomValidationResultsResponse>ListSbomValidationResultsIterable. iterator()Method parameters in software.amazon.awssdk.services.iot.paginators with type arguments of type ListSbomValidationResultsResponse Modifier and Type Method Description voidListSbomValidationResultsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSbomValidationResultsResponse> subscriber)
-