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