| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static LDAPSType |
LDAPSType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LDAPSType |
DisableLdapsRequest.type()
The type of LDAP security to enable.
|
LDAPSType |
EnableLdapsRequest.type()
The type of LDAP security to enable.
|
LDAPSType |
DescribeLdapsSettingsRequest.type()
The type of LDAP security to enable.
|
static LDAPSType |
LDAPSType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LDAPSType[] |
LDAPSType.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<LDAPSType> |
LDAPSType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DisableLdapsRequest.Builder |
DisableLdapsRequest.Builder.type(LDAPSType type)
The type of LDAP security to enable.
|
EnableLdapsRequest.Builder |
EnableLdapsRequest.Builder.type(LDAPSType type)
The type of LDAP security to enable.
|
DescribeLdapsSettingsRequest.Builder |
DescribeLdapsSettingsRequest.Builder.type(LDAPSType type)
The type of LDAP security to enable.
|
Copyright © 2023. All rights reserved.