| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingClipboardMode |
StreamConfiguration.clipboardMode()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
StreamingClipboardMode |
StreamConfigurationCreate.clipboardMode()
Enable or disable the use of the system clipboard to copy and paste between the streaming session and streaming
client.
|
static StreamingClipboardMode |
StreamingClipboardMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<StreamingClipboardMode> |
StreamingClipboardMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
StreamConfigurationCreate.Builder |
StreamConfigurationCreate.Builder.clipboardMode(StreamingClipboardMode clipboardMode)
Enable or disable the use of the system clipboard to copy and paste between the streaming session and
streaming client.
|
Copyright © 2021. All rights reserved.