Uses of Class
software.amazon.awssdk.services.customerprofiles.model.OperatorPropertiesKeys
-
Packages that use OperatorPropertiesKeys Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of OperatorPropertiesKeys in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return OperatorPropertiesKeys Modifier and Type Method Description static OperatorPropertiesKeysOperatorPropertiesKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OperatorPropertiesKeysOperatorPropertiesKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatorPropertiesKeys[]OperatorPropertiesKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type OperatorPropertiesKeys Modifier and Type Method Description static Set<OperatorPropertiesKeys>OperatorPropertiesKeys. knownValues()Map<OperatorPropertiesKeys,String>Task. taskProperties()A map used to store task-related information.Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type OperatorPropertiesKeys Modifier and Type Method Description Task.BuilderTask.Builder. taskProperties(Map<OperatorPropertiesKeys,String> taskProperties)A map used to store task-related information.
-