Uses of Class
software.amazon.awssdk.services.networkmonitor.model.ProbeState
-
Packages that use ProbeState Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of ProbeState in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return ProbeState Modifier and Type Method Description static ProbeStateProbeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProbeStateCreateProbeResponse. state()The state of the probe.ProbeStateGetProbeResponse. state()The state of the probe.ProbeStateProbe. state()The state of the probe.ProbeStateUpdateProbeRequest. state()The state of the probe update.ProbeStateUpdateProbeResponse. state()The state of the updated probe.static ProbeStateProbeState. 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.Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type ProbeState Modifier and Type Method Description static Set<ProbeState>ProbeState. knownValues()Methods in software.amazon.awssdk.services.networkmonitor.model with parameters of type ProbeState Modifier and Type Method Description CreateProbeResponse.BuilderCreateProbeResponse.Builder. state(ProbeState state)The state of the probe.GetProbeResponse.BuilderGetProbeResponse.Builder. state(ProbeState state)The state of the probe.Probe.BuilderProbe.Builder. state(ProbeState state)The state of the probe.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. state(ProbeState state)The state of the probe update.UpdateProbeResponse.BuilderUpdateProbeResponse.Builder. state(ProbeState state)The state of the updated probe.
-