Uses of Interface
software.amazon.awssdk.services.billingconductor.model.BatchAssociateResourcesToCustomLineItemRequest.Builder
-
Packages that use BatchAssociateResourcesToCustomLineItemRequest.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 BatchAssociateResourcesToCustomLineItemRequest.Builder in software.amazon.awssdk.services.billingconductor
Method parameters in software.amazon.awssdk.services.billingconductor with type arguments of type BatchAssociateResourcesToCustomLineItemRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchAssociateResourcesToCustomLineItemResponse>BillingconductorAsyncClient. batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item.default BatchAssociateResourcesToCustomLineItemResponseBillingconductorClient. batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)Associates a batch of resources to a percentage custom line item. -
Uses of BatchAssociateResourcesToCustomLineItemRequest.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return BatchAssociateResourcesToCustomLineItemRequest.Builder Modifier and Type Method Description default BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)Sets the value of the BillingPeriodRange property for this object.static BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest. builder()BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. resourceArns(String... resourceArns)A list containing the ARNs of the resources to be associated.BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. resourceArns(Collection<String> resourceArns)A list containing the ARNs of the resources to be associated.BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest.Builder. targetArn(String targetArn)A percentage custom line item ARN to associate the resources to.BatchAssociateResourcesToCustomLineItemRequest.BuilderBatchAssociateResourcesToCustomLineItemRequest. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BatchAssociateResourcesToCustomLineItemRequest.Builder Modifier and Type Method Description static Class<? extends BatchAssociateResourcesToCustomLineItemRequest.Builder>BatchAssociateResourcesToCustomLineItemRequest. serializableBuilderClass()
-