| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchrum |
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.
|
| com.amazonaws.services.cloudwatchrum.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AWSCloudWatchRUMAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AbstractAWSCloudWatchRUMAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSCloudWatchRUMAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes one or more tags from the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The ARN of the CloudWatch RUM resource that you're removing tags from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The list of tag keys to remove from the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The list of tag keys to remove from the resource.
|
Copyright © 2024. All rights reserved.