| 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<BatchDisassociateResourcesFromCustomLineItemResponse> |
BillingconductorAsyncClient.batchDisassociateResourcesFromCustomLineItem(Consumer<BatchDisassociateResourcesFromCustomLineItemRequest.Builder> batchDisassociateResourcesFromCustomLineItemRequest)
Disassociates a batch of resources from a percentage custom line item.
|
default BatchDisassociateResourcesFromCustomLineItemResponse |
BillingconductorClient.batchDisassociateResourcesFromCustomLineItem(Consumer<BatchDisassociateResourcesFromCustomLineItemRequest.Builder> batchDisassociateResourcesFromCustomLineItemRequest)
Disassociates a batch of resources from a percentage custom line item.
|
| Modifier and Type | Method and Description |
|---|---|
default BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.billingPeriodRange(Consumer<CustomLineItemBillingPeriodRange.Builder> billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.billingPeriodRange(CustomLineItemBillingPeriodRange billingPeriodRange)
Sets the value of the BillingPeriodRange property for this object.
|
static BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.builder() |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.resourceArns(Collection<String> resourceArns)
A list containing the ARNs of resources to be disassociated.
|
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.resourceArns(String... resourceArns)
A list containing the ARNs of resources to be disassociated.
|
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.Builder.targetArn(String targetArn)
A percentage custom line item ARN to disassociate the resources from.
|
BatchDisassociateResourcesFromCustomLineItemRequest.Builder |
BatchDisassociateResourcesFromCustomLineItemRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDisassociateResourcesFromCustomLineItemRequest.Builder> |
BatchDisassociateResourcesFromCustomLineItemRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.