| Package | Description |
|---|---|
| software.amazon.awssdk.services.directory.model |
| Modifier and Type | Method and Description |
|---|---|
static RadiusStatus |
RadiusStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RadiusStatus |
OwnerDirectoryDescription.radiusStatus()
Information about the status of the RADIUS server.
|
RadiusStatus |
DirectoryDescription.radiusStatus()
The status of the RADIUS MFA server connection.
|
static RadiusStatus |
RadiusStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<RadiusStatus> |
RadiusStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
OwnerDirectoryDescription.Builder |
OwnerDirectoryDescription.Builder.radiusStatus(RadiusStatus radiusStatus)
Information about the status of the RADIUS server.
|
DirectoryDescription.Builder |
DirectoryDescription.Builder.radiusStatus(RadiusStatus radiusStatus)
The status of the RADIUS MFA server connection.
|
Copyright © 2022. All rights reserved.