Uses of Class
software.amazon.awssdk.services.iot.model.AssociateSbomWithPackageVersionResponse
-
Packages that use AssociateSbomWithPackageVersionResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of AssociateSbomWithPackageVersionResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return AssociateSbomWithPackageVersionResponse Modifier and Type Method Description default AssociateSbomWithPackageVersionResponseIotClient. associateSbomWithPackageVersion(Consumer<AssociateSbomWithPackageVersionRequest.Builder> associateSbomWithPackageVersionRequest)Associates a software bill of materials (SBOM) with a specific software package version.default AssociateSbomWithPackageVersionResponseIotClient. associateSbomWithPackageVersion(AssociateSbomWithPackageVersionRequest associateSbomWithPackageVersionRequest)Associates a software bill of materials (SBOM) with a specific software package version.Methods in software.amazon.awssdk.services.iot that return types with arguments of type AssociateSbomWithPackageVersionResponse Modifier and Type Method Description default CompletableFuture<AssociateSbomWithPackageVersionResponse>IotAsyncClient. associateSbomWithPackageVersion(Consumer<AssociateSbomWithPackageVersionRequest.Builder> associateSbomWithPackageVersionRequest)Associates a software bill of materials (SBOM) with a specific software package version.default CompletableFuture<AssociateSbomWithPackageVersionResponse>IotAsyncClient. associateSbomWithPackageVersion(AssociateSbomWithPackageVersionRequest associateSbomWithPackageVersionRequest)Associates a software bill of materials (SBOM) with a specific software package version.
-