Uses of Class
software.amazon.awssdk.services.internetmonitor.model.ImpactedLocation
-
Packages that use ImpactedLocation Package Description software.amazon.awssdk.services.internetmonitor.model -
-
Uses of ImpactedLocation in software.amazon.awssdk.services.internetmonitor.model
Methods in software.amazon.awssdk.services.internetmonitor.model that return types with arguments of type ImpactedLocation Modifier and Type Method Description List<ImpactedLocation>GetHealthEventResponse. impactedLocations()The locations affected by a health event.List<ImpactedLocation>HealthEvent. impactedLocations()The locations impacted by the health event.Methods in software.amazon.awssdk.services.internetmonitor.model with parameters of type ImpactedLocation Modifier and Type Method Description GetHealthEventResponse.BuilderGetHealthEventResponse.Builder. impactedLocations(ImpactedLocation... impactedLocations)The locations affected by a health event.HealthEvent.BuilderHealthEvent.Builder. impactedLocations(ImpactedLocation... impactedLocations)The locations impacted by the health event.Method parameters in software.amazon.awssdk.services.internetmonitor.model with type arguments of type ImpactedLocation Modifier and Type Method Description GetHealthEventResponse.BuilderGetHealthEventResponse.Builder. impactedLocations(Collection<ImpactedLocation> impactedLocations)The locations affected by a health event.HealthEvent.BuilderHealthEvent.Builder. impactedLocations(Collection<ImpactedLocation> impactedLocations)The locations impacted by the health event.
-