| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static ReconnectEnum |
ReconnectEnum.fromValue(String value)
Use this in place of valueOf.
|
static ReconnectEnum |
ReconnectEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconnectEnum[] |
ReconnectEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelfservicePermissions |
SelfservicePermissions.withChangeComputeType(ReconnectEnum changeComputeType)
Specifies whether users can change the compute type (bundle) for their WorkSpace.
|
SelfservicePermissions |
SelfservicePermissions.withIncreaseVolumeSize(ReconnectEnum increaseVolumeSize)
Specifies whether users can increase the volume size of the drives on their WorkSpace.
|
SelfservicePermissions |
SelfservicePermissions.withRebuildWorkspace(ReconnectEnum rebuildWorkspace)
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
|
ClientProperties |
ClientProperties.withReconnectEnabled(ReconnectEnum reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
SelfservicePermissions |
SelfservicePermissions.withRestartWorkspace(ReconnectEnum restartWorkspace)
Specifies whether users can restart their WorkSpace.
|
SelfservicePermissions |
SelfservicePermissions.withSwitchRunningMode(ReconnectEnum switchRunningMode)
Specifies whether users can switch the running mode of their WorkSpace.
|
Copyright © 2021. All rights reserved.