| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryType |
DirectoryType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DirectoryType |
InstanceSummary.identityManagementType()
The identity management type of the instance.
|
DirectoryType |
Instance.identityManagementType()
The identity management type.
|
DirectoryType |
CreateInstanceRequest.identityManagementType()
The type of identity management for your Amazon Connect users.
|
static DirectoryType |
DirectoryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryType[] |
DirectoryType.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<DirectoryType> |
DirectoryType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstanceSummary.Builder |
InstanceSummary.Builder.identityManagementType(DirectoryType identityManagementType)
The identity management type of the instance.
|
Instance.Builder |
Instance.Builder.identityManagementType(DirectoryType identityManagementType)
The identity management type.
|
CreateInstanceRequest.Builder |
CreateInstanceRequest.Builder.identityManagementType(DirectoryType identityManagementType)
The type of identity management for your Amazon Connect users.
|
Copyright © 2022. All rights reserved.