| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connection.clone() |
Connection |
Connection.withCreated(Date created)
The date and time when the connection was created.
|
Connection |
Connection.withId(String id)
The identifier used to indicate a specific WebSocket connection.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
GetPlayerConnectionStatusResult.getConnections()
The list of connection ids, one for each connection in use by the player.
|
| Modifier and Type | Method and Description |
|---|---|
GetPlayerConnectionStatusResult |
GetPlayerConnectionStatusResult.withConnections(Connection... connections)
The list of connection ids, one for each connection in use by the player.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPlayerConnectionStatusResult.setConnections(Collection<Connection> connections)
The list of connection ids, one for each connection in use by the player.
|
GetPlayerConnectionStatusResult |
GetPlayerConnectionStatusResult.withConnections(Collection<Connection> connections)
The list of connection ids, one for each connection in use by the player.
|
Copyright © 2023. All rights reserved.