static GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.builder() |
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.nextToken(String nextToken) |
The string to use in a subsequent request to get the next page of results in a paginated response.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.records(Collection<UsageRecord> records) |
An array of objects that contains the results of the query.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.records(Consumer<UsageRecord.Builder>... records) |
An array of objects that contains the results of the query.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.records(UsageRecord... records) |
An array of objects that contains the results of the query.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.timeRange(String timeRange) |
The inclusive time period that the usage data applies to.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.timeRange(TimeRange timeRange) |
The inclusive time period that the usage data applies to.
|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.toBuilder() |
|