Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.ListSoftwareSetsRequest
-
Packages that use ListSoftwareSetsRequest 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.software.amazon.awssdk.services.workspacesthinclient.paginators software.amazon.awssdk.services.workspacesthinclient.transform -
-
Uses of ListSoftwareSetsRequest in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient with parameters of type ListSoftwareSetsRequest Modifier and Type Method Description default CompletableFuture<ListSoftwareSetsResponse>WorkSpacesThinClientAsyncClient. listSoftwareSets(ListSoftwareSetsRequest listSoftwareSetsRequest)Returns a list of software sets.default ListSoftwareSetsResponseWorkSpacesThinClientClient. listSoftwareSets(ListSoftwareSetsRequest listSoftwareSetsRequest)Returns a list of software sets.default ListSoftwareSetsPublisherWorkSpacesThinClientAsyncClient. listSoftwareSetsPaginator(ListSoftwareSetsRequest listSoftwareSetsRequest)default ListSoftwareSetsIterableWorkSpacesThinClientClient. listSoftwareSetsPaginator(ListSoftwareSetsRequest listSoftwareSetsRequest)This is a variant ofWorkSpacesThinClientClient.listSoftwareSets(software.amazon.awssdk.services.workspacesthinclient.model.ListSoftwareSetsRequest)operation. -
Uses of ListSoftwareSetsRequest in software.amazon.awssdk.services.workspacesthinclient.paginators
Constructors in software.amazon.awssdk.services.workspacesthinclient.paginators with parameters of type ListSoftwareSetsRequest Constructor Description ListSoftwareSetsIterable(WorkSpacesThinClientClient client, ListSoftwareSetsRequest firstRequest)ListSoftwareSetsPublisher(WorkSpacesThinClientAsyncClient client, ListSoftwareSetsRequest firstRequest) -
Uses of ListSoftwareSetsRequest in software.amazon.awssdk.services.workspacesthinclient.transform
Methods in software.amazon.awssdk.services.workspacesthinclient.transform with parameters of type ListSoftwareSetsRequest Modifier and Type Method Description SdkHttpFullRequestListSoftwareSetsRequestMarshaller. marshall(ListSoftwareSetsRequest listSoftwareSetsRequest)
-