Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.ListEnvironmentsResponse
-
Packages that use ListEnvironmentsResponse 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 ListEnvironmentsResponse in software.amazon.awssdk.services.workspacesthinclient
Methods in software.amazon.awssdk.services.workspacesthinclient that return ListEnvironmentsResponse Modifier and Type Method Description default ListEnvironmentsResponseWorkSpacesThinClientClient. listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)Returns a list of environments.default ListEnvironmentsResponseWorkSpacesThinClientClient. listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)Returns a list of environments.Methods in software.amazon.awssdk.services.workspacesthinclient that return types with arguments of type ListEnvironmentsResponse Modifier and Type Method Description default CompletableFuture<ListEnvironmentsResponse>WorkSpacesThinClientAsyncClient. listEnvironments(Consumer<ListEnvironmentsRequest.Builder> listEnvironmentsRequest)Returns a list of environments.default CompletableFuture<ListEnvironmentsResponse>WorkSpacesThinClientAsyncClient. listEnvironments(ListEnvironmentsRequest listEnvironmentsRequest)Returns a list of environments. -
Uses of ListEnvironmentsResponse in software.amazon.awssdk.services.workspacesthinclient.paginators
Methods in software.amazon.awssdk.services.workspacesthinclient.paginators that return types with arguments of type ListEnvironmentsResponse Modifier and Type Method Description Iterator<ListEnvironmentsResponse>ListEnvironmentsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesthinclient.paginators with type arguments of type ListEnvironmentsResponse Modifier and Type Method Description voidListEnvironmentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEnvironmentsResponse> subscriber)
-