Uses of Class
software.amazon.awssdk.services.costexplorer.model.UntagResourceRequest
-
Packages that use UntagResourceRequest Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data.software.amazon.awssdk.services.costexplorer.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>CostExplorerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource.default UntagResourceResponseCostExplorerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a resource. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.costexplorer.transform
Methods in software.amazon.awssdk.services.costexplorer.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-