| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
CreateMonitorProbeInput |
CreateMonitorProbeInput.addProbeTagsEntry(String key,
String value)
Add a single ProbeTags entry
|
CreateMonitorProbeInput |
CreateMonitorProbeInput.clearProbeTagsEntries()
Removes all the entries added into ProbeTags.
|
CreateMonitorProbeInput |
CreateMonitorProbeInput.clone() |
CreateMonitorProbeInput |
CreateMonitorProbeInput.withDestination(String destination)
The destination IP address.
|
CreateMonitorProbeInput |
CreateMonitorProbeInput.withDestinationPort(Integer destinationPort)
The port associated with the
destination. |
CreateMonitorProbeInput |
CreateMonitorProbeInput.withPacketSize(Integer packetSize)
The size of the packets sent between the source and destination.
|
CreateMonitorProbeInput |
CreateMonitorProbeInput.withProbeTags(Map<String,String> probeTags)
The list of key-value pairs created and assigned to the monitor.
|
CreateMonitorProbeInput |
CreateMonitorProbeInput.withProtocol(Protocol protocol)
The protocol used for the network traffic between the
source and destination. |
CreateMonitorProbeInput |
CreateMonitorProbeInput.withProtocol(String protocol)
The protocol used for the network traffic between the
source and destination. |
CreateMonitorProbeInput |
CreateMonitorProbeInput.withSourceArn(String sourceArn)
The ARN of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<CreateMonitorProbeInput> |
CreateMonitorRequest.getProbes()
Displays a list of all of the probes created for a monitor.
|
| Modifier and Type | Method and Description |
|---|---|
CreateMonitorRequest |
CreateMonitorRequest.withProbes(CreateMonitorProbeInput... probes)
Displays a list of all of the probes created for a monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateMonitorRequest.setProbes(Collection<CreateMonitorProbeInput> probes)
Displays a list of all of the probes created for a monitor.
|
CreateMonitorRequest |
CreateMonitorRequest.withProbes(Collection<CreateMonitorProbeInput> probes)
Displays a list of all of the probes created for a monitor.
|
Copyright © 2024. All rights reserved.