public static class CloudCostManagementApi.ListCostTagKeysOptionalParameters extends Object
| Constructor and Description |
|---|
ListCostTagKeysOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudCostManagementApi.ListCostTagKeysOptionalParameters |
filterMetric(String filterMetric)
Set filterMetric.
|
CloudCostManagementApi.ListCostTagKeysOptionalParameters |
filterTags(List<String> filterTags)
Set filterTags.
|
public CloudCostManagementApi.ListCostTagKeysOptionalParameters filterMetric(String filterMetric)
filterMetric - The Cloud Cost Management metric to scope the tag keys to. When omitted,
returns tag keys across all metrics. (optional)public CloudCostManagementApi.ListCostTagKeysOptionalParameters filterTags(List<String> filterTags)
filterTags - Filter to return only tag keys that appear with the given key:value
tag values. For example, filter[tags]=providername:aws returns tag
keys found on the same cost data, such as is_aws_ec2_compute and
aws_instance_type. (optional)Copyright © 2026. All rights reserved.