Uses of Enum
com.amazonaws.services.directory.model.RadiusStatus
Packages that use RadiusStatus
-
Uses of RadiusStatus in com.amazonaws.services.directory.model
Subclasses with type arguments of type RadiusStatus in com.amazonaws.services.directory.modelMethods in com.amazonaws.services.directory.model that return RadiusStatusModifier and TypeMethodDescriptionstatic RadiusStatusUse this in place of valueOf.static RadiusStatusReturns 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 RadiusStatusModifier and TypeMethodDescriptionvoidDirectoryDescription.setRadiusStatus(RadiusStatus radiusStatus) The status of the RADIUS MFA server connection.DirectoryDescription.withRadiusStatus(RadiusStatus radiusStatus) The status of the RADIUS MFA server connection.