| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
UsageRecord |
UsageRecord.clone() |
UsageRecord |
UsageRecord.withAccountId(String accountId)
The unique identifier for the AWS account that the data applies to.
|
UsageRecord |
UsageRecord.withFreeTrialStartDate(Date freeTrialStartDate)
The date and time, in UTC and extended ISO 8601 format, when the free trial started for the account.
|
UsageRecord |
UsageRecord.withUsage(Collection<UsageByAccount> usage)
An array of objects that contains usage data and quotas for the account.
|
UsageRecord |
UsageRecord.withUsage(UsageByAccount... usage)
An array of objects that contains usage data and quotas for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<UsageRecord> |
GetUsageStatisticsResult.getRecords()
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withRecords(UsageRecord... records)
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetUsageStatisticsResult.setRecords(Collection<UsageRecord> records)
An array of objects that contains the results of the query.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withRecords(Collection<UsageRecord> records)
An array of objects that contains the results of the query.
|
Copyright © 2021. All rights reserved.