Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyRequest
-
Packages that use PropertyRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
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 PropertyRequest Modifier and Type Method Description Map<String,PropertyRequest>ComponentRequest. properties()An object that maps strings to the properties to set in the component type.Map<String,PropertyRequest>CompositeComponentRequest. properties()This is an object that maps strings to the properties to set in the component type.Map<String,PropertyRequest>ComponentUpdateRequest. propertyUpdates()An object that maps strings to the properties to set in the component type update.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 PropertyRequest Modifier and Type Method Description ComponentRequest.BuilderComponentRequest.Builder. properties(Map<String,PropertyRequest> properties)An object that maps strings to the properties to set in the component type.CompositeComponentRequest.BuilderCompositeComponentRequest.Builder. properties(Map<String,PropertyRequest> properties)This is an object that maps strings to the properties to set in the component type.ComponentUpdateRequest.BuilderComponentUpdateRequest.Builder. propertyUpdates(Map<String,PropertyRequest> propertyUpdates)An object that maps strings to the properties to set in the component type update.CompositeComponentUpdateRequest.BuilderCompositeComponentUpdateRequest.Builder. propertyUpdates(Map<String,PropertyRequest> propertyUpdates)An object that maps strings to the properties to set in the component type update.
-