| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Session.withAuthenticationType(AuthenticationType authenticationType)
The authentication method.
|
Session |
Session.withAuthenticationType(String authenticationType)
The authentication method.
|
Session |
Session.withConnectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the streaming session.
|
Session |
Session.withConnectionState(String connectionState)
Specifies whether a user is connected to the streaming session.
|
Session |
Session.withFleetName(String fleetName)
The name of the fleet for the streaming session.
|
Session |
Session.withId(String id)
The identifier of the streaming session.
|
Session |
Session.withMaxExpirationTime(Date maxExpirationTime)
The time when the streaming session is set to expire.
|
Session |
Session.withNetworkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)
The network details for the streaming session.
|
Session |
Session.withStackName(String stackName)
The name of the stack for the streaming session.
|
Session |
Session.withStartTime(Date startTime)
The time when a streaming instance is dedicated for the user.
|
Session |
Session.withState(SessionState state)
The current state of the streaming session.
|
Session |
Session.withState(String state)
The current state of the streaming session.
|
Session |
Session.withUserId(String userId)
The identifier of the user for whom the session was created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Session> |
DescribeSessionsResult.getSessions()
Information about the streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Session... sessions)
Information about the streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsResult.setSessions(Collection<Session> sessions)
Information about the streaming sessions.
|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Collection<Session> sessions)
Information about the streaming sessions.
|
Copyright © 2019. All rights reserved.