Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyGroupUpdateType
-
Packages that use PropertyGroupUpdateType Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyGroupUpdateType in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyGroupUpdateType Modifier and Type Method Description static PropertyGroupUpdateTypePropertyGroupUpdateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PropertyGroupUpdateTypeComponentPropertyGroupRequest. updateType()The update type.static PropertyGroupUpdateTypePropertyGroupUpdateType. valueOf(String name)Returns 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 PropertyGroupUpdateType Modifier and Type Method Description static Set<PropertyGroupUpdateType>PropertyGroupUpdateType. knownValues()Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyGroupUpdateType Modifier and Type Method Description ComponentPropertyGroupRequest.BuilderComponentPropertyGroupRequest.Builder. updateType(PropertyGroupUpdateType updateType)The update type.
-