| Package | Description |
|---|---|
| com.amazonaws.services.workspaces.model |
| Modifier and Type | Method and Description |
|---|---|
static UserIdentityType |
UserIdentityType.fromValue(String value)
Use this in place of valueOf.
|
static UserIdentityType |
UserIdentityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserIdentityType[] |
UserIdentityType.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.setUserIdentityType(UserIdentityType userIdentityType)
Indicates the identity type of the specifired user.
|
WorkspaceDirectory |
WorkspaceDirectory.withUserIdentityType(UserIdentityType userIdentityType)
Indicates the identity type of the specifired user.
|
RegisterWorkspaceDirectoryRequest |
RegisterWorkspaceDirectoryRequest.withUserIdentityType(UserIdentityType userIdentityType)
The type of identity management the user is using.
|
Copyright © 2024. All rights reserved.