| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfiguration |
StreamConfiguration.clone() |
StreamConfiguration |
LaunchProfile.getStreamConfiguration()
A configuration for a streaming session.
|
StreamConfiguration |
StreamConfiguration.withAutomaticTerminationMode(AutomaticTerminationMode automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamConfiguration |
StreamConfiguration.withAutomaticTerminationMode(String automaticTerminationMode)
Indicates if a streaming session created from this launch profile should be terminated automatically or retained
without termination after being in a
STOPPED state. |
StreamConfiguration |
StreamConfiguration.withClipboardMode(StreamingClipboardMode clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration |
StreamConfiguration.withClipboardMode(String clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration |
StreamConfiguration.withEc2InstanceTypes(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withEc2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withEc2InstanceTypes(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withMaxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
|
StreamConfiguration |
StreamConfiguration.withMaxStoppedSessionLengthInMinutes(Integer maxStoppedSessionLengthInMinutes)
Integer that determines if you can start and stop your sessions and how long a session can stay in the
STOPPED state. |
StreamConfiguration |
StreamConfiguration.withSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Information about the streaming session backup.
|
StreamConfiguration |
StreamConfiguration.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfiguration |
StreamConfiguration.withSessionPersistenceMode(String sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfiguration |
StreamConfiguration.withSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming session.
|
StreamConfiguration |
StreamConfiguration.withStreamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withStreamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration |
StreamConfiguration.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LaunchProfile.setStreamConfiguration(StreamConfiguration streamConfiguration)
A configuration for a streaming session.
|
LaunchProfile |
LaunchProfile.withStreamConfiguration(StreamConfiguration streamConfiguration)
A configuration for a streaming session.
|
Copyright © 2023. All rights reserved.