Uses of Class
software.amazon.awssdk.services.iot.model.VersionUpdateByJobsConfig
-
Packages that use VersionUpdateByJobsConfig Package Description software.amazon.awssdk.services.iot.model -
-
Uses of VersionUpdateByJobsConfig in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return VersionUpdateByJobsConfig Modifier and Type Method Description VersionUpdateByJobsConfigGetPackageConfigurationResponse. versionUpdateByJobsConfig()The version that is associated to a specific job.VersionUpdateByJobsConfigUpdatePackageConfigurationRequest. versionUpdateByJobsConfig()Configuration to manage job's package version reporting.Methods in software.amazon.awssdk.services.iot.model with parameters of type VersionUpdateByJobsConfig Modifier and Type Method Description GetPackageConfigurationResponse.BuilderGetPackageConfigurationResponse.Builder. versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)The version that is associated to a specific job.UpdatePackageConfigurationRequest.BuilderUpdatePackageConfigurationRequest.Builder. versionUpdateByJobsConfig(VersionUpdateByJobsConfig versionUpdateByJobsConfig)Configuration to manage job's package version reporting.
-