| 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<TagResourceResponse> |
BillingconductorAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
BillingconductorClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
TagResourceRequest.builder() |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource to which to add tags.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Map<String,String> tags)
The tags to add to the resource as a list of key-value pairs.
|
TagResourceRequest.Builder |
TagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagResourceRequest.Builder> |
TagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.