Uses of Class
com.amazonaws.services.directory.model.RadiusStatus
-
Packages that use RadiusStatus Package Description com.amazonaws.services.directory.model -
-
Uses of RadiusStatus in com.amazonaws.services.directory.model
Methods in com.amazonaws.services.directory.model that return RadiusStatus Modifier and Type Method Description static RadiusStatusRadiusStatus. fromValue(String value)Use this in place of valueOf.static RadiusStatusRadiusStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RadiusStatus[]RadiusStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.directory.model with parameters of type RadiusStatus Modifier and Type Method Description voidDirectoryDescription. setRadiusStatus(RadiusStatus radiusStatus)The status of the RADIUS MFA server connection.DirectoryDescriptionDirectoryDescription. withRadiusStatus(RadiusStatus radiusStatus)The status of the RADIUS MFA server connection.
-