Uses of Class
software.amazon.awssdk.services.signer.model.UntagResourceRequest
-
Packages that use UntagResourceRequest 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.software.amazon.awssdk.services.signer.transform -
-
Uses of UntagResourceRequest in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer with parameters of type UntagResourceRequest Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SignerAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signing profile.default UntagResourceResponseSignerClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags from a signing profile. -
Uses of UntagResourceRequest in software.amazon.awssdk.services.signer.transform
Methods in software.amazon.awssdk.services.signer.transform with parameters of type UntagResourceRequest Modifier and Type Method Description SdkHttpFullRequestUntagResourceRequestMarshaller. marshall(UntagResourceRequest untagResourceRequest)
-