Uses of Class
software.amazon.awssdk.services.signer.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSignerClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a signing profile.default TagResourceResponseSignerClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a signing profile.Methods in software.amazon.awssdk.services.signer that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SignerAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Adds one or more tags to a signing profile.default CompletableFuture<TagResourceResponse>SignerAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Adds one or more tags to a signing profile.
-