Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyDefinitionResponse
-
Packages that use PropertyDefinitionResponse Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyDefinitionResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyDefinitionResponse Modifier and Type Method Description PropertyDefinitionResponsePropertyResponse. definition()An object that specifies information about a property.PropertyDefinitionResponsePropertySummary. definition()This is the schema for the property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyDefinitionResponse Modifier and Type Method Description 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 PropertyDefinitionResponse Modifier and Type Method Description PropertyResponse.BuilderPropertyResponse.Builder. definition(PropertyDefinitionResponse definition)An object that specifies information about a property.PropertySummary.BuilderPropertySummary.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 PropertyDefinitionResponse Modifier and Type Method Description GetComponentTypeResponse.BuilderGetComponentTypeResponse.Builder. propertyDefinitions(Map<String,PropertyDefinitionResponse> propertyDefinitions)An object that maps strings to the property definitions in the component type.
-