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