Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.UpdateWorkspaceResponse
-
Packages that use UpdateWorkspaceResponse Package Description software.amazon.awssdk.services.iottwinmaker IoT TwinMaker is a service with which you can build operational digital twins of physical systems. -
-
Uses of UpdateWorkspaceResponse in software.amazon.awssdk.services.iottwinmaker
Methods in software.amazon.awssdk.services.iottwinmaker that return UpdateWorkspaceResponse Modifier and Type Method Description default UpdateWorkspaceResponseIoTTwinMakerClient. updateWorkspace(Consumer<UpdateWorkspaceRequest.Builder> updateWorkspaceRequest)Updates a workspace.default UpdateWorkspaceResponseIoTTwinMakerClient. updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest)Updates a workspace.Methods in software.amazon.awssdk.services.iottwinmaker that return types with arguments of type UpdateWorkspaceResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkspaceResponse>IoTTwinMakerAsyncClient. updateWorkspace(Consumer<UpdateWorkspaceRequest.Builder> updateWorkspaceRequest)Updates a workspace.default CompletableFuture<UpdateWorkspaceResponse>IoTTwinMakerAsyncClient. updateWorkspace(UpdateWorkspaceRequest updateWorkspaceRequest)Updates a workspace.
-