| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceLimit |
ServiceLimit.clone() |
ServiceLimit |
UsageByAccount.getServiceLimit()
The current value for the quota that corresponds to the metric specified by the type field.
|
ServiceLimit |
ServiceLimit.withIsServiceLimited(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 |
ServiceLimit.withUnit(String unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit |
ServiceLimit.withUnit(Unit unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit |
ServiceLimit.withValue(Long value)
The value for the metric specified by the UsageByAccount.type field in the response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsageByAccount.setServiceLimit(ServiceLimit serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
UsageByAccount |
UsageByAccount.withServiceLimit(ServiceLimit serviceLimit)
The current value for the quota that corresponds to the metric specified by the type field.
|
Copyright © 2022. All rights reserved.