Uses of Class
software.amazon.awssdk.services.networkmonitor.model.Probe
-
Packages that use Probe Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of Probe in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type Probe Modifier and Type Method Description List<Probe>GetMonitorResponse. probes()The details about each probe associated with that monitor.Methods in software.amazon.awssdk.services.networkmonitor.model with parameters of type Probe Modifier and Type Method Description GetMonitorResponse.BuilderGetMonitorResponse.Builder. probes(Probe... probes)The details about each probe associated with that monitor.Method parameters in software.amazon.awssdk.services.networkmonitor.model with type arguments of type Probe Modifier and Type Method Description GetMonitorResponse.BuilderGetMonitorResponse.Builder. probes(Collection<Probe> probes)The details about each probe associated with that monitor.
-