| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingProperties |
StreamingProperties.clone() |
StreamingProperties |
WorkspaceDirectory.getStreamingProperties()
The streaming properties to configure.
|
StreamingProperties |
ModifyStreamingPropertiesRequest.getStreamingProperties()
The streaming properties to configure.
|
StreamingProperties |
StreamingProperties.withStorageConnectors(Collection<StorageConnector> storageConnectors)
Indicates the storage connector used
|
StreamingProperties |
StreamingProperties.withStorageConnectors(StorageConnector... storageConnectors)
Indicates the storage connector used
|
StreamingProperties |
StreamingProperties.withStreamingExperiencePreferredProtocol(StreamingExperiencePreferredProtocolEnum streamingExperiencePreferredProtocol)
Indicates the type of preferred protocol for the streaming experience.
|
StreamingProperties |
StreamingProperties.withStreamingExperiencePreferredProtocol(String streamingExperiencePreferredProtocol)
Indicates the type of preferred protocol for the streaming experience.
|
StreamingProperties |
StreamingProperties.withUserSettings(Collection<UserSetting> userSettings)
Indicates the permission settings asscoiated with the user.
|
StreamingProperties |
StreamingProperties.withUserSettings(UserSetting... userSettings)
Indicates the permission settings asscoiated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceDirectory.setStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
|
void |
ModifyStreamingPropertiesRequest.setStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
|
WorkspaceDirectory |
WorkspaceDirectory.withStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
|
ModifyStreamingPropertiesRequest |
ModifyStreamingPropertiesRequest.withStreamingProperties(StreamingProperties streamingProperties)
The streaming properties to configure.
|
Copyright © 2025. All rights reserved.