Uses of Class
software.amazon.awssdk.services.workspacesweb.model.GetSessionResponse
-
Packages that use GetSessionResponse 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. -
-
Uses of GetSessionResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return GetSessionResponse Modifier and Type Method Description default GetSessionResponseWorkSpacesWebClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets information for a secure browser session.default GetSessionResponseWorkSpacesWebClient. getSession(GetSessionRequest getSessionRequest)Gets information for a secure browser session.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type GetSessionResponse Modifier and Type Method Description default CompletableFuture<GetSessionResponse>WorkSpacesWebAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets information for a secure browser session.default CompletableFuture<GetSessionResponse>WorkSpacesWebAsyncClient. getSession(GetSessionRequest getSessionRequest)Gets information for a secure browser session.
-