| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Session |
Session.clone() |
Session |
Session.withFleetName(String fleetName)
The name of the fleet for which the streaming session was created.
|
Session |
Session.withId(String id)
The unique ID for a streaming session.
|
Session |
Session.withStackName(String stackName)
The name of the stack for which the streaming session was created.
|
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()
The list of streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Session... sessions)
The list of streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSessionsResult.setSessions(Collection<Session> sessions)
The list of streaming sessions.
|
DescribeSessionsResult |
DescribeSessionsResult.withSessions(Collection<Session> sessions)
The list of streaming sessions.
|
Copyright © 2017. All rights reserved.