| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model | |
| software.amazon.awssdk.services.directory.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<LDAPSSettingInfo> |
DescribeLdapsSettingsResponse.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 |
|---|---|
DescribeLdapsSettingsResponse.Builder |
DescribeLdapsSettingsResponse.Builder.ldapsSettingsInfo(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 |
|---|---|
DescribeLdapsSettingsResponse.Builder |
DescribeLdapsSettingsResponse.Builder.ldapsSettingsInfo(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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LDAPSSettingInfo> |
DescribeLDAPSSettingsPublisher.ldapsSettingsInfo()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LDAPSSettingInfo> |
DescribeLDAPSSettingsIterable.ldapsSettingsInfo()
Returns an iterable to iterate through the paginated
DescribeLdapsSettingsResponse.ldapsSettingsInfo()
member. |
Copyright © 2022. All rights reserved.