| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor |
Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a
network issues exists within the Amazon Web Services network or your own company network.
|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateProbeResult> |
AbstractAmazonNetworkMonitorAsync.updateProbeAsync(UpdateProbeRequest request,
AsyncHandler<UpdateProbeRequest,UpdateProbeResult> asyncHandler) |
Future<UpdateProbeResult> |
AmazonNetworkMonitorAsync.updateProbeAsync(UpdateProbeRequest updateProbeRequest,
AsyncHandler<UpdateProbeRequest,UpdateProbeResult> asyncHandler)
Updates a monitor probe.
|
Future<UpdateProbeResult> |
AmazonNetworkMonitorAsyncClient.updateProbeAsync(UpdateProbeRequest request,
AsyncHandler<UpdateProbeRequest,UpdateProbeResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateProbeRequest |
UpdateProbeRequest.clone() |
UpdateProbeRequest |
UpdateProbeRequest.withDestination(String destination)
The updated IP address for the probe destination.
|
UpdateProbeRequest |
UpdateProbeRequest.withDestinationPort(Integer destinationPort)
The updated port for the probe destination.
|
UpdateProbeRequest |
UpdateProbeRequest.withMonitorName(String monitorName)
The name of the monitor that the probe was updated for.
|
UpdateProbeRequest |
UpdateProbeRequest.withPacketSize(Integer packetSize)
he updated packets size for network traffic between the source and destination.
|
UpdateProbeRequest |
UpdateProbeRequest.withProbeId(String probeId)
Run
GetMonitor to get a list of probes and probe IDs. |
UpdateProbeRequest |
UpdateProbeRequest.withProtocol(Protocol protocol)
The updated network protocol for the destination.
|
UpdateProbeRequest |
UpdateProbeRequest.withProtocol(String protocol)
The updated network protocol for the destination.
|
UpdateProbeRequest |
UpdateProbeRequest.withState(ProbeState state)
The state of the probe update.
|
UpdateProbeRequest |
UpdateProbeRequest.withState(String state)
The state of the probe update.
|
Copyright © 2023. All rights reserved.