Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.UploaderStatus
-
Packages that use UploaderStatus Package Description software.amazon.awssdk.services.kinesisvideo.model -
-
Uses of UploaderStatus in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return UploaderStatus Modifier and Type Method Description static UploaderStatusUploaderStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UploaderStatusLastUploaderStatus. uploaderStatus()The status of the latest uploader job.static UploaderStatusUploaderStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UploaderStatus[]UploaderStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type UploaderStatus Modifier and Type Method Description static Set<UploaderStatus>UploaderStatus. knownValues()Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type UploaderStatus Modifier and Type Method Description LastUploaderStatus.BuilderLastUploaderStatus.Builder. uploaderStatus(UploaderStatus uploaderStatus)The status of the latest uploader job.
-