| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateMonitorResponse |
InternetMonitorClient.createMonitor(Consumer<CreateMonitorRequest.Builder> createMonitorRequest)
Creates a monitor in Amazon CloudWatch Internet Monitor.
|
default CreateMonitorResponse |
InternetMonitorClient.createMonitor(CreateMonitorRequest createMonitorRequest)
Creates a monitor in Amazon CloudWatch Internet Monitor.
|
default DeleteMonitorResponse |
InternetMonitorClient.deleteMonitor(Consumer<DeleteMonitorRequest.Builder> deleteMonitorRequest)
Deletes a monitor in Amazon CloudWatch Internet Monitor.
|
default DeleteMonitorResponse |
InternetMonitorClient.deleteMonitor(DeleteMonitorRequest deleteMonitorRequest)
Deletes a monitor in Amazon CloudWatch Internet Monitor.
|
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 GetHealthEventResponse |
InternetMonitorClient.getHealthEvent(GetHealthEventRequest getHealthEventRequest)
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a
specified monitor.
|
default GetMonitorResponse |
InternetMonitorClient.getMonitor(Consumer<GetMonitorRequest.Builder> getMonitorRequest)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
default GetMonitorResponse |
InternetMonitorClient.getMonitor(GetMonitorRequest getMonitorRequest)
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
|
default ListHealthEventsResponse |
InternetMonitorClient.listHealthEvents(Consumer<ListHealthEventsRequest.Builder> listHealthEventsRequest)
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
|
default ListHealthEventsResponse |
InternetMonitorClient.listHealthEvents(ListHealthEventsRequest listHealthEventsRequest)
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
|
default ListHealthEventsIterable |
InternetMonitorClient.listHealthEventsPaginator(Consumer<ListHealthEventsRequest.Builder> listHealthEventsRequest)
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
|
default ListHealthEventsIterable |
InternetMonitorClient.listHealthEventsPaginator(ListHealthEventsRequest listHealthEventsRequest)
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
|
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.
|
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 ListMonitorsIterable |
InternetMonitorClient.listMonitorsPaginator(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.
|
default ListTagsForResourceResponse |
InternetMonitorClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Lists the tags for a resource.
|
default ListTagsForResourceResponse |
InternetMonitorClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags for a resource.
|
default TagResourceResponse |
InternetMonitorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds a tag to a resource.
|
default TagResourceResponse |
InternetMonitorClient.tagResource(TagResourceRequest tagResourceRequest)
Adds a tag to a resource.
|
default UntagResourceResponse |
InternetMonitorClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes a tag from a resource.
|
default UntagResourceResponse |
InternetMonitorClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes a tag from a resource.
|
default UpdateMonitorResponse |
InternetMonitorClient.updateMonitor(Consumer<UpdateMonitorRequest.Builder> updateMonitorRequest)
Updates a monitor.
|
default UpdateMonitorResponse |
InternetMonitorClient.updateMonitor(UpdateMonitorRequest updateMonitorRequest)
Updates a monitor.
|
Copyright © 2023. All rights reserved.