| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
SessionConnectionState |
Session.connectionState()
Specifies whether a user is connected to the streaming session.
|
static SessionConnectionState |
SessionConnectionState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<SessionConnectionState> |
SessionConnectionState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.connectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the streaming session.
|
Copyright © 2023. All rights reserved.