Uses of Class
software.amazon.awssdk.services.partnercentralselling.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.partnercentralselling AWS Partner Central API for Selling -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.partnercentralselling
Methods in software.amazon.awssdk.services.partnercentralselling that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponsePartnerCentralSellingClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default UntagResourceResponsePartnerCentralSellingClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.Methods in software.amazon.awssdk.services.partnercentralselling that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>PartnerCentralSellingAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes a tag or tags from a resource.default CompletableFuture<UntagResourceResponse>PartnerCentralSellingAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes a tag or tags from a resource.
-