Uses of Class
software.amazon.awssdk.services.workspaces.model.ReconnectEnum
-
Packages that use ReconnectEnum Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of ReconnectEnum in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return ReconnectEnum Modifier and Type Method Description ReconnectEnumSelfservicePermissions. changeComputeType()Specifies whether users can change the compute type (bundle) for their WorkSpace.static ReconnectEnumReconnectEnum. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReconnectEnumSelfservicePermissions. increaseVolumeSize()Specifies whether users can increase the volume size of the drives on their WorkSpace.ReconnectEnumSelfservicePermissions. rebuildWorkspace()Specifies whether users can rebuild the operating system of a WorkSpace to its original state.ReconnectEnumClientProperties. reconnectEnabled()Specifies whether users can cache their credentials on the Amazon WorkSpaces client.ReconnectEnumSelfservicePermissions. restartWorkspace()Specifies whether users can restart their WorkSpace.ReconnectEnumSelfservicePermissions. switchRunningMode()Specifies whether users can switch the running mode of their WorkSpace.static ReconnectEnumReconnectEnum. 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.Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type ReconnectEnum Modifier and Type Method Description static Set<ReconnectEnum>ReconnectEnum. knownValues()Methods in software.amazon.awssdk.services.workspaces.model with parameters of type ReconnectEnum Modifier and Type Method Description SelfservicePermissions.BuilderSelfservicePermissions.Builder. changeComputeType(ReconnectEnum changeComputeType)Specifies whether users can change the compute type (bundle) for their WorkSpace.SelfservicePermissions.BuilderSelfservicePermissions.Builder. increaseVolumeSize(ReconnectEnum increaseVolumeSize)Specifies whether users can increase the volume size of the drives on their WorkSpace.SelfservicePermissions.BuilderSelfservicePermissions.Builder. rebuildWorkspace(ReconnectEnum rebuildWorkspace)Specifies whether users can rebuild the operating system of a WorkSpace to its original state.ClientProperties.BuilderClientProperties.Builder. reconnectEnabled(ReconnectEnum reconnectEnabled)Specifies whether users can cache their credentials on the Amazon WorkSpaces client.SelfservicePermissions.BuilderSelfservicePermissions.Builder. restartWorkspace(ReconnectEnum restartWorkspace)Specifies whether users can restart their WorkSpace.SelfservicePermissions.BuilderSelfservicePermissions.Builder. switchRunningMode(ReconnectEnum switchRunningMode)Specifies whether users can switch the running mode of their WorkSpace.
-