public static class UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters extends Object
| Constructor and Description |
|---|
GetUsageTopAvgMetricsOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters |
day(OffsetDateTime day)
Set day.
|
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters |
limit(Integer limit)
Set limit.
|
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters |
month(OffsetDateTime month)
Set month.
|
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters |
names(List<String> names)
Set names.
|
UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters |
nextRecordId(String nextRecordId)
Set nextRecordId.
|
public GetUsageTopAvgMetricsOptionalParameters()
public UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters month(OffsetDateTime month)
month - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM] for usage
beginning at this hour. (Either month or day should be specified, but not both)
(optional)public UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters day(OffsetDateTime day)
day - Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD] for usage beginning
at this hour. (Either month or day should be specified, but not both) (optional)public UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters names(List<String> names)
names - Comma-separated list of metric names. (optional)public UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters limit(Integer limit)
limit - Maximum number of results to return (between 1 and 5000) - defaults to 500
results if limit not specified. (optional, default to 500)public UsageMeteringApi.GetUsageTopAvgMetricsOptionalParameters nextRecordId(String nextRecordId)
nextRecordId - List following results with a next_record_id provided in the previous
query. (optional)Copyright © 2024. All rights reserved.