| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
WorkspacesPoolSession |
WorkspacesPoolSession.clone() |
WorkspacesPoolSession |
WorkspacesPoolSession.withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withAuthenticationType(String authenticationType)
The authentication method.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withConnectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the pool session.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withConnectionState(String connectionState)
Specifies whether a user is connected to the pool session.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withExpirationTime(Date expirationTime)
The time that the pool session ended.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withInstanceId(String instanceId)
The identifier for the instance hosting the session.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withNetworkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)
Describes the network details of the pool.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withPoolId(String poolId)
The identifier of the pool.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withSessionId(String sessionId)
The identifier of the session.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withStartTime(Date startTime)
The time that the pool sission started.
|
WorkspacesPoolSession |
WorkspacesPoolSession.withUserId(String userId)
The identifier of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkspacesPoolSession> |
DescribeWorkspacesPoolSessionsResult.getSessions()
Describes the pool sessions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspacesPoolSessionsResult |
DescribeWorkspacesPoolSessionsResult.withSessions(WorkspacesPoolSession... sessions)
Describes the pool sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeWorkspacesPoolSessionsResult.setSessions(Collection<WorkspacesPoolSession> sessions)
Describes the pool sessions.
|
DescribeWorkspacesPoolSessionsResult |
DescribeWorkspacesPoolSessionsResult.withSessions(Collection<WorkspacesPoolSession> sessions)
Describes the pool sessions.
|
Copyright © 2025. All rights reserved.