Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListSessionsResponse
-
Packages that use ListSessionsResponse Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.paginators -
-
Uses of ListSessionsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListSessionsResponse Modifier and Type Method Description default ListSessionsResponseWorkSpacesWebClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Lists information for multiple secure browser sessions from a specific portal.default ListSessionsResponseWorkSpacesWebClient. listSessions(ListSessionsRequest listSessionsRequest)Lists information for multiple secure browser sessions from a specific portal.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListSessionsResponse Modifier and Type Method Description default CompletableFuture<ListSessionsResponse>WorkSpacesWebAsyncClient. listSessions(Consumer<ListSessionsRequest.Builder> listSessionsRequest)Lists information for multiple secure browser sessions from a specific portal.default CompletableFuture<ListSessionsResponse>WorkSpacesWebAsyncClient. listSessions(ListSessionsRequest listSessionsRequest)Lists information for multiple secure browser sessions from a specific portal. -
Uses of ListSessionsResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type ListSessionsResponse Modifier and Type Method Description Iterator<ListSessionsResponse>ListSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesweb.paginators with type arguments of type ListSessionsResponse Modifier and Type Method Description voidListSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSessionsResponse> subscriber)
-