Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.PropertyResponse
-
Packages that use PropertyResponse Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of PropertyResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type PropertyResponse Modifier and Type Method Description Map<String,PropertyResponse>ComponentResponse. properties()An object that maps strings to the properties to set in the component type.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type PropertyResponse Modifier and Type Method Description ComponentResponse.BuilderComponentResponse.Builder. properties(Map<String,PropertyResponse> properties)An object that maps strings to the properties to set in the component type.
-