Uses of Class
software.amazon.awssdk.services.iot.model.AssetPropertyVariant.Type
-
Packages that use AssetPropertyVariant.Type Package Description software.amazon.awssdk.services.iot.model -
-
Uses of AssetPropertyVariant.Type in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return AssetPropertyVariant.Type Modifier and Type Method Description AssetPropertyVariant.TypeAssetPropertyVariant. type()Retrieve an enum value representing which member of this object is populated.static AssetPropertyVariant.TypeAssetPropertyVariant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetPropertyVariant.Type[]AssetPropertyVariant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-