Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.UpdateSoftwareSetResponse
-
Packages that use UpdateSoftwareSetResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is a affordable device built to work with Amazon Web Services End User Computing (EUC) virtual desktops to provide users with a complete cloud desktop solution. -
-
Uses of UpdateSoftwareSetResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return UpdateSoftwareSetResponse Modifier and Type Method Description default UpdateSoftwareSetResponseWorkSpacesThinClientClient. updateSoftwareSet(Consumer<UpdateSoftwareSetRequest.Builder> updateSoftwareSetRequest)Updates a software set.default UpdateSoftwareSetResponseWorkSpacesThinClientClient. updateSoftwareSet(UpdateSoftwareSetRequest updateSoftwareSetRequest)Updates a software set.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type UpdateSoftwareSetResponse Modifier and Type Method Description default CompletableFuture<UpdateSoftwareSetResponse>WorkSpacesThinClientAsyncClient. updateSoftwareSet(Consumer<UpdateSoftwareSetRequest.Builder> updateSoftwareSetRequest)Updates a software set.default CompletableFuture<UpdateSoftwareSetResponse>WorkSpacesThinClientAsyncClient. updateSoftwareSet(UpdateSoftwareSetRequest updateSoftwareSetRequest)Updates a software set.
-