Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyDefinitionRequest
-
Packages that use PropertyDefinitionRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyDefinitionRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return PropertyDefinitionRequest Modifier and Type Method Description PropertyDefinitionRequestPropertyRequest. definition()An object that specifies information about a property.Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyDefinitionRequest Modifier and Type Method Description Map<String,PropertyDefinitionRequest>CreateComponentTypeRequest. propertyDefinitions()An object that maps strings to the property definitions in the component type.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 PropertyDefinitionRequest Modifier and Type Method Description PropertyRequest.BuilderPropertyRequest.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 PropertyDefinitionRequest Modifier and Type Method Description CreateComponentTypeRequest.BuilderCreateComponentTypeRequest.Builder. propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)An object that maps strings to the property definitions in the component type.UpdateComponentTypeRequest.BuilderUpdateComponentTypeRequest.Builder. propertyDefinitions(Map<String,PropertyDefinitionRequest> propertyDefinitions)An object that maps strings to the property definitions in the component type.
-