| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemName |
OperatingSystemName.fromValue(String value)
Use this in place of valueOf.
|
static OperatingSystemName |
OperatingSystemName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatingSystemName[] |
OperatingSystemName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceProperties.setOperatingSystemName(OperatingSystemName operatingSystemName)
The name of the operating system.
|
WorkspaceProperties |
WorkspaceProperties.withOperatingSystemName(OperatingSystemName operatingSystemName)
The name of the operating system.
|
DescribeApplicationsRequest |
DescribeApplicationsRequest.withOperatingSystemNames(OperatingSystemName... operatingSystemNames)
The operating systems supported by the applications.
|
WorkSpaceApplication |
WorkSpaceApplication.withSupportedOperatingSystemNames(OperatingSystemName... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
Copyright © 2024. All rights reserved.