| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceLimit.Builder |
ServiceLimit.builder() |
ServiceLimit.Builder |
ServiceLimit.Builder.isServiceLimited(Boolean isServiceLimited)
Specifies whether the account has met the quota that corresponds to the metric specified by the
UsageByAccount.type field in the response.
|
ServiceLimit.Builder |
ServiceLimit.toBuilder() |
ServiceLimit.Builder |
ServiceLimit.Builder.unit(String unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit.Builder |
ServiceLimit.Builder.unit(Unit unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit.Builder |
ServiceLimit.Builder.value(Long value)
The value for the metric specified by the UsageByAccount.type field in the response.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceLimit.Builder> |
ServiceLimit.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UsageByAccount.Builder |
UsageByAccount.Builder.serviceLimit(Consumer<ServiceLimit.Builder> serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
Copyright © 2023. All rights reserved.