Uses of Interface
software.amazon.awssdk.services.macie2.model.IpGeoLocation.Builder
-
Packages that use IpGeoLocation.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of IpGeoLocation.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return IpGeoLocation.Builder Modifier and Type Method Description static IpGeoLocation.BuilderIpGeoLocation. builder()IpGeoLocation.BuilderIpGeoLocation.Builder. lat(Double lat)The latitude coordinate of the location, rounded to four decimal places.IpGeoLocation.BuilderIpGeoLocation.Builder. lon(Double lon)The longitude coordinate of the location, rounded to four decimal places.IpGeoLocation.BuilderIpGeoLocation. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type IpGeoLocation.Builder Modifier and Type Method Description static Class<? extends IpGeoLocation.Builder>IpGeoLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type IpGeoLocation.Builder Modifier and Type Method Description default IpAddressDetails.BuilderIpAddressDetails.Builder. ipGeoLocation(Consumer<IpGeoLocation.Builder> ipGeoLocation)The geographic coordinates of the location that the IP address originated from.
-