Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyDefinitionRequest
Packages that use PropertyDefinitionRequest
-
Uses of PropertyDefinitionRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyDefinitionRequestModifier and TypeMethodDescriptionPropertyRequest.definition()An object that specifies information about a property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyDefinitionRequestModifier and TypeMethodDescriptionfinal Map<String,PropertyDefinitionRequest> CreateComponentTypeRequest.propertyDefinitions()An object that maps strings to the property definitions in the component type.final Map<String,PropertyDefinitionRequest> UpdateComponentTypeRequest.propertyDefinitions()An object that maps strings to the property definitions in the component type.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type PropertyDefinitionRequestModifier and TypeMethodDescriptionPropertyRequest.Builder.definition(PropertyDefinitionRequest definition) An object that specifies information about a property.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyDefinitionRequestModifier and TypeMethodDescriptionCreateComponentTypeRequest.Builder.propertyDefinitions(Map<String, PropertyDefinitionRequest> propertyDefinitions) An object that maps strings to the property definitions in the component type.UpdateComponentTypeRequest.Builder.propertyDefinitions(Map<String, PropertyDefinitionRequest> propertyDefinitions) An object that maps strings to the property definitions in the component type.