| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
UntagResourceResult |
AbstractAmazonApplicationInsights.untagResource(UntagResourceRequest request) |
UntagResourceResult |
AmazonApplicationInsights.untagResource(UntagResourceRequest untagResourceRequest)
Remove one or more tags (keys and values) from a specified application.
|
UntagResourceResult |
AmazonApplicationInsightsClient.untagResource(UntagResourceRequest request)
Remove one or more tags (keys and values) from a specified application.
|
Future<UntagResourceResult> |
AbstractAmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest request) |
Future<UntagResourceResult> |
AmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest)
Remove one or more tags (keys and values) from a specified application.
|
Future<UntagResourceResult> |
AmazonApplicationInsightsAsyncClient.untagResourceAsync(UntagResourceRequest request) |
Future<UntagResourceResult> |
AbstractAmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove one or more tags (keys and values) from a specified application.
|
Future<UntagResourceResult> |
AmazonApplicationInsightsAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AmazonApplicationInsightsAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Remove one or more tags (keys and values) from a specified application.
|
Future<UntagResourceResult> |
AmazonApplicationInsightsAsyncClient.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) of the application that you want to remove one or more tags from.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The tags (tag keys) that you want to remove from the resource.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The tags (tag keys) that you want to remove from the resource.
|
Copyright © 2023. All rights reserved.