| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamConfiguration.Builder |
StreamConfiguration.builder() |
StreamConfiguration.Builder |
StreamConfiguration.Builder.clipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.clipboardMode(String clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypes(Collection<StreamingInstanceType> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypes(StreamingInstanceType... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypesWithStrings(Collection<String> ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.ec2InstanceTypesWithStrings(String... ec2InstanceTypes)
The EC2 instance types that users can select from when launching a streaming session with this launch
profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.maxSessionLengthInMinutes(Integer maxSessionLengthInMinutes)
The length of time, in minutes, that a streaming session can run.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.streamingImageIds(Collection<String> streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration.Builder |
StreamConfiguration.Builder.streamingImageIds(String... streamingImageIds)
The streaming images that users can select from when launching a streaming session with this launch profile.
|
StreamConfiguration.Builder |
StreamConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamConfiguration.Builder> |
StreamConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default LaunchProfile.Builder |
LaunchProfile.Builder.streamConfiguration(Consumer<StreamConfiguration.Builder> streamConfiguration)
A configuration for a streaming session.
|
Copyright © 2021. All rights reserved.