| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static OperatingSystemName |
OperatingSystemName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OperatingSystemName |
WorkspaceProperties.operatingSystemName()
The name of the operating system.
|
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 |
|---|---|
static Set<OperatingSystemName> |
OperatingSystemName.knownValues()
|
List<OperatingSystemName> |
DescribeApplicationsRequest.operatingSystemNames()
The operating systems supported by the applications.
|
List<OperatingSystemName> |
WorkSpaceApplication.supportedOperatingSystemNames()
The supported operating systems of the WorkSpace application.
|
| Modifier and Type | Method and Description |
|---|---|
WorkspaceProperties.Builder |
WorkspaceProperties.Builder.operatingSystemName(OperatingSystemName operatingSystemName)
The name of the operating system.
|
DescribeApplicationsRequest.Builder |
DescribeApplicationsRequest.Builder.operatingSystemNames(OperatingSystemName... operatingSystemNames)
The operating systems supported by the applications.
|
WorkSpaceApplication.Builder |
WorkSpaceApplication.Builder.supportedOperatingSystemNames(OperatingSystemName... supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeApplicationsRequest.Builder |
DescribeApplicationsRequest.Builder.operatingSystemNames(Collection<OperatingSystemName> operatingSystemNames)
The operating systems supported by the applications.
|
WorkSpaceApplication.Builder |
WorkSpaceApplication.Builder.supportedOperatingSystemNames(Collection<OperatingSystemName> supportedOperatingSystemNames)
The supported operating systems of the WorkSpace application.
|
Copyright © 2023. All rights reserved.