| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate |
StreamConfigurationCreate.clone() |
StreamConfigurationCreate |
CreateLaunchProfileRequest.getStreamConfiguration()
A configuration for a streaming session.
|
StreamConfigurationCreate |
UpdateLaunchProfileRequest.getStreamConfiguration()
A configuration for a streaming session.
|
StreamConfigurationCreate |
StreamConfigurationCreate.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. |
StreamConfigurationCreate |
StreamConfigurationCreate.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. |
StreamConfigurationCreate |
StreamConfigurationCreate.withClipboardMode(StreamingClipboardMode clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withClipboardMode(String clipboardMode)
Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withEc2InstanceTypes(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withEc2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withEc2InstanceTypes(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withMaxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can be active before it is stopped or terminated.
|
StreamConfigurationCreate |
StreamConfigurationCreate.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. |
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionBackup(StreamConfigurationSessionBackup sessionBackup)
Configures how streaming sessions are backed up when launched from this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionPersistenceMode(SessionPersistenceMode sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionPersistenceMode(String sessionPersistenceMode)
Determine if a streaming session created from this launch profile can configure persistent storage.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withSessionStorage(StreamConfigurationSessionStorage sessionStorage)
The upload storage for a streaming workstation that is created using this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withStreamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withStreamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withVolumeConfiguration(VolumeConfiguration volumeConfiguration)
Custom volume configuration for the root volumes that are attached to streaming sessions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateLaunchProfileRequest.setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
void |
UpdateLaunchProfileRequest.setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
CreateLaunchProfileRequest |
CreateLaunchProfileRequest.withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
Copyright © 2023. All rights reserved.