Uses of Interface
software.amazon.awssdk.services.guardduty.model.GeoLocation.Builder
-
Packages that use GeoLocation.Builder Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of GeoLocation.Builder in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return GeoLocation.Builder Modifier and Type Method Description static GeoLocation.BuilderGeoLocation. builder()GeoLocation.BuilderGeoLocation.Builder. lat(Double lat)The latitude information of the remote IP address.GeoLocation.BuilderGeoLocation.Builder. lon(Double lon)The longitude information of the remote IP address.GeoLocation.BuilderGeoLocation. toBuilder()Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type GeoLocation.Builder Modifier and Type Method Description static Class<? extends GeoLocation.Builder>GeoLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type GeoLocation.Builder Modifier and Type Method Description default RemoteIpDetails.BuilderRemoteIpDetails.Builder. geoLocation(Consumer<GeoLocation.Builder> geoLocation)The location information of the remote IP address.
-