| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static Tenancy |
Tenancy.fromValue(String value)
Use this in place of valueOf.
|
static Tenancy |
Tenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tenancy[] |
Tenancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceDirectory.setTenancy(Tenancy tenancy)
Specifies whether the directory is dedicated or shared.
|
RegisterWorkspaceDirectoryRequest |
RegisterWorkspaceDirectoryRequest.withTenancy(Tenancy tenancy)
Indicates whether your WorkSpace directory is dedicated or shared.
|
WorkspaceDirectory |
WorkspaceDirectory.withTenancy(Tenancy tenancy)
Specifies whether the directory is dedicated or shared.
|
Copyright © 2023. All rights reserved.