| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
StreamConfigurationCreate |
StreamConfigurationCreate.clone() |
StreamConfigurationCreate |
UpdateLaunchProfileRequest.getStreamConfiguration()
A configuration for a streaming session.
|
StreamConfigurationCreate |
CreateLaunchProfileRequest.getStreamConfiguration()
A configuration for a streaming session.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withClipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
StreamConfigurationCreate |
StreamConfigurationCreate.withClipboardMode(String clipboardMode)
Enable or disable 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.withSessionStorage(StreamConfigurationSessionStorage sessionStorage)
(Optional) 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateLaunchProfileRequest.setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
void |
CreateLaunchProfileRequest.setStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
UpdateLaunchProfileRequest |
UpdateLaunchProfileRequest.withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
CreateLaunchProfileRequest |
CreateLaunchProfileRequest.withStreamConfiguration(StreamConfigurationCreate streamConfiguration)
A configuration for a streaming session.
|
Copyright © 2022. All rights reserved.