| Package | Description |
|---|---|
| com.amazonaws.services.pi |
|
| com.amazonaws.services.pi.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UntagResourceResult> |
AbstractAWSPIAsync.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSPIAsyncClient.untagResourceAsync(UntagResourceRequest request,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler) |
Future<UntagResourceResult> |
AWSPIAsync.untagResourceAsync(UntagResourceRequest untagResourceRequest,
AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Deletes the metadata tags from the Amazon RDS Performance Insights resource.
|
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest |
UntagResourceRequest.clone() |
UntagResourceRequest |
UntagResourceRequest.withResourceARN(String resourceARN)
The Amazon RDS Performance Insights resource that the tags are added to.
|
UntagResourceRequest |
UntagResourceRequest.withServiceType(ServiceType serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
UntagResourceRequest |
UntagResourceRequest.withServiceType(String serviceType)
List the tags for the Amazon Web Services service for which Performance Insights returns metrics.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(Collection<String> tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
|
UntagResourceRequest |
UntagResourceRequest.withTagKeys(String... tagKeys)
The metadata assigned to an Amazon RDS Performance Insights resource consisting of a key-value pair.
|
Copyright © 2025. All rights reserved.