| 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.
|
| software.amazon.awssdk.services.internetmonitor.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListMonitorsResponse |
InternetMonitorClient.listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon
Resource Name (ARN) and name of each monitor.
|
default ListMonitorsResponse |
InternetMonitorClient.listMonitors(ListMonitorsRequest listMonitorsRequest)
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon
Resource Name (ARN) and name of each monitor.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListMonitorsResponse> |
InternetMonitorAsyncClient.listMonitors(Consumer<ListMonitorsRequest.Builder> listMonitorsRequest)
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon
Resource Name (ARN) and name of each monitor.
|
default CompletableFuture<ListMonitorsResponse> |
InternetMonitorAsyncClient.listMonitors(ListMonitorsRequest listMonitorsRequest)
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon
Resource Name (ARN) and name of each monitor.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListMonitorsResponse> |
ListMonitorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListMonitorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListMonitorsResponse> subscriber) |
Copyright © 2023. All rights reserved.