| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateAppMonitorResponse |
RumClient.createAppMonitor(Consumer<CreateAppMonitorRequest.Builder> createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
data to RUM.
|
default CreateAppMonitorResponse |
RumClient.createAppMonitor(CreateAppMonitorRequest createAppMonitorRequest)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
data to RUM.
|
default DeleteAppMonitorResponse |
RumClient.deleteAppMonitor(Consumer<DeleteAppMonitorRequest.Builder> deleteAppMonitorRequest)
Deletes an existing app monitor.
|
default DeleteAppMonitorResponse |
RumClient.deleteAppMonitor(DeleteAppMonitorRequest deleteAppMonitorRequest)
Deletes an existing app monitor.
|
default GetAppMonitorResponse |
RumClient.getAppMonitor(Consumer<GetAppMonitorRequest.Builder> getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
|
default GetAppMonitorResponse |
RumClient.getAppMonitor(GetAppMonitorRequest getAppMonitorRequest)
Retrieves the complete configuration information for one app monitor.
|
default GetAppMonitorDataResponse |
RumClient.getAppMonitorData(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default GetAppMonitorDataResponse |
RumClient.getAppMonitorData(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default GetAppMonitorDataIterable |
RumClient.getAppMonitorDataPaginator(Consumer<GetAppMonitorDataRequest.Builder> getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
default GetAppMonitorDataIterable |
RumClient.getAppMonitorDataPaginator(GetAppMonitorDataRequest getAppMonitorDataRequest)
Retrieves the raw performance events that RUM has collected from your web application, so that you can do your
own processing or analysis of this data.
|
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.
|
default ListAppMonitorsIterable |
RumClient.listAppMonitorsPaginator(Consumer<ListAppMonitorsRequest.Builder> listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default ListAppMonitorsIterable |
RumClient.listAppMonitorsPaginator(ListAppMonitorsRequest listAppMonitorsRequest)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
default ListTagsForResourceResponse |
RumClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
|
default ListTagsForResourceResponse |
RumClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Displays the tags associated with a CloudWatch RUM resource.
|
default PutRumEventsResponse |
RumClient.putRumEvents(Consumer<PutRumEventsRequest.Builder> putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM.
|
default PutRumEventsResponse |
RumClient.putRumEvents(PutRumEventsRequest putRumEventsRequest)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM.
|
default TagResourceResponse |
RumClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource.
|
default TagResourceResponse |
RumClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource.
|
default UntagResourceResponse |
RumClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UntagResourceResponse |
RumClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified resource.
|
default UpdateAppMonitorResponse |
RumClient.updateAppMonitor(Consumer<UpdateAppMonitorRequest.Builder> updateAppMonitorRequest)
Updates the configuration of an existing app monitor.
|
default UpdateAppMonitorResponse |
RumClient.updateAppMonitor(UpdateAppMonitorRequest updateAppMonitorRequest)
Updates the configuration of an existing app monitor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have sufficient permissions to perform this action.
|
class |
ConflictException
This operation attempted to create a resource that already exists.
|
class |
InternalServerException
Internal service exception.
|
class |
ResourceNotFoundException
Resource not found.
|
class |
ServiceQuotaExceededException
This request exceeds a service quota.
|
class |
ThrottlingException
The request was throttled because of quota limits.
|
class |
ValidationException
One of the arguments for the request is not valid.
|
| Modifier and Type | Method and Description |
|---|---|
RumException |
RumException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(RumException ex) |
Copyright © 2022. All rights reserved.