Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.bcmdataexports You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and billing datasets, such as cost and usage data and cost optimization recommendations. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseBcmDataExportsClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags for an existing data export definition.default TagResourceResponseBcmDataExportsClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags for an existing data export definition.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>BcmDataExportsAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds tags for an existing data export definition.default CompletableFuture<TagResourceResponse>BcmDataExportsAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds tags for an existing data export definition.
-