Uses of Class
software.amazon.awssdk.services.iotfleetwise.model.ROS2PrimitiveType
-
Packages that use ROS2PrimitiveType Package Description software.amazon.awssdk.services.iotfleetwise.model -
-
Uses of ROS2PrimitiveType in software.amazon.awssdk.services.iotfleetwise.model
Methods in software.amazon.awssdk.services.iotfleetwise.model that return ROS2PrimitiveType Modifier and Type Method Description static ROS2PrimitiveTypeROS2PrimitiveType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ROS2PrimitiveTypeROS2PrimitiveMessageDefinition. primitiveType()The primitive type (integer, floating point, boolean, etc.) for the ROS 2 primitive message definition.static ROS2PrimitiveTypeROS2PrimitiveType. valueOf(String name)Returns the enum constant of this type with the specified name.static ROS2PrimitiveType[]ROS2PrimitiveType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotfleetwise.model that return types with arguments of type ROS2PrimitiveType Modifier and Type Method Description static Set<ROS2PrimitiveType>ROS2PrimitiveType. knownValues()Methods in software.amazon.awssdk.services.iotfleetwise.model with parameters of type ROS2PrimitiveType Modifier and Type Method Description ROS2PrimitiveMessageDefinition.BuilderROS2PrimitiveMessageDefinition.Builder. primitiveType(ROS2PrimitiveType primitiveType)The primitive type (integer, floating point, boolean, etc.) for the ROS 2 primitive message definition.
-