@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCloudWatchRUM extends Object implements AWSCloudWatchRUM
AWSCloudWatchRUM. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateAppMonitorResult |
createAppMonitor(CreateAppMonitorRequest request)
Creates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that
data to RUM.
|
DeleteAppMonitorResult |
deleteAppMonitor(DeleteAppMonitorRequest request)
Deletes an existing app monitor.
|
GetAppMonitorResult |
getAppMonitor(GetAppMonitorRequest request)
Retrieves the complete configuration information for one app monitor.
|
GetAppMonitorDataResult |
getAppMonitorData(GetAppMonitorDataRequest request)
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.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListAppMonitorsResult |
listAppMonitors(ListAppMonitorsRequest request)
Returns a list of the Amazon CloudWatch RUM app monitors in the account.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Displays the tags associated with a CloudWatch RUM resource.
|
PutRumEventsResult |
putRumEvents(PutRumEventsRequest request)
Sends telemetry events about your application performance and user behavior to CloudWatch RUM.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Assigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags from the specified resource.
|
UpdateAppMonitorResult |
updateAppMonitor(UpdateAppMonitorRequest request)
Updates the configuration of an existing app monitor.
|
public CreateAppMonitorResult createAppMonitor(CreateAppMonitorRequest request)
AWSCloudWatchRUMCreates a Amazon CloudWatch RUM app monitor, which collects telemetry data from your application and sends that data to RUM. The data includes performance and reliability information such as page load time, client-side errors, and user behavior.
You use this operation only to create a new app monitor. To update an existing app monitor, use UpdateAppMonitor instead.
After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
createAppMonitor in interface AWSCloudWatchRUMpublic DeleteAppMonitorResult deleteAppMonitor(DeleteAppMonitorRequest request)
AWSCloudWatchRUMDeletes an existing app monitor. This immediately stops the collection of data.
deleteAppMonitor in interface AWSCloudWatchRUMpublic GetAppMonitorResult getAppMonitor(GetAppMonitorRequest request)
AWSCloudWatchRUMRetrieves the complete configuration information for one app monitor.
getAppMonitor in interface AWSCloudWatchRUMpublic GetAppMonitorDataResult getAppMonitorData(GetAppMonitorDataRequest request)
AWSCloudWatchRUMRetrieves 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.
getAppMonitorData in interface AWSCloudWatchRUMpublic ListAppMonitorsResult listAppMonitors(ListAppMonitorsRequest request)
AWSCloudWatchRUMReturns a list of the Amazon CloudWatch RUM app monitors in the account.
listAppMonitors in interface AWSCloudWatchRUMpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSCloudWatchRUMDisplays the tags associated with a CloudWatch RUM resource.
listTagsForResource in interface AWSCloudWatchRUMpublic PutRumEventsResult putRumEvents(PutRumEventsRequest request)
AWSCloudWatchRUM
Sends telemetry events about your application performance and user behavior to CloudWatch RUM. The code snippet
that RUM generates for you to add to your application includes PutRumEvents operations to send this
data to RUM.
Each PutRumEvents operation can send a batch of events from one user session.
putRumEvents in interface AWSCloudWatchRUMpublic TagResourceResult tagResource(TagResourceRequest request)
AWSCloudWatchRUMAssigns one or more tags (key-value pairs) to the specified CloudWatch RUM resource. Currently, the only resources that can be tagged app monitors.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.
You can use the TagResource action with a resource that already has tags. If you specify a new tag
key for the resource, this tag is appended to the list of tags associated with the alarm. If you specify a tag
key that is already associated with the resource, the new tag value that you specify replaces the previous value
for that tag.
You can associate as many as 50 tags with a resource.
For more information, see Tagging Amazon Web Services resources.
tagResource in interface AWSCloudWatchRUMpublic UntagResourceResult untagResource(UntagResourceRequest request)
AWSCloudWatchRUMRemoves one or more tags from the specified resource.
untagResource in interface AWSCloudWatchRUMpublic UpdateAppMonitorResult updateAppMonitor(UpdateAppMonitorRequest request)
AWSCloudWatchRUMUpdates the configuration of an existing app monitor. When you use this operation, only the parts of the app monitor configuration that you specify in this operation are changed. For any parameters that you omit, the existing values are kept.
You can't use this operation to change the tags of an existing app monitor. To change the tags of an existing app monitor, use TagResource.
To create a new app monitor, use CreateAppMonitor.
After you update an app monitor, sign in to the CloudWatch RUM console to get the updated JavaScript code snippet to add to your web application. For more information, see How do I find a code snippet that I've already generated?
updateAppMonitor in interface AWSCloudWatchRUMpublic void shutdown()
AWSCloudWatchRUMshutdown in interface AWSCloudWatchRUMpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSCloudWatchRUMResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSCloudWatchRUMrequest - The originally executed request.