| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static Tenancy |
Tenancy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Tenancy |
RegisterWorkspaceDirectoryRequest.tenancy()
Indicates whether your WorkSpace directory is dedicated or shared.
|
Tenancy |
WorkspaceDirectory.tenancy()
Specifies whether the directory is dedicated or shared.
|
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 |
|---|---|
static Set<Tenancy> |
Tenancy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RegisterWorkspaceDirectoryRequest.Builder |
RegisterWorkspaceDirectoryRequest.Builder.tenancy(Tenancy tenancy)
Indicates whether your WorkSpace directory is dedicated or shared.
|
WorkspaceDirectory.Builder |
WorkspaceDirectory.Builder.tenancy(Tenancy tenancy)
Specifies whether the directory is dedicated or shared.
|
Copyright © 2023. All rights reserved.