Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentRequest
-
Packages that use ComponentRequest Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ComponentRequest in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentRequest Modifier and Type Method Description Map<String,ComponentRequest>CreateEntityRequest. components()An object that maps strings to the components in the entity.Method parameters in software.amazon.awssdk.services.iottwinmaker.model with type arguments of type ComponentRequest Modifier and Type Method Description CreateEntityRequest.BuilderCreateEntityRequest.Builder. components(Map<String,ComponentRequest> components)An object that maps strings to the components in the entity.
-