Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListWorkspacesResponse
Packages that use ListWorkspacesResponse
Package
Description
IoT TwinMaker is a service with which you can build operational digital twins of physical systems.
-
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return ListWorkspacesResponseModifier and TypeMethodDescriptiondefault ListWorkspacesResponseIoTTwinMakerClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) Retrieves information about workspaces in the current account.default ListWorkspacesResponseIoTTwinMakerClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest) Retrieves information about workspaces in the current account.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type ListWorkspacesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListWorkspacesResponse>IoTTwinMakerAsyncClient.listWorkspaces(Consumer<ListWorkspacesRequest.Builder> listWorkspacesRequest) Retrieves information about workspaces in the current account.default CompletableFuture<ListWorkspacesResponse>IoTTwinMakerAsyncClient.listWorkspaces(ListWorkspacesRequest listWorkspacesRequest) Retrieves information about workspaces in the current account. -
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.iottwinmaker.paginators
Methods in software.amazon.awssdk.services.iottwinmaker.paginators that return types with arguments of type ListWorkspacesResponseMethod parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type ListWorkspacesResponseModifier and TypeMethodDescriptionvoidListWorkspacesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber)