| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
static SamlConfigurationStatus |
SamlConfigurationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SamlConfigurationStatus |
AuthenticationSummary.samlConfigurationStatus()
Specifies whether the workplace's user authentication method is fully configured.
|
SamlConfigurationStatus |
SamlAuthentication.status()
Specifies whether the workspace's SAML configuration is complete.
|
static SamlConfigurationStatus |
SamlConfigurationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SamlConfigurationStatus[] |
SamlConfigurationStatus.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<SamlConfigurationStatus> |
SamlConfigurationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSummary.Builder |
AuthenticationSummary.Builder.samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
|
SamlAuthentication.Builder |
SamlAuthentication.Builder.status(SamlConfigurationStatus status)
Specifies whether the workspace's SAML configuration is complete.
|
Copyright © 2023. All rights reserved.