| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpGeoLocation.Builder |
IpGeoLocation.builder() |
IpGeoLocation.Builder |
IpGeoLocation.Builder.lat(Double lat)
The latitude coordinate of the location, rounded to four decimal places.
|
IpGeoLocation.Builder |
IpGeoLocation.Builder.lon(Double lon)
The longitude coordinate of the location, rounded to four decimal places.
|
IpGeoLocation.Builder |
IpGeoLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IpGeoLocation.Builder> |
IpGeoLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IpAddressDetails.Builder |
IpAddressDetails.Builder.ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation)
The geographic coordinates of the location that the IP address originated from.
|
Copyright © 2023. All rights reserved.