Uses of Class
software.amazon.awssdk.services.macie2.model.UsageTotal
-
Packages that use UsageTotal Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UsageTotal in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UsageTotal Modifier and Type Method Description List<UsageTotal>GetUsageTotalsResponse. usageTotals()An array of objects that contains the results of the query.Methods in software.amazon.awssdk.services.macie2.model with parameters of type UsageTotal Modifier and Type Method Description GetUsageTotalsResponse.BuilderGetUsageTotalsResponse.Builder. usageTotals(UsageTotal... usageTotals)An array of objects that contains the results of the query.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type UsageTotal Modifier and Type Method Description GetUsageTotalsResponse.BuilderGetUsageTotalsResponse.Builder. usageTotals(Collection<UsageTotal> usageTotals)An array of objects that contains the results of the query.
-