Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.GetSessionRequest.Builder
-
Packages that use GetSessionRequest.Builder 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.model -
-
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type GetSessionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSessionResponse>WorkSpacesWebAsyncClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets information for a secure browser session.default GetSessionResponseWorkSpacesWebClient. getSession(Consumer<GetSessionRequest.Builder> getSessionRequest)Gets information for a secure browser session. -
Uses of GetSessionRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return GetSessionRequest.Builder Modifier and Type Method Description static GetSessionRequest.BuilderGetSessionRequest. builder()GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSessionRequest.BuilderGetSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSessionRequest.BuilderGetSessionRequest.Builder. portalId(String portalId)The ID of the web portal for the session.GetSessionRequest.BuilderGetSessionRequest.Builder. sessionId(String sessionId)The ID of the session.GetSessionRequest.BuilderGetSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type GetSessionRequest.Builder Modifier and Type Method Description static Class<? extends GetSessionRequest.Builder>GetSessionRequest. serializableBuilderClass()
-