| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
Probe |
Probe.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Probe |
Probe.clearTagsEntries()
Removes all the entries added into Tags.
|
Probe |
Probe.clone() |
Probe |
Probe.withAddressFamily(AddressFamily addressFamily)
The IPv4 or IPv6 address for the probe.
|
Probe |
Probe.withAddressFamily(String addressFamily)
The IPv4 or IPv6 address for the probe.
|
Probe |
Probe.withCreatedAt(Date createdAt)
The time and date the probe was created.
|
Probe |
Probe.withDestination(String destination)
The destination for the probe.
|
Probe |
Probe.withDestinationPort(Integer destinationPort)
The destination port for the probe.
|
Probe |
Probe.withModifiedAt(Date modifiedAt)
The time and date that the probe was last modified.
|
Probe |
Probe.withPacketSize(Integer packetSize)
The size of the packets traveling between the
source and destination. |
Probe |
Probe.withProbeArn(String probeArn)
The ARN of the probe.
|
Probe |
Probe.withProbeId(String probeId)
The ID of the probe.
|
Probe |
Probe.withProtocol(Protocol protocol)
The network protocol for the destination.
|
Probe |
Probe.withProtocol(String protocol)
The network protocol for the destination.
|
Probe |
Probe.withSourceArn(String sourceArn)
The ARN of the probe source subnet.
|
Probe |
Probe.withState(ProbeState state)
The state of the probe.
|
Probe |
Probe.withState(String state)
The state of the probe.
|
Probe |
Probe.withTags(Map<String,String> tags)
The list of key-value pairs created and assigned to the probe.
|
Probe |
Probe.withVpcId(String vpcId)
The ID of the source VPC subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<Probe> |
GetMonitorResult.getProbes()
The details about each probe associated with that monitor.
|
| Modifier and Type | Method and Description |
|---|---|
GetMonitorResult |
GetMonitorResult.withProbes(Probe... probes)
The details about each probe associated with that monitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetMonitorResult.setProbes(Collection<Probe> probes)
The details about each probe associated with that monitor.
|
GetMonitorResult |
GetMonitorResult.withProbes(Collection<Probe> probes)
The details about each probe associated with that monitor.
|
Copyright © 2024. All rights reserved.