Uses of Interface
software.amazon.awssdk.services.directory.model.LDAPSSettingInfo.Builder
-
Packages that use LDAPSSettingInfo.Builder Package Description software.amazon.awssdk.services.directory.model -
-
Uses of LDAPSSettingInfo.Builder in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return LDAPSSettingInfo.Builder Modifier and Type Method Description static LDAPSSettingInfo.BuilderLDAPSSettingInfo. builder()LDAPSSettingInfo.BuilderLDAPSSettingInfo.Builder. lastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time when the LDAPS settings were last updated.LDAPSSettingInfo.BuilderLDAPSSettingInfo.Builder. ldapsStatus(String ldapsStatus)The state of the LDAPS settings.LDAPSSettingInfo.BuilderLDAPSSettingInfo.Builder. ldapsStatus(LDAPSStatus ldapsStatus)The state of the LDAPS settings.LDAPSSettingInfo.BuilderLDAPSSettingInfo.Builder. ldapsStatusReason(String ldapsStatusReason)Describes a state change for LDAPS.LDAPSSettingInfo.BuilderLDAPSSettingInfo. toBuilder()Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type LDAPSSettingInfo.Builder Modifier and Type Method Description static Class<? extends LDAPSSettingInfo.Builder>LDAPSSettingInfo. serializableBuilderClass()
-