Uses of Class
software.amazon.awssdk.services.directory.model.LDAPSSettingInfo
-
Packages that use LDAPSSettingInfo Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of LDAPSSettingInfo in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type LDAPSSettingInfo Modifier and Type Method 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.Methods in software.amazon.awssdk.services.directory.model with parameters of type LDAPSSettingInfo Modifier and Type Method Description DescribeLdapsSettingsResponse.BuilderDescribeLdapsSettingsResponse.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.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type LDAPSSettingInfo Modifier and Type Method Description DescribeLdapsSettingsResponse.BuilderDescribeLdapsSettingsResponse.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. -
Uses of LDAPSSettingInfo in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type LDAPSSettingInfo Modifier and Type Method Description SdkIterable<LDAPSSettingInfo>DescribeLDAPSSettingsIterable. ldapsSettingsInfo()Returns an iterable to iterate through the paginatedDescribeLdapsSettingsResponse.ldapsSettingsInfo()member.SdkPublisher<LDAPSSettingInfo>DescribeLDAPSSettingsPublisher. ldapsSettingsInfo()Returns a publisher that can be used to get a stream of data.
-