| 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 |
|---|---|
UpdateProbeResult |
AbstractAmazonNetworkMonitor.updateProbe(UpdateProbeRequest request) |
UpdateProbeResult |
AmazonNetworkMonitor.updateProbe(UpdateProbeRequest updateProbeRequest)
Updates a monitor probe.
|
UpdateProbeResult |
AmazonNetworkMonitorClient.updateProbe(UpdateProbeRequest request)
Updates a monitor probe.
|
| 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 |
|---|---|
UpdateProbeResult |
UpdateProbeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateProbeResult |
UpdateProbeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
UpdateProbeResult |
UpdateProbeResult.clone() |
UpdateProbeResult |
UpdateProbeResult.withAddressFamily(AddressFamily addressFamily)
The updated IP address family.
|
UpdateProbeResult |
UpdateProbeResult.withAddressFamily(String addressFamily)
The updated IP address family.
|
UpdateProbeResult |
UpdateProbeResult.withCreatedAt(Date createdAt)
The time and date that the probe was created.
|
UpdateProbeResult |
UpdateProbeResult.withDestination(String destination)
The updated destination IP address for the probe.
|
UpdateProbeResult |
UpdateProbeResult.withDestinationPort(Integer destinationPort)
The updated destination port.
|
UpdateProbeResult |
UpdateProbeResult.withModifiedAt(Date modifiedAt)
The time and date that the probe was last updated.
|
UpdateProbeResult |
UpdateProbeResult.withPacketSize(Integer packetSize)
The updated packet size for the probe.
|
UpdateProbeResult |
UpdateProbeResult.withProbeArn(String probeArn)
The updated ARN of the probe.
|
UpdateProbeResult |
UpdateProbeResult.withProbeId(String probeId)
The updated ID of the probe.
|
UpdateProbeResult |
UpdateProbeResult.withProtocol(Protocol protocol)
The updated protocol for the probe.
|
UpdateProbeResult |
UpdateProbeResult.withProtocol(String protocol)
The updated protocol for the probe.
|
UpdateProbeResult |
UpdateProbeResult.withSourceArn(String sourceArn)
The updated ARN of the source subnet.
|
UpdateProbeResult |
UpdateProbeResult.withState(ProbeState state)
The state of the updated probe.
|
UpdateProbeResult |
UpdateProbeResult.withState(String state)
The state of the updated probe.
|
UpdateProbeResult |
UpdateProbeResult.withTags(Map<String,String> tags)
Update tags for a probe.
|
UpdateProbeResult |
UpdateProbeResult.withVpcId(String vpcId)
The updated ID of the source VPC subnet ID.
|
Copyright © 2025. All rights reserved.