Uses of Class
software.amazon.awssdk.services.macie2.model.UsageRecord
-
Packages that use UsageRecord Package Description software.amazon.awssdk.services.macie2.model software.amazon.awssdk.services.macie2.paginators -
-
Uses of UsageRecord in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UsageRecord Modifier and Type Method Description List<UsageRecord>GetUsageStatisticsResponse. records()An array of objects that contains the results of the query.Methods in software.amazon.awssdk.services.macie2.model with parameters of type UsageRecord Modifier and Type Method Description GetUsageStatisticsResponse.BuilderGetUsageStatisticsResponse.Builder. records(UsageRecord... records)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 UsageRecord Modifier and Type Method Description GetUsageStatisticsResponse.BuilderGetUsageStatisticsResponse.Builder. records(Collection<UsageRecord> records)An array of objects that contains the results of the query. -
Uses of UsageRecord in software.amazon.awssdk.services.macie2.paginators
Methods in software.amazon.awssdk.services.macie2.paginators that return types with arguments of type UsageRecord Modifier and Type Method Description SdkIterable<UsageRecord>GetUsageStatisticsIterable. records()Returns an iterable to iterate through the paginatedGetUsageStatisticsResponse.records()member.SdkPublisher<UsageRecord>GetUsageStatisticsPublisher. records()Returns a publisher that can be used to get a stream of data.
-