Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyRequest
Packages that use PropertyRequest
-
Uses of PropertyRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyRequestModifier and TypeMethodDescriptionfinal Map<String,PropertyRequest> ComponentRequest.properties()An object that maps strings to the properties to set in the component type.final Map<String,PropertyRequest> CompositeComponentRequest.properties()This is an object that maps strings to the properties to set in the component type.final Map<String,PropertyRequest> ComponentUpdateRequest.propertyUpdates()An object that maps strings to the properties to set in the component type update.final Map<String,PropertyRequest> CompositeComponentUpdateRequest.propertyUpdates()An object that maps strings to the properties to set in the component type update.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyRequestModifier and TypeMethodDescriptionComponentRequest.Builder.properties(Map<String, PropertyRequest> properties) An object that maps strings to the properties to set in the component type.CompositeComponentRequest.Builder.properties(Map<String, PropertyRequest> properties) This is an object that maps strings to the properties to set in the component type.ComponentUpdateRequest.Builder.propertyUpdates(Map<String, PropertyRequest> propertyUpdates) An object that maps strings to the properties to set in the component type update.CompositeComponentUpdateRequest.Builder.propertyUpdates(Map<String, PropertyRequest> propertyUpdates) An object that maps strings to the properties to set in the component type update.