Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest
Packages that use ListEntitiesRequest
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListEntitiesRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type ListEntitiesRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListEntitiesResponse>IoTTwinMakerAsyncClient.listEntities(ListEntitiesRequest listEntitiesRequest) Lists all entities in a workspace.default ListEntitiesResponseIoTTwinMakerClient.listEntities(ListEntitiesRequest listEntitiesRequest) Lists all entities in a workspace.default ListEntitiesPublisherIoTTwinMakerAsyncClient.listEntitiesPaginator(ListEntitiesRequest listEntitiesRequest) This is a variant ofIoTTwinMakerAsyncClient.listEntities(software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest)operation.default ListEntitiesIterableIoTTwinMakerClient.listEntitiesPaginator(ListEntitiesRequest listEntitiesRequest) This is a variant ofIoTTwinMakerClient.listEntities(software.amazon.awssdk.services.iottwinmaker.model.ListEntitiesRequest)operation. -
Uses of ListEntitiesRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type ListEntitiesRequestModifierConstructorDescriptionListEntitiesIterable(IoTTwinMakerClient client, ListEntitiesRequest firstRequest) ListEntitiesPublisher(IoTTwinMakerAsyncClient client, ListEntitiesRequest firstRequest) -
Uses of ListEntitiesRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type ListEntitiesRequestModifier and TypeMethodDescriptionListEntitiesRequestMarshaller.marshall(ListEntitiesRequest listEntitiesRequest)