| Package | Description |
|---|---|
| software.amazon.awssdk.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
static GeoLocation.Builder |
GeoLocation.builder() |
GeoLocation.Builder |
GeoLocation.Builder.lat(Double lat)
The latitude information of the remote IP address.
|
GeoLocation.Builder |
GeoLocation.Builder.lon(Double lon)
The longitude information of the remote IP address.
|
GeoLocation.Builder |
GeoLocation.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GeoLocation.Builder> |
GeoLocation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RemoteIpDetails.Builder |
RemoteIpDetails.Builder.geoLocation(Consumer<GeoLocation.Builder> geoLocation)
The location information of the remote IP address.
|
Copyright © 2022. All rights reserved.