Uses of Class
software.amazon.awssdk.services.emrcontainers.model.PersistentAppUI
-
Packages that use PersistentAppUI Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of PersistentAppUI in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return PersistentAppUI Modifier and Type Method Description static PersistentAppUIPersistentAppUI. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PersistentAppUIMonitoringConfiguration. persistentAppUI()Monitoring configurations for the persistent application UI.static PersistentAppUIPersistentAppUI. 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.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type PersistentAppUI Modifier and Type Method Description static Set<PersistentAppUI>PersistentAppUI. knownValues()Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type PersistentAppUI Modifier and Type Method Description MonitoringConfiguration.BuilderMonitoringConfiguration.Builder. persistentAppUI(PersistentAppUI persistentAppUI)Monitoring configurations for the persistent application UI.
-