| Package | Description |
|---|---|
| com.amazonaws.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
LDAPSSettingInfo |
LDAPSSettingInfo.clone() |
LDAPSSettingInfo |
LDAPSSettingInfo.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time when the LDAPS settings were last updated.
|
LDAPSSettingInfo |
LDAPSSettingInfo.withLDAPSStatus(LDAPSStatus lDAPSStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo |
LDAPSSettingInfo.withLDAPSStatus(String lDAPSStatus)
The state of the LDAPS settings.
|
LDAPSSettingInfo |
LDAPSSettingInfo.withLDAPSStatusReason(String lDAPSStatusReason)
Describes a state change for LDAPS.
|
| Modifier and Type | Method and Description |
|---|---|
List<LDAPSSettingInfo> |
DescribeLDAPSSettingsResult.getLDAPSSettingsInfo()
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.withLDAPSSettingsInfo(LDAPSSettingInfo... lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLDAPSSettingsResult.setLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
DescribeLDAPSSettingsResult |
DescribeLDAPSSettingsResult.withLDAPSSettingsInfo(Collection<LDAPSSettingInfo> lDAPSSettingsInfo)
Information about LDAP security for the specified directory, including status of enablement, state last updated
date time, and the reason for the state.
|
Copyright © 2020. All rights reserved.