| 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 |
|---|---|
GetProbeResult |
AbstractAmazonNetworkMonitor.getProbe(GetProbeRequest request) |
GetProbeResult |
AmazonNetworkMonitorClient.getProbe(GetProbeRequest request)
Returns the details about a probe.
|
GetProbeResult |
AmazonNetworkMonitor.getProbe(GetProbeRequest getProbeRequest)
Returns the details about a probe.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProbeResult> |
AmazonNetworkMonitorAsyncClient.getProbeAsync(GetProbeRequest request) |
Future<GetProbeResult> |
AbstractAmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest request) |
Future<GetProbeResult> |
AmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest getProbeRequest)
Returns the details about a probe.
|
Future<GetProbeResult> |
AmazonNetworkMonitorAsyncClient.getProbeAsync(GetProbeRequest request,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler) |
Future<GetProbeResult> |
AbstractAmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest request,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler) |
Future<GetProbeResult> |
AmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest getProbeRequest,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler)
Returns the details about a probe.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetProbeResult> |
AmazonNetworkMonitorAsyncClient.getProbeAsync(GetProbeRequest request,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler) |
Future<GetProbeResult> |
AbstractAmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest request,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler) |
Future<GetProbeResult> |
AmazonNetworkMonitorAsync.getProbeAsync(GetProbeRequest getProbeRequest,
AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler)
Returns the details about a probe.
|
| Modifier and Type | Method and Description |
|---|---|
GetProbeResult |
GetProbeResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetProbeResult |
GetProbeResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetProbeResult |
GetProbeResult.clone() |
GetProbeResult |
GetProbeResult.withAddressFamily(AddressFamily addressFamily)
Indicates whether the IP address is
IPV4 or IPV6. |
GetProbeResult |
GetProbeResult.withAddressFamily(String addressFamily)
Indicates whether the IP address is
IPV4 or IPV6. |
GetProbeResult |
GetProbeResult.withCreatedAt(Date createdAt)
The time and date that the probe was created.
|
GetProbeResult |
GetProbeResult.withDestination(String destination)
The destination IP address for the monitor.
|
GetProbeResult |
GetProbeResult.withDestinationPort(Integer destinationPort)
The port associated with the
destination. |
GetProbeResult |
GetProbeResult.withModifiedAt(Date modifiedAt)
The time and date that the probe was last modified.
|
GetProbeResult |
GetProbeResult.withPacketSize(Integer packetSize)
The size of the packets sent between the source and destination.
|
GetProbeResult |
GetProbeResult.withProbeArn(String probeArn)
The ARN of the probe.
|
GetProbeResult |
GetProbeResult.withProbeId(String probeId)
The ID of the probe for which details are returned.
|
GetProbeResult |
GetProbeResult.withProtocol(Protocol protocol)
The protocol used for the network traffic between the
source and destination. |
GetProbeResult |
GetProbeResult.withProtocol(String protocol)
The protocol used for the network traffic between the
source and destination. |
GetProbeResult |
GetProbeResult.withSourceArn(String sourceArn)
The ARN of the probe.
|
GetProbeResult |
GetProbeResult.withState(ProbeState state)
The state of the probe.
|
GetProbeResult |
GetProbeResult.withState(String state)
The state of the probe.
|
GetProbeResult |
GetProbeResult.withTags(Map<String,String> tags)
The list of key-value pairs assigned to the probe.
|
GetProbeResult |
GetProbeResult.withVpcId(String vpcId)
The ID of the source VPC or subnet.
|
Copyright © 2025. All rights reserved.