| Package | Description |
|---|---|
| software.amazon.awssdk.services.rum |
With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web
application performance from actual user sessions in real time.
|
| software.amazon.awssdk.services.rum.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAppMonitorsResponse |
RumClient.listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default ListAppMonitorsResponse |
RumClient.listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAppMonitorsResponse> |
RumAsyncClient.listAppMonitors(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default CompletableFuture<ListAppMonitorsResponse> |
RumAsyncClient.listAppMonitors(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAppMonitorsResponse> |
ListAppMonitorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAppMonitorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAppMonitorsResponse> subscriber) |
Copyright © 2023. All rights reserved.