Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListWorkspacesRequest
Packages that use ListWorkspacesRequest
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker with parameters of type ListWorkspacesRequestModifier and TypeMethodDescriptiondefault CompletableFuture<ListWorkspacesResponse>IoTTwinMakerAsyncClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest) Retrieves information about workspaces in the current account.default ListWorkspacesResponseIoTTwinMakerClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest) Retrieves information about workspaces in the current account.default ListWorkspacesPublisherIoTTwinMakerAsyncClient.listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest) This is a variant ofIoTTwinMakerAsyncClient.listWorkspaces(software.amazon.awssdk.services.iottwinmaker.model.ListWorkspacesRequest)operation.default ListWorkspacesIterableIoTTwinMakerClient.listWorkspacesPaginator(ListWorkspacesRequest listWorkspacesRequest) This is a variant ofIoTTwinMakerClient.listWorkspaces(software.amazon.awssdk.services.iottwinmaker.model.ListWorkspacesRequest)operation. -
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.iottwinmaker.paginators
Constructors in software.amazon.awssdk.services.iottwinmaker.paginators with parameters of type ListWorkspacesRequestModifierConstructorDescriptionListWorkspacesIterable(IoTTwinMakerClient client, ListWorkspacesRequest firstRequest) ListWorkspacesPublisher(IoTTwinMakerAsyncClient client, ListWorkspacesRequest firstRequest) -
Uses of ListWorkspacesRequest in software.amazon.awssdk.services.iottwinmaker.transform
Methods in software.amazon.awssdk.services.iottwinmaker.transform with parameters of type ListWorkspacesRequestModifier and TypeMethodDescriptionListWorkspacesRequestMarshaller.marshall(ListWorkspacesRequest listWorkspacesRequest)