Uses of Class
software.amazon.awssdk.services.directory.model.RadiusStatus
-
Packages that use RadiusStatus Package Description software.amazon.awssdk.services.directory.model -
-
Uses of RadiusStatus in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return RadiusStatus Modifier and Type Method Description static RadiusStatusRadiusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RadiusStatusDirectoryDescription. radiusStatus()The status of the RADIUS MFA server connection.RadiusStatusOwnerDirectoryDescription. radiusStatus()Information about the status of the RADIUS server.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 software.amazon.awssdk.services.directory.model that return types with arguments of type RadiusStatus Modifier and Type Method Description static Set<RadiusStatus>RadiusStatus. knownValues()Methods in software.amazon.awssdk.services.directory.model with parameters of type RadiusStatus Modifier and Type Method Description DirectoryDescription.BuilderDirectoryDescription.Builder. radiusStatus(RadiusStatus radiusStatus)The status of the RADIUS MFA server connection.OwnerDirectoryDescription.BuilderOwnerDirectoryDescription.Builder. radiusStatus(RadiusStatus radiusStatus)Information about the status of the RADIUS server.
-