Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.CompositeComponentUpdateRequest
-
Packages that use CompositeComponentUpdateRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of CompositeComponentUpdateRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type CompositeComponentUpdateRequest Modifier and Type Method Description Map<String,CompositeComponentUpdateRequest>UpdateEntityRequest. compositeComponentUpdates()This is an object that maps strings tocompositeComponentupdates in the request.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type CompositeComponentUpdateRequest Modifier and Type Method Description UpdateEntityRequest.BuilderUpdateEntityRequest.Builder. compositeComponentUpdates(Map<String,CompositeComponentUpdateRequest> compositeComponentUpdates)This is an object that maps strings tocompositeComponentupdates in the request.
-