Uses of Class
software.amazon.awssdk.services.internetmonitor.model.GetHealthEventResponse
-
Packages that use GetHealthEventResponse 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. -
-
Uses of GetHealthEventResponse in software.amazon.awssdk.services.internetmonitor
Methods in software.amazon.awssdk.services.internetmonitor that return GetHealthEventResponse Modifier and Type Method Description default GetHealthEventResponseInternetMonitorClient. getHealthEvent(Consumer<GetHealthEventRequest.Builder> getHealthEventRequest)Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.default GetHealthEventResponseInternetMonitorClient. getHealthEvent(GetHealthEventRequest getHealthEventRequest)Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.Methods in software.amazon.awssdk.services.internetmonitor that return types with arguments of type GetHealthEventResponse Modifier and Type Method Description default CompletableFuture<GetHealthEventResponse>InternetMonitorAsyncClient. getHealthEvent(Consumer<GetHealthEventRequest.Builder> getHealthEventRequest)Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.default CompletableFuture<GetHealthEventResponse>InternetMonitorAsyncClient. getHealthEvent(GetHealthEventRequest getHealthEventRequest)Gets information that Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.
-