Uses of Class
software.amazon.awssdk.services.signer.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse 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 ListTagsForResourceResponse in software.amazon.awssdk.services.signer
Methods in software.amazon.awssdk.services.signer that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSignerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags associated with a signing profile resource.default ListTagsForResourceResponseSignerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags associated with a signing profile resource.Methods in software.amazon.awssdk.services.signer that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SignerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns a list of the tags associated with a signing profile resource.default CompletableFuture<ListTagsForResourceResponse>SignerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns a list of the tags associated with a signing profile resource.
-