Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ComponentResponse
-
Packages that use ComponentResponse Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of ComponentResponse in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return types with arguments of type ComponentResponse Modifier and Type Method Description Map<String,ComponentResponse>GetEntityResponse. 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 ComponentResponse Modifier and Type Method Description GetEntityResponse.BuilderGetEntityResponse.Builder. components(Map<String,ComponentResponse> components)An object that maps strings to the components in the entity.
-