Uses of Interface
software.amazon.awssdk.services.billingconductor.model.BillingPeriodRange.Builder
-
Packages that use BillingPeriodRange.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of BillingPeriodRange.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return BillingPeriodRange.Builder Modifier and Type Method Description static BillingPeriodRange.BuilderBillingPeriodRange. builder()BillingPeriodRange.BuilderBillingPeriodRange.Builder. exclusiveEndBillingPeriod(String exclusiveEndBillingPeriod)The exclusive end billing period that defines a billing period range for the margin summary.BillingPeriodRange.BuilderBillingPeriodRange.Builder. inclusiveStartBillingPeriod(String inclusiveStartBillingPeriod)The inclusive start billing period that defines a billing period range for the margin summary.BillingPeriodRange.BuilderBillingPeriodRange. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BillingPeriodRange.Builder Modifier and Type Method Description static Class<? extends BillingPeriodRange.Builder>BillingPeriodRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type BillingPeriodRange.Builder Modifier and Type Method Description default GetBillingGroupCostReportRequest.BuilderGetBillingGroupCostReportRequest.Builder. billingPeriodRange(Consumer<BillingPeriodRange.Builder> billingPeriodRange)A time range for which the margin summary is effective.
-