| Package | Description |
|---|---|
| com.amazonaws.services.networkmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
static AddressFamily |
AddressFamily.fromValue(String value)
Use this in place of valueOf.
|
static AddressFamily |
AddressFamily.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressFamily[] |
AddressFamily.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateProbeResult |
UpdateProbeResult.withAddressFamily(AddressFamily addressFamily)
The updated IP address family.
|
GetProbeResult |
GetProbeResult.withAddressFamily(AddressFamily addressFamily)
Indicates whether the IP address is
IPV4 or IPV6. |
CreateProbeResult |
CreateProbeResult.withAddressFamily(AddressFamily addressFamily)
Indicates whether the IP address is
IPV4 or IPV6. |
Probe |
Probe.withAddressFamily(AddressFamily addressFamily)
The IPv4 or IPv6 address for the probe.
|
Copyright © 2025. All rights reserved.