Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.GetSoftwareSetResponse
-
Packages that use GetSoftwareSetResponse Package Description software.amazon.awssdk.services.workspacesthinclient Amazon WorkSpaces Thin Client is an 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 GetSoftwareSetResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return GetSoftwareSetResponse Modifier and Type Method Description default GetSoftwareSetResponseWorkSpacesThinClientClient. getSoftwareSet(Consumer<GetSoftwareSetRequest.Builder> getSoftwareSetRequest)Returns information for a software set.default GetSoftwareSetResponseWorkSpacesThinClientClient. getSoftwareSet(GetSoftwareSetRequest getSoftwareSetRequest)Returns information for a software set.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type GetSoftwareSetResponse Modifier and Type Method Description default CompletableFuture<GetSoftwareSetResponse>WorkSpacesThinClientAsyncClient. getSoftwareSet(Consumer<GetSoftwareSetRequest.Builder> getSoftwareSetRequest)Returns information for a software set.default CompletableFuture<GetSoftwareSetResponse>WorkSpacesThinClientAsyncClient. getSoftwareSet(GetSoftwareSetRequest getSoftwareSetRequest)Returns information for a software set.
-