Uses of Class
software.amazon.awssdk.services.rekognition.model.ProtectiveEquipmentType
-
Packages that use ProtectiveEquipmentType Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of ProtectiveEquipmentType in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return ProtectiveEquipmentType Modifier and Type Method Description static ProtectiveEquipmentTypeProtectiveEquipmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtectiveEquipmentTypeEquipmentDetection. type()The type of detected PPE.static ProtectiveEquipmentTypeProtectiveEquipmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectiveEquipmentType[]ProtectiveEquipmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type ProtectiveEquipmentType Modifier and Type Method Description static Set<ProtectiveEquipmentType>ProtectiveEquipmentType. knownValues()List<ProtectiveEquipmentType>ProtectiveEquipmentSummarizationAttributes. requiredEquipmentTypes()An array of personal protective equipment types for which you want summary information.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type ProtectiveEquipmentType Modifier and Type Method Description ProtectiveEquipmentSummarizationAttributes.BuilderProtectiveEquipmentSummarizationAttributes.Builder. requiredEquipmentTypes(ProtectiveEquipmentType... requiredEquipmentTypes)An array of personal protective equipment types for which you want summary information.EquipmentDetection.BuilderEquipmentDetection.Builder. type(ProtectiveEquipmentType type)The type of detected PPE.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type ProtectiveEquipmentType Modifier and Type Method Description ProtectiveEquipmentSummarizationAttributes.BuilderProtectiveEquipmentSummarizationAttributes.Builder. requiredEquipmentTypes(Collection<ProtectiveEquipmentType> requiredEquipmentTypes)An array of personal protective equipment types for which you want summary information.
-