Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.GetComponentTypeRequest
-
Packages that use GetComponentTypeRequest Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems.software.amazon.awssdk.services.iottwinmaker.transform -
-
Uses of GetComponentTypeRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type GetComponentTypeRequest Modifier and Type Method Description default CompletableFuture<GetComponentTypeResponse>IoTTwinMakerAsyncClient. getComponentType(GetComponentTypeRequest getComponentTypeRequest)Retrieves information about a component type.default GetComponentTypeResponseIoTTwinMakerClient. getComponentType(GetComponentTypeRequest getComponentTypeRequest)Retrieves information about a component type. -
Uses of GetComponentTypeRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type GetComponentTypeRequest Modifier and Type Method Description SdkHttpFullRequestGetComponentTypeRequestMarshaller. marshall(GetComponentTypeRequest getComponentTypeRequest)
-