Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ForwardingConfigState
-
Packages that use ForwardingConfigState Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of ForwardingConfigState in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return ForwardingConfigState Modifier and Type Method Description static ForwardingConfigStateForwardingConfigState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ForwardingConfigStateForwardingConfig. state()The forwarding state for the given property.static ForwardingConfigStateForwardingConfigState. valueOf(String name)Returns the enum constant of this type with the specified name.static ForwardingConfigState[]ForwardingConfigState. 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 ForwardingConfigState Modifier and Type Method Description static Set<ForwardingConfigState>ForwardingConfigState. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ForwardingConfigState Modifier and Type Method Description ForwardingConfig.BuilderForwardingConfig.Builder. state(ForwardingConfigState state)The forwarding state for the given property.
-