| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model | |
| software.amazon.awssdk.services.macie2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<UsageRecord> |
GetUsageStatisticsResponse.records()
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.records(UsageRecord... records)
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResponse.Builder |
GetUsageStatisticsResponse.Builder.records(Collection<UsageRecord> records)
An array of objects that contains the results of the query.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<UsageRecord> |
GetUsageStatisticsPublisher.records()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<UsageRecord> |
GetUsageStatisticsIterable.records()
Returns an iterable to iterate through the paginated
GetUsageStatisticsResponse.records() member. |
Copyright © 2020. All rights reserved.