| Package | Description |
|---|---|
| com.amazonaws.services.macie2 |
Amazon Macie
|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResult |
AmazonMacie2Client.getUsageStatistics(GetUsageStatisticsRequest request)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
GetUsageStatisticsResult |
AbstractAmazonMacie2.getUsageStatistics(GetUsageStatisticsRequest request) |
GetUsageStatisticsResult |
AmazonMacie2.getUsageStatistics(GetUsageStatisticsRequest getUsageStatisticsRequest)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetUsageStatisticsResult> |
AmazonMacie2AsyncClient.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
Future<GetUsageStatisticsResult> |
AbstractAmazonMacie2Async.getUsageStatisticsAsync(GetUsageStatisticsRequest request,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler) |
Future<GetUsageStatisticsResult> |
AmazonMacie2Async.getUsageStatisticsAsync(GetUsageStatisticsRequest getUsageStatisticsRequest,
AsyncHandler<GetUsageStatisticsRequest,GetUsageStatisticsResult> asyncHandler)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
| Modifier and Type | Method and Description |
|---|---|
GetUsageStatisticsResult |
GetUsageStatisticsResult.clone() |
GetUsageStatisticsResult |
GetUsageStatisticsResult.withNextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withRecords(Collection<UsageRecord> records)
An array of objects that contains the results of the query.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withRecords(UsageRecord... records)
An array of objects that contains the results of the query.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withTimeRange(String timeRange)
The inclusive time period that the usage data applies to.
|
GetUsageStatisticsResult |
GetUsageStatisticsResult.withTimeRange(TimeRange timeRange)
The inclusive time period that the usage data applies to.
|
Copyright © 2024. All rights reserved.