| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor |
Amazon Web Services Billing Conductor is a fully managed service that you can use to customize a pro
forma version of your billing data each month, to accurately show or chargeback your end customers.
|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchAssociateResourcesToCustomLineItemResponse> |
BillingconductorAsyncClient.batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)
Associates a batch of resources to a percentage custom line item.
|
default BatchAssociateResourcesToCustomLineItemResponse |
BillingconductorClient.batchAssociateResourcesToCustomLineItem(Consumer<BatchAssociateResourcesToCustomLineItemRequest.Builder> batchAssociateResourcesToCustomLineItemRequest)
Associates a batch of resources to a percentage custom line item.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
static BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.builder() |
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.resourceArns(Collection<String> resourceArns)
A list containing the ARNs of the resources to be associated.
|
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.resourceArns(String... resourceArns)
A list containing the ARNs of the resources to be associated.
|
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.Builder.targetArn(String targetArn)
A percentage custom line item ARN to associate the resources to.
|
BatchAssociateResourcesToCustomLineItemRequest.Builder |
BatchAssociateResourcesToCustomLineItemRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchAssociateResourcesToCustomLineItemRequest.Builder> |
BatchAssociateResourcesToCustomLineItemRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.