| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
IpGeoLocation |
IpGeoLocation.clone() |
IpGeoLocation |
IpAddressDetails.getIpGeoLocation()
The geographic coordinates of the location that the IP address originated from.
|
IpGeoLocation |
IpGeoLocation.withLat(Double lat)
The latitude coordinate of the location, rounded to four decimal places.
|
IpGeoLocation |
IpGeoLocation.withLon(Double lon)
The longitude coordinate of the location, rounded to four decimal places.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressDetails.setIpGeoLocation(IpGeoLocation ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
IpAddressDetails |
IpAddressDetails.withIpGeoLocation(IpGeoLocation ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
Copyright © 2021. All rights reserved.