Uses of Class
software.amazon.awssdk.services.iot.model.UpdatePackageResponse
-
Packages that use UpdatePackageResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdatePackageResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdatePackageResponse Modifier and Type Method Description default UpdatePackageResponseIotClient. updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest)Updates the supported fields for a specific software package.default UpdatePackageResponseIotClient. updatePackage(UpdatePackageRequest updatePackageRequest)Updates the supported fields for a specific software package.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdatePackageResponse Modifier and Type Method Description default CompletableFuture<UpdatePackageResponse>IotAsyncClient. updatePackage(Consumer<UpdatePackageRequest.Builder> updatePackageRequest)Updates the supported fields for a specific software package.default CompletableFuture<UpdatePackageResponse>IotAsyncClient. updatePackage(UpdatePackageRequest updatePackageRequest)Updates the supported fields for a specific software package.
-