Uses of Interface
software.amazon.awssdk.services.billing.model.ActiveTimeRange.Builder
-
Packages that use ActiveTimeRange.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of ActiveTimeRange.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return ActiveTimeRange.Builder Modifier and Type Method Description ActiveTimeRange.BuilderActiveTimeRange.Builder. activeAfterInclusive(Instant activeAfterInclusive)The inclusive time range start date.ActiveTimeRange.BuilderActiveTimeRange.Builder. activeBeforeInclusive(Instant activeBeforeInclusive)The inclusive time range end date.static ActiveTimeRange.BuilderActiveTimeRange. builder()ActiveTimeRange.BuilderActiveTimeRange. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type ActiveTimeRange.Builder Modifier and Type Method Description static Class<? extends ActiveTimeRange.Builder>ActiveTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billing.model with type arguments of type ActiveTimeRange.Builder Modifier and Type Method Description default ListBillingViewsRequest.BuilderListBillingViewsRequest.Builder. activeTimeRange(Consumer<ActiveTimeRange.Builder> activeTimeRange)The time range for the billing views listed.
-