| Package | Description |
|---|---|
| software.amazon.awssdk.services.internetmonitor |
Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and
availability between your applications hosted on Amazon Web Services and your end users, reducing the time it takes
for you to diagnose these issues, from days to minutes.
|
| software.amazon.awssdk.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
default GetHealthEventResponse |
InternetMonitorClient.getHealthEvent(Consumer<GetHealthEventRequest.Builder> getHealthEventRequest)
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
default CompletableFuture<GetHealthEventResponse> |
InternetMonitorAsyncClient.getHealthEvent(Consumer<GetHealthEventRequest.Builder> getHealthEventRequest)
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
| Modifier and Type | Method and Description |
|---|---|
static GetHealthEventRequest.Builder |
GetHealthEventRequest.builder() |
GetHealthEventRequest.Builder |
GetHealthEventRequest.Builder.eventId(String eventId)
The internally generated identifier of a health event.
|
GetHealthEventRequest.Builder |
GetHealthEventRequest.Builder.monitorName(String monitorName)
The name of the monitor.
|
GetHealthEventRequest.Builder |
GetHealthEventRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetHealthEventRequest.Builder |
GetHealthEventRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetHealthEventRequest.Builder |
GetHealthEventRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetHealthEventRequest.Builder> |
GetHealthEventRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.