| Package | Description |
|---|---|
| com.amazonaws.services.nimblestudio.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamingClipboardMode |
StreamingClipboardMode.fromValue(String value)
Use this in place of valueOf.
|
static StreamingClipboardMode |
StreamingClipboardMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingClipboardMode[] |
StreamingClipboardMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
Copyright © 2023. All rights reserved.