Uses of Interface
software.amazon.awssdk.services.securityhub.model.NetworkGeoLocation.Builder
-
Packages that use NetworkGeoLocation.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of NetworkGeoLocation.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return NetworkGeoLocation.Builder Modifier and Type Method Description static NetworkGeoLocation.BuilderNetworkGeoLocation. builder()NetworkGeoLocation.BuilderNetworkGeoLocation.Builder. city(String city)The name of the city.NetworkGeoLocation.BuilderNetworkGeoLocation.Builder. country(String country)The name of the country.NetworkGeoLocation.BuilderNetworkGeoLocation.Builder. lat(Double lat)The latitude information of the endpoint location.NetworkGeoLocation.BuilderNetworkGeoLocation.Builder. lon(Double lon)The longitude information of the endpoint location.NetworkGeoLocation.BuilderNetworkGeoLocation. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type NetworkGeoLocation.Builder Modifier and Type Method Description static Class<? extends NetworkGeoLocation.Builder>NetworkGeoLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type NetworkGeoLocation.Builder Modifier and Type Method Description default NetworkEndpoint.BuilderNetworkEndpoint.Builder. location(Consumer<NetworkGeoLocation.Builder> location)Information about the location of the network endpoint.
-