Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeResponse
Packages that use GetComponentTypeResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of GetComponentTypeResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return GetComponentTypeResponseModifier and TypeMethodDescriptiondefault GetComponentTypeResponseIoTTwinMakerClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest) Retrieves information about a component type.default GetComponentTypeResponseIoTTwinMakerClient.getComponentType(GetComponentTypeRequest getComponentTypeRequest) Retrieves information about a component type.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type GetComponentTypeResponseModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest) Retrieves information about a component type.IoTTwinMakerAsyncClient.getComponentType(GetComponentTypeRequest getComponentTypeRequest) Retrieves information about a component type.