| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.internetmonitor.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AmazonInternetMonitorAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonInternetMonitorAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a tag from a resource.
|
Future<UntagResourceResult> |
AbstractAmazonInternetMonitorAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for a tag you remove a resource from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
Tag keys that you remove from a resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
Tag keys that you remove from a resource.
|
Copyright © 2024. All rights reserved.