Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.Session.Builder
-
Packages that use Session.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of Session.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return Session.Builder Modifier and Type Method Description static Session.BuilderSession. builder()Session.BuilderSession.Builder. clientIpAddresses(String... clientIpAddresses)The IP address of the client.Session.BuilderSession.Builder. clientIpAddresses(Collection<String> clientIpAddresses)The IP address of the client.Session.BuilderSession.Builder. endTime(Instant endTime)The end time of the session.Session.BuilderSession.Builder. portalArn(String portalArn)The ARN of the web portal.Session.BuilderSession.Builder. sessionId(String sessionId)The ID of the session.Session.BuilderSession.Builder. startTime(Instant startTime)The start time of the session.Session.BuilderSession.Builder. status(String status)The status of the session.Session.BuilderSession.Builder. status(SessionStatus status)The status of the session.Session.BuilderSession. toBuilder()Session.BuilderSession.Builder. username(String username)The username of the session.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type Session.Builder Modifier and Type Method Description static Class<? extends Session.Builder>Session. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type Session.Builder Modifier and Type Method Description default GetSessionResponse.BuilderGetSessionResponse.Builder. session(Consumer<Session.Builder> session)The sessions in a list.
-