Uses of Class
software.amazon.awssdk.services.nimble.model.StreamingClipboardMode
-
Packages that use StreamingClipboardMode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StreamingClipboardMode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StreamingClipboardMode Modifier and Type Method Description StreamingClipboardModeStreamConfiguration. clipboardMode()Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.StreamingClipboardModeStreamConfigurationCreate. clipboardMode()Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.static StreamingClipboardModeStreamingClipboardMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StreamingClipboardModeStreamingClipboardMode. 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.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StreamingClipboardMode Modifier and Type Method Description static Set<StreamingClipboardMode>StreamingClipboardMode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StreamingClipboardMode Modifier and Type Method Description StreamConfiguration.BuilderStreamConfiguration.Builder. clipboardMode(StreamingClipboardMode clipboardMode)Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.StreamConfigurationCreate.BuilderStreamConfigurationCreate.Builder. clipboardMode(StreamingClipboardMode clipboardMode)Allows or deactivates the use of the system clipboard to copy and paste between the streaming session and streaming client.
-