Uses of Class
software.amazon.awssdk.services.panorama.model.UpdateProgress
-
Packages that use UpdateProgress Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of UpdateProgress in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return UpdateProgress Modifier and Type Method Description static UpdateProgressUpdateProgress. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UpdateProgressDescribeDeviceJobResponse. status()The job's status.UpdateProgressLatestDeviceJob. status()Status of the latest device job.static UpdateProgressUpdateProgress. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateProgress[]UpdateProgress. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type UpdateProgress Modifier and Type Method Description static Set<UpdateProgress>UpdateProgress. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type UpdateProgress Modifier and Type Method Description DescribeDeviceJobResponse.BuilderDescribeDeviceJobResponse.Builder. status(UpdateProgress status)The job's status.LatestDeviceJob.BuilderLatestDeviceJob.Builder. status(UpdateProgress status)Status of the latest device job.
-