Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.ListWorkspacesResponse
-
Packages that use ListWorkspacesResponse 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.paginators -
-
Uses of ListWorkspacesResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return ListWorkspacesResponse Modifier and Type Method Description default 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 ListWorkspacesResponse Modifier and Type Method Description default 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 ListWorkspacesResponse Modifier and Type Method Description Iterator<ListWorkspacesResponse>ListWorkspacesIterable. iterator()Method parameters in software.amazon.awssdk.services.iottwinmaker.paginators with type arguments of type ListWorkspacesResponse Modifier and Type Method Description voidListWorkspacesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkspacesResponse> subscriber)
-