Uses of Interface
software.amazon.awssdk.services.macie2.model.ServiceLimit.Builder
-
Packages that use ServiceLimit.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of ServiceLimit.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return ServiceLimit.Builder Modifier and Type Method Description static ServiceLimit.BuilderServiceLimit. builder()ServiceLimit.BuilderServiceLimit.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.BuilderServiceLimit. toBuilder()ServiceLimit.BuilderServiceLimit.Builder. unit(String unit)The unit of measurement for the value specified by the value field.ServiceLimit.BuilderServiceLimit.Builder. unit(Unit unit)The unit of measurement for the value specified by the value field.ServiceLimit.BuilderServiceLimit.Builder. value(Long value)The value for the metric specified by the UsageByAccount.type field in the response.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type ServiceLimit.Builder Modifier and Type Method Description static Class<? extends ServiceLimit.Builder>ServiceLimit. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type ServiceLimit.Builder Modifier and Type Method Description default UsageByAccount.BuilderUsageByAccount.Builder. serviceLimit(Consumer<ServiceLimit.Builder> serviceLimit)The current value for the quota that corresponds to the metric specified by the type field.
-