Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.UntagResourceResponse
-
Packages that use UntagResourceResponse 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 UntagResourceResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseBcmDataExportsClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags associated with an existing data export definition.default UntagResourceResponseBcmDataExportsClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags associated with an existing data export definition.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>BcmDataExportsAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Deletes tags associated with an existing data export definition.default CompletableFuture<UntagResourceResponse>BcmDataExportsAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Deletes tags associated with an existing data export definition.
-