Uses of Interface
software.amazon.awssdk.services.billingconductor.model.DeleteCustomLineItemRequest.Builder
-
Packages that use DeleteCustomLineItemRequest.Builder Package Description software.amazon.awssdk.services.billingconductor Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a proforma version of your billing data each month, to accurately show or chargeback your end customers.software.amazon.awssdk.services.billingconductor.model -
-
Uses of DeleteCustomLineItemRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type DeleteCustomLineItemRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteCustomLineItemResponse>BillingconductorAsyncClient. deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period.default DeleteCustomLineItemResponseBillingconductorClient. deleteCustomLineItem(Consumer<DeleteCustomLineItemRequest.Builder> deleteCustomLineItemRequest)Deletes the custom line item identified by the given ARN in the current, or previous billing period. -
Uses of DeleteCustomLineItemRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return DeleteCustomLineItemRequest.Builder Modifier and Type Method Description DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. arn(String arn)The ARN of the custom line item to be deleted.default DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.static DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest. builder()DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteCustomLineItemRequest.BuilderDeleteCustomLineItemRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type DeleteCustomLineItemRequest.Builder Modifier and Type Method Description static Class<? extends DeleteCustomLineItemRequest.Builder>DeleteCustomLineItemRequest. serializableBuilderClass()
-