Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.ListSoftwareSetsResponse
-
Packages that use ListSoftwareSetsResponse 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 -
-
Uses of ListSoftwareSetsResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return ListSoftwareSetsResponse Modifier and Type Method Description default ListSoftwareSetsResponseWorkSpacesThinClientClient. listSoftwareSets(Consumer<ListSoftwareSetsRequest.Builder> listSoftwareSetsRequest)Returns a list of software sets.default ListSoftwareSetsResponseWorkSpacesThinClientClient. listSoftwareSets(ListSoftwareSetsRequest listSoftwareSetsRequest)Returns a list of software sets.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type ListSoftwareSetsResponse Modifier and Type Method Description default CompletableFuture<ListSoftwareSetsResponse>WorkSpacesThinClientAsyncClient. listSoftwareSets(Consumer<ListSoftwareSetsRequest.Builder> listSoftwareSetsRequest)Returns a list of software sets.default CompletableFuture<ListSoftwareSetsResponse>WorkSpacesThinClientAsyncClient. listSoftwareSets(ListSoftwareSetsRequest listSoftwareSetsRequest)Returns a list of software sets. -
Uses of ListSoftwareSetsResponse in software.amazon.awssdk.services.workspacesthinclient.paginators
Methods in software.amazon.awssdk.services.workspacesthinclient.paginators that return types with arguments of type ListSoftwareSetsResponse Modifier and Type Method Description Iterator<ListSoftwareSetsResponse>ListSoftwareSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesthinclient.paginators with type arguments of type ListSoftwareSetsResponse Modifier and Type Method Description voidListSoftwareSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSoftwareSetsResponse> subscriber)
-