| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
static PersistentAppUI |
PersistentAppUI.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PersistentAppUI |
MonitoringConfiguration.persistentAppUI()
Monitoring configurations for the persistent application UI.
|
static PersistentAppUI |
PersistentAppUI.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistentAppUI[] |
PersistentAppUI.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<PersistentAppUI> |
PersistentAppUI.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MonitoringConfiguration.Builder |
MonitoringConfiguration.Builder.persistentAppUI(PersistentAppUI persistentAppUI)
Monitoring configurations for the persistent application UI.
|
Copyright © 2023. All rights reserved.