Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentUpdateRequest
-
Packages that use ComponentUpdateRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ComponentUpdateRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentUpdateRequest Modifier and Type Method Description Map<String,ComponentUpdateRequest>UpdateEntityRequest. componentUpdates()An object that maps strings to the component updates in the request.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ComponentUpdateRequest Modifier and Type Method Description UpdateEntityRequest.BuilderUpdateEntityRequest.Builder. componentUpdates(Map<String,ComponentUpdateRequest> componentUpdates)An object that maps strings to the component updates in the request.
-