| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2 |
Amazon Macie is a fully managed data security and data privacy service that uses machine learning and pattern
matching to discover and protect your sensitive data in AWS.
|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUsageStatisticsResponse> |
Macie2AsyncClient.getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
default GetUsageStatisticsResponse |
Macie2Client.getUsageStatistics(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
default GetUsageStatisticsPublisher |
Macie2AsyncClient.getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
default GetUsageStatisticsIterable |
Macie2Client.getUsageStatisticsPaginator(Consumer<GetUsageStatisticsRequest.Builder> getUsageStatisticsRequest)
Retrieves (queries) quotas and aggregated usage data for one or more accounts.
|
| Modifier and Type | Method and Description |
|---|---|
static GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.builder() |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.filterBy(Collection<UsageStatisticsFilter> filterBy)
An array of objects, one for each condition to use to filter the query results.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.filterBy(Consumer<UsageStatisticsFilter.Builder>... filterBy)
An array of objects, one for each condition to use to filter the query results.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.filterBy(UsageStatisticsFilter... filterBy)
An array of objects, one for each condition to use to filter the query results.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.maxResults(Integer maxResults)
The maximum number of items to include in each page of the response.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.sortBy(Consumer<UsageStatisticsSortBy.Builder> sortBy)
The criteria to use to sort the query results.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.sortBy(UsageStatisticsSortBy sortBy)
The criteria to use to sort the query results.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.timeRange(String timeRange)
The inclusive time period to query usage data for.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.Builder.timeRange(TimeRange timeRange)
The inclusive time period to query usage data for.
|
GetUsageStatisticsRequest.Builder |
GetUsageStatisticsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetUsageStatisticsRequest.Builder> |
GetUsageStatisticsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.