| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
StorageConnector |
StorageConnector.clone() |
StorageConnector |
StorageConnector.withConnectorType(StorageConnectorTypeEnum connectorType)
The type of connector used to save user files.
|
StorageConnector |
StorageConnector.withConnectorType(String connectorType)
The type of connector used to save user files.
|
StorageConnector |
StorageConnector.withStatus(StorageConnectorStatusEnum status)
Indicates if the storage connetor is enabled or disabled.
|
StorageConnector |
StorageConnector.withStatus(String status)
Indicates if the storage connetor is enabled or disabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<StorageConnector> |
StreamingProperties.getStorageConnectors()
Indicates the storage connector used
|
| Modifier and Type | Method and Description |
|---|---|
StreamingProperties |
StreamingProperties.withStorageConnectors(StorageConnector... storageConnectors)
Indicates the storage connector used
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingProperties.setStorageConnectors(Collection<StorageConnector> storageConnectors)
Indicates the storage connector used
|
StreamingProperties |
StreamingProperties.withStorageConnectors(Collection<StorageConnector> storageConnectors)
Indicates the storage connector used
|
Copyright © 2024. All rights reserved.