Uses of Class
software.amazon.awssdk.services.directory.model.LDAPSStatus
-
Packages that use LDAPSStatus Package Description software.amazon.awssdk.services.directory.model -
-
Uses of LDAPSStatus in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return LDAPSStatus Modifier and Type Method Description static LDAPSStatusLDAPSStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LDAPSStatusLDAPSSettingInfo. ldapsStatus()The state of the LDAPS settings.static LDAPSStatusLDAPSStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static LDAPSStatus[]LDAPSStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type LDAPSStatus Modifier and Type Method Description static Set<LDAPSStatus>LDAPSStatus. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type LDAPSStatus Modifier and Type Method Description LDAPSSettingInfo.BuilderLDAPSSettingInfo.Builder. ldapsStatus(LDAPSStatus ldapsStatus)The state of the LDAPS settings.
-