| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
ProbeInput |
ProbeInput.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ProbeInput |
ProbeInput.clearTagsEntries()
Removes all the entries added into Tags.
|
ProbeInput |
ProbeInput.clone() |
ProbeInput |
CreateProbeRequest.getProbe()
Describes the details of an individual probe for a monitor.
|
ProbeInput |
ProbeInput.withDestination(String destination)
The destination IP address.
|
ProbeInput |
ProbeInput.withDestinationPort(Integer destinationPort)
The port associated with the
destination. |
ProbeInput |
ProbeInput.withPacketSize(Integer packetSize)
The size of the packets sent between the source and destination.
|
ProbeInput |
ProbeInput.withProtocol(Protocol protocol)
The protocol used for the network traffic between the
source and destination. |
ProbeInput |
ProbeInput.withProtocol(String protocol)
The protocol used for the network traffic between the
source and destination. |
ProbeInput |
ProbeInput.withSourceArn(String sourceArn)
The ARN of the subnet.
|
ProbeInput |
ProbeInput.withTags(Map<String,String> tags)
The list of key-value pairs created and assigned to the monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProbeRequest.setProbe(ProbeInput probe)
Describes the details of an individual probe for a monitor.
|
CreateProbeRequest |
CreateProbeRequest.withProbe(ProbeInput probe)
Describes the details of an individual probe for a monitor.
|
Copyright © 2023. All rights reserved.