| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
ReconnectEnum |
SelfservicePermissions.changeComputeType()
Specifies whether users can change the compute type (bundle) for their WorkSpace.
|
static ReconnectEnum |
ReconnectEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReconnectEnum |
SelfservicePermissions.increaseVolumeSize()
Specifies whether users can increase the volume size of the drives on their WorkSpace.
|
ReconnectEnum |
SelfservicePermissions.rebuildWorkspace()
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
|
ReconnectEnum |
ClientProperties.reconnectEnabled()
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
ReconnectEnum |
SelfservicePermissions.restartWorkspace()
Specifies whether users can restart their WorkSpace.
|
ReconnectEnum |
SelfservicePermissions.switchRunningMode()
Specifies whether users can switch the running mode of their WorkSpace.
|
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 |
|---|---|
static Set<ReconnectEnum> |
ReconnectEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SelfservicePermissions.Builder |
SelfservicePermissions.Builder.changeComputeType(ReconnectEnum changeComputeType)
Specifies whether users can change the compute type (bundle) for their WorkSpace.
|
SelfservicePermissions.Builder |
SelfservicePermissions.Builder.increaseVolumeSize(ReconnectEnum increaseVolumeSize)
Specifies whether users can increase the volume size of the drives on their WorkSpace.
|
SelfservicePermissions.Builder |
SelfservicePermissions.Builder.rebuildWorkspace(ReconnectEnum rebuildWorkspace)
Specifies whether users can rebuild the operating system of a WorkSpace to its original state.
|
ClientProperties.Builder |
ClientProperties.Builder.reconnectEnabled(ReconnectEnum reconnectEnabled)
Specifies whether users can cache their credentials on the Amazon WorkSpaces client.
|
SelfservicePermissions.Builder |
SelfservicePermissions.Builder.restartWorkspace(ReconnectEnum restartWorkspace)
Specifies whether users can restart their WorkSpace.
|
SelfservicePermissions.Builder |
SelfservicePermissions.Builder.switchRunningMode(ReconnectEnum switchRunningMode)
Specifies whether users can switch the running mode of their WorkSpace.
|
Copyright © 2023. All rights reserved.