Uses of Class
software.amazon.awssdk.services.billingconductor.model.CustomLineItemBillingPeriodRange
-
Packages that use CustomLineItemBillingPeriodRange Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of CustomLineItemBillingPeriodRange in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return CustomLineItemBillingPeriodRange Modifier and Type Method Description CustomLineItemBillingPeriodRangeBatchAssociateResourcesToCustomLineItemRequest. billingPeriodRange()Returns the value of the BillingPeriodRange property for this object.CustomLineItemBillingPeriodRangeBatchDisassociateResourcesFromCustomLineItemRequest. billingPeriodRange()Returns the value of the BillingPeriodRange property for this object.CustomLineItemBillingPeriodRangeCreateCustomLineItemRequest. billingPeriodRange()A time range for which the custom line item is effective.CustomLineItemBillingPeriodRangeDeleteCustomLineItemRequest. billingPeriodRange()Returns the value of the BillingPeriodRange property for this object.CustomLineItemBillingPeriodRangeUpdateCustomLineItemRequest. billingPeriodRange()Returns the value of the BillingPeriodRange property for this object.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type CustomLineItemBillingPeriodRange Modifier and Type Method Description BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.BatchDisassociateResourcesFromCustomLineItemRequest.BuilderBatchDisassociateResourcesFromCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.CreateCustomLineItemRequest.BuilderCreateCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)A time range for which the custom line item is effective.DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.UpdateCustomLineItemRequest.BuilderUpdateCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.
-