Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListSessionsRequest
-
Packages that use ListSessionsRequest 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 software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of ListSessionsRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type ListSessionsRequest Modifier and Type Method Description default CompletableFuture<ListSessionsResponse>WorkSpacesWebAsyncClient. listSessions(ListSessionsRequest 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.default ListSessionsPublisherWorkSpacesWebAsyncClient. listSessionsPaginator(ListSessionsRequest listSessionsRequest)This is a variant ofWorkSpacesWebAsyncClient.listSessions(software.amazon.awssdk.services.workspacesweb.model.ListSessionsRequest)operation.default ListSessionsIterableWorkSpacesWebClient. listSessionsPaginator(ListSessionsRequest listSessionsRequest)This is a variant ofWorkSpacesWebClient.listSessions(software.amazon.awssdk.services.workspacesweb.model.ListSessionsRequest)operation. -
Uses of ListSessionsRequest in software.amazon.awssdk.services.workspacesweb.paginators
Constructors in software.amazon.awssdk.services.workspacesweb.paginators with parameters of type ListSessionsRequest Constructor Description ListSessionsIterable(WorkSpacesWebClient client, ListSessionsRequest firstRequest)ListSessionsPublisher(WorkSpacesWebAsyncClient client, ListSessionsRequest firstRequest) -
Uses of ListSessionsRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type ListSessionsRequest Modifier and Type Method Description SdkHttpFullRequestListSessionsRequestMarshaller. marshall(ListSessionsRequest listSessionsRequest)
-