Uses of Enum
software.amazon.awssdk.services.iottwinmaker.model.PropertyGroupUpdateType
Packages that use PropertyGroupUpdateType
-
Uses of PropertyGroupUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyGroupUpdateTypeModifier and TypeMethodDescriptionstatic PropertyGroupUpdateTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PropertyGroupUpdateTypeComponentPropertyGroupRequest.updateType()The update type.static PropertyGroupUpdateTypeReturns the enum constant of this type with the specified name.static PropertyGroupUpdateType[]PropertyGroupUpdateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyGroupUpdateTypeModifier and TypeMethodDescriptionstatic Set<PropertyGroupUpdateType>PropertyGroupUpdateType.knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyGroupUpdateTypeModifier and TypeMethodDescriptionComponentPropertyGroupRequest.Builder.updateType(PropertyGroupUpdateType updateType) The update type.