| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IpCountry |
IpCountry.clone() |
IpCountry |
IpAddressDetails.getIpCountry()
The country that the IP address originated from.
|
IpCountry |
IpCountry.withCode(String code)
The two-character code, in ISO 3166-1 alpha-2 format, for the country that the IP address originated from.
|
IpCountry |
IpCountry.withName(String name)
The name of the country that the IP address originated from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressDetails.setIpCountry(IpCountry ipCountry)
The country that the IP address originated from.
|
IpAddressDetails |
IpAddressDetails.withIpCountry(IpCountry ipCountry)
The country that the IP address originated from.
|
Copyright © 2025. All rights reserved.