| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
Session.Builder.authenticationType(AuthenticationType authenticationType)
The authentication method.
|
Session.Builder |
Session.Builder.authenticationType(String authenticationType)
The authentication method.
|
static Session.Builder |
Session.builder() |
Session.Builder |
Session.Builder.connectionState(SessionConnectionState connectionState)
Specifies whether a user is connected to the streaming session.
|
Session.Builder |
Session.Builder.connectionState(String connectionState)
Specifies whether a user is connected to the streaming session.
|
Session.Builder |
Session.Builder.fleetName(String fleetName)
The name of the fleet for the streaming session.
|
Session.Builder |
Session.Builder.id(String id)
The identifier of the streaming session.
|
Session.Builder |
Session.Builder.maxExpirationTime(Instant maxExpirationTime)
The time when the streaming session is set to expire.
|
default Session.Builder |
Session.Builder.networkAccessConfiguration(Consumer<NetworkAccessConfiguration.Builder> networkAccessConfiguration)
The network details for the streaming session.
|
Session.Builder |
Session.Builder.networkAccessConfiguration(NetworkAccessConfiguration networkAccessConfiguration)
The network details for the streaming session.
|
Session.Builder |
Session.Builder.stackName(String stackName)
The name of the stack for the streaming session.
|
Session.Builder |
Session.Builder.startTime(Instant startTime)
The time when a streaming instance is dedicated for the user.
|
Session.Builder |
Session.Builder.state(SessionState state)
The current state of the streaming session.
|
Session.Builder |
Session.Builder.state(String state)
The current state of the streaming session.
|
Session.Builder |
Session.toBuilder() |
Session.Builder |
Session.Builder.userId(String userId)
The identifier of the user for whom the session was created.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Session.Builder> |
Session.serializableBuilderClass() |
Copyright © 2023. All rights reserved.