| 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.model |
| 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 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 ListMonitorsIterable |
InternetMonitorClient.listMonitorsPaginator(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 ListMonitorsPublisher |
InternetMonitorAsyncClient.listMonitorsPaginator(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.
|
| Modifier and Type | Method and Description |
|---|---|
static ListMonitorsRequest.Builder |
ListMonitorsRequest.builder() |
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.maxResults(Integer maxResults)
The number of monitor objects that you want to return with this call.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.monitorStatus(String monitorStatus)
The status of a monitor.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMonitorsRequest.Builder |
ListMonitorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMonitorsRequest.Builder |
ListMonitorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListMonitorsRequest.Builder> |
ListMonitorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.