public static class CloudCostManagementApi.ListCostTagsOptionalParameters extends Object
| Constructor and Description |
|---|
ListCostTagsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
CloudCostManagementApi.ListCostTagsOptionalParameters |
filterMatch(String filterMatch)
Set filterMatch.
|
CloudCostManagementApi.ListCostTagsOptionalParameters |
filterMetric(String filterMetric)
Set filterMetric.
|
CloudCostManagementApi.ListCostTagsOptionalParameters |
filterTagKeys(List<String> filterTagKeys)
Set filterTagKeys.
|
CloudCostManagementApi.ListCostTagsOptionalParameters |
filterTags(List<String> filterTags)
Set filterTags.
|
CloudCostManagementApi.ListCostTagsOptionalParameters |
pageSize(Integer pageSize)
Set pageSize.
|
public CloudCostManagementApi.ListCostTagsOptionalParameters filterMetric(String filterMetric)
filterMetric - The Cloud Cost Management metric to scope the tags to. When omitted,
returns tags across all metrics. (optional)public CloudCostManagementApi.ListCostTagsOptionalParameters filterMatch(String filterMatch)
filterMatch - A substring used to filter the returned tags by name. (optional)public CloudCostManagementApi.ListCostTagsOptionalParameters filterTags(List<String> filterTags)
filterTags - Filter to return only tags that appear with the given key:value
tag values. For example, filter[tags]=providername:aws returns tags
found on the same cost data, such as aws_instance_type:t3.micro and
aws_instance_type:m5.large. (optional)public CloudCostManagementApi.ListCostTagsOptionalParameters filterTagKeys(List<String> filterTagKeys)
filterTagKeys - Restrict the returned tags to those whose key matches one of the given
tag keys. (optional)public CloudCostManagementApi.ListCostTagsOptionalParameters pageSize(Integer pageSize)
pageSize - Controls the size of the internal tag search scope. This does
not restrict the number of tags returned in the response. Defaults to
50, maximum 10000. (optional, default to 50)Copyright © 2026. All rights reserved.