Uses of Class
software.amazon.awssdk.services.codegurureviewer.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.codegurureviewer This section provides documentation for the Amazon CodeGuru Reviewer API operations. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.codegurureviewer
Methods in software.amazon.awssdk.services.codegurureviewer that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCodeGuruReviewerClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the list of tags associated with an associated repository resource.default ListTagsForResourceResponseCodeGuruReviewerClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags associated with an associated repository resource.Methods in software.amazon.awssdk.services.codegurureviewer that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CodeGuruReviewerAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the list of tags associated with an associated repository resource.default CompletableFuture<ListTagsForResourceResponse>CodeGuruReviewerAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the list of tags associated with an associated repository resource.
-