Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyDefinitionResponse
Packages that use PropertyDefinitionResponse
-
Uses of PropertyDefinitionResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyDefinitionResponseModifier and TypeMethodDescriptionPropertyResponse.definition()An object that specifies information about a property.PropertySummary.definition()This is the schema for the property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyDefinitionResponseModifier and TypeMethodDescriptionfinal Map<String,PropertyDefinitionResponse> GetComponentTypeResponse.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 PropertyDefinitionResponseModifier and TypeMethodDescriptionPropertyResponse.Builder.definition(PropertyDefinitionResponse definition) An object that specifies information about a property.PropertySummary.Builder.definition(PropertyDefinitionResponse definition) This is the schema for the property.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyDefinitionResponseModifier and TypeMethodDescriptionGetComponentTypeResponse.Builder.propertyDefinitions(Map<String, PropertyDefinitionResponse> propertyDefinitions) An object that maps strings to the property definitions in the component type.