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