Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeResponse
-
Packages that use GetComponentTypeResponse Package Description software.amazon.awssdk.services.iottwinmaker 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 GetComponentTypeResponse Modifier and Type Method Description default 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 GetComponentTypeResponse Modifier and Type Method Description default CompletableFuture<GetComponentTypeResponse>IoTTwinMakerAsyncClient. getComponentType(Consumer<GetComponentTypeRequest.Builder> getComponentTypeRequest)Retrieves information about a component type.default CompletableFuture<GetComponentTypeResponse>IoTTwinMakerAsyncClient. getComponentType(GetComponentTypeRequest getComponentTypeRequest)Retrieves information about a component type.
-