| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum.model |
| Modifier and Type | Method and Description |
|---|---|
static StateEnum |
StateEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StateEnum |
AppMonitorSummary.state()
The current state of this app monitor.
|
StateEnum |
AppMonitor.state()
The current state of the app monitor.
|
static StateEnum |
StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateEnum[] |
StateEnum.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<StateEnum> |
StateEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AppMonitorSummary.Builder |
AppMonitorSummary.Builder.state(StateEnum state)
The current state of this app monitor.
|
AppMonitor.Builder |
AppMonitor.Builder.state(StateEnum state)
The current state of the app monitor.
|
Copyright © 2023. All rights reserved.