Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PropertyNotificationState
-
Packages that use PropertyNotificationState Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PropertyNotificationState in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PropertyNotificationState Modifier and Type Method Description static PropertyNotificationStatePropertyNotificationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PropertyNotificationStateUpdateAssetPropertyRequest. propertyNotificationState()The MQTT notification state (enabled or disabled) for this asset property.PropertyNotificationStatePropertyNotification. state()The current notification state.static PropertyNotificationStatePropertyNotificationState. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyNotificationState[]PropertyNotificationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PropertyNotificationState Modifier and Type Method Description static Set<PropertyNotificationState>PropertyNotificationState. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PropertyNotificationState Modifier and Type Method Description UpdateAssetPropertyRequest.BuilderUpdateAssetPropertyRequest.Builder. propertyNotificationState(PropertyNotificationState propertyNotificationState)The MQTT notification state (enabled or disabled) for this asset property.PropertyNotification.BuilderPropertyNotification.Builder. state(PropertyNotificationState state)The current notification state.
-