| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static ProbeState |
ProbeState.fromValue(String value)
Use this in place of valueOf.
|
static ProbeState |
ProbeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProbeState[] |
ProbeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProbeResult |
CreateProbeResult.withState(ProbeState state)
The state of the probe.
|
UpdateProbeResult |
UpdateProbeResult.withState(ProbeState state)
The state of the updated probe.
|
Probe |
Probe.withState(ProbeState state)
The state of the probe.
|
UpdateProbeRequest |
UpdateProbeRequest.withState(ProbeState state)
The state of the probe update.
|
GetProbeResult |
GetProbeResult.withState(ProbeState state)
The state of the probe.
|
Copyright © 2023. All rights reserved.