| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
List<ImpactedLocation> |
GetHealthEventResponse.impactedLocations()
The locations affected by a health event.
|
List<ImpactedLocation> |
HealthEvent.impactedLocations()
The locations impacted by the health event.
|
| Modifier and Type | Method and Description |
|---|---|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactedLocations(ImpactedLocation... impactedLocations)
The locations affected by a health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactedLocations(ImpactedLocation... impactedLocations)
The locations impacted by the health event.
|
| Modifier and Type | Method and Description |
|---|---|
GetHealthEventResponse.Builder |
GetHealthEventResponse.Builder.impactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations affected by a health event.
|
HealthEvent.Builder |
HealthEvent.Builder.impactedLocations(Collection<ImpactedLocation> impactedLocations)
The locations impacted by the health event.
|
Copyright © 2023. All rights reserved.