Uses of Class
software.amazon.awssdk.services.macie2.model.UsageByAccount
-
Packages that use UsageByAccount Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UsageByAccount in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UsageByAccount Modifier and Type Method Description List<UsageByAccount>UsageRecord. usage()An array of objects that contains usage data and quotas for the account.Methods in software.amazon.awssdk.services.macie2.model with parameters of type UsageByAccount Modifier and Type Method Description UsageRecord.BuilderUsageRecord.Builder. usage(UsageByAccount... usage)An array of objects that contains usage data and quotas for the account.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type UsageByAccount Modifier and Type Method Description UsageRecord.BuilderUsageRecord.Builder. usage(Collection<UsageByAccount> usage)An array of objects that contains usage data and quotas for the account.
-