| 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.withClipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
StreamConfiguration |
StreamConfiguration.withClipboardMode(String clipboardMode)
Enable or disable 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 run.
|
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.
|
| 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 © 2021. All rights reserved.