Uses of Class
software.amazon.awssdk.services.signer.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.signer AWS Signer is a fully managed code-signing service to help you ensure the trust and integrity of your code. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSignerClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a signing profile.default UntagResourceResponseSignerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signing profile.Methods in software.amazon.awssdk.services.signer that return types with arguments of type UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SignerAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags from a signing profile.default CompletableFuture<UntagResourceResponse>SignerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signing profile.
-