| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static SessionConnectionState |
SessionConnectionState.fromValue(String value)
Use this in place of valueOf.
|
static SessionConnectionState |
SessionConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionConnectionState[] |
SessionConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.setConnectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the streaming session.
|
Session |
Session.withConnectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the streaming session.
|
Copyright © 2020. All rights reserved.