Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest
Packages that use ListComponentTypesRequest
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListComponentTypesRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type ListComponentTypesRequestModifier and TypeMethodDescriptionIoTTwinMakerAsyncClient.listComponentTypes(ListComponentTypesRequest listComponentTypesRequest) Lists all component types in a workspace.default ListComponentTypesResponseIoTTwinMakerClient.listComponentTypes(ListComponentTypesRequest listComponentTypesRequest) Lists all component types in a workspace.default ListComponentTypesPublisherIoTTwinMakerAsyncClient.listComponentTypesPaginator(ListComponentTypesRequest listComponentTypesRequest) This is a variant ofIoTTwinMakerAsyncClient.listComponentTypes(software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest)operation.default ListComponentTypesIterableIoTTwinMakerClient.listComponentTypesPaginator(ListComponentTypesRequest listComponentTypesRequest) This is a variant ofIoTTwinMakerClient.listComponentTypes(software.amazon.awssdk.services.iottwinmaker.model.ListComponentTypesRequest)operation. -
Uses of ListComponentTypesRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type ListComponentTypesRequestModifierConstructorDescriptionListComponentTypesIterable(IoTTwinMakerClient client, ListComponentTypesRequest firstRequest) ListComponentTypesPublisher(IoTTwinMakerAsyncClient client, ListComponentTypesRequest firstRequest) -
Uses of ListComponentTypesRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type ListComponentTypesRequestModifier and TypeMethodDescriptionListComponentTypesRequestMarshaller.marshall(ListComponentTypesRequest listComponentTypesRequest)