Uses of Interface
software.amazon.awssdk.services.internetmonitor.model.ClientLocation.Builder
-
Packages that use ClientLocation.Builder Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of ClientLocation.Builder in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return ClientLocation.Builder Modifier and Type Method Description ClientLocation.BuilderClientLocation.Builder. asName(String asName)The name of the internet service provider (ISP) or network (ASN).ClientLocation.BuilderClientLocation.Builder. asNumber(Long asNumber)The Autonomous System Number (ASN) of the network at an impacted location.static ClientLocation.BuilderClientLocation. builder()ClientLocation.BuilderClientLocation.Builder. city(String city)The name of the city where the internet event is located.ClientLocation.BuilderClientLocation.Builder. country(String country)The name of the country where the internet event is located.ClientLocation.BuilderClientLocation.Builder. latitude(Double latitude)The latitude where the internet event is located.ClientLocation.BuilderClientLocation.Builder. longitude(Double longitude)The longitude where the internet event is located.ClientLocation.BuilderClientLocation.Builder. metro(String metro)The metro area where the health event is located.ClientLocation.BuilderClientLocation.Builder. subdivision(String subdivision)The subdivision location where the health event is located.ClientLocation.BuilderClientLocation. toBuilder()Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type ClientLocation.Builder Modifier and Type Method Description static Class<? extends ClientLocation.Builder>ClientLocation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type ClientLocation.Builder Modifier and Type Method Description default GetInternetEventResponse.BuilderGetInternetEventResponse.Builder. clientLocation(Consumer<ClientLocation.Builder> clientLocation)The impacted location, such as a city, where clients access Amazon Web Services application resources.default InternetEventSummary.BuilderInternetEventSummary.Builder. clientLocation(Consumer<ClientLocation.Builder> clientLocation)The impacted location, such as a city, that Amazon Web Services clients access application resources from.
-