Uses of Class
software.amazon.awssdk.services.repostspace.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseRepostspaceClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn.default ListTagsForResourceResponseRepostspaceClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RepostspaceAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn.default CompletableFuture<ListTagsForResourceResponse>RepostspaceAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Returns the tags that are associated with the AWS re:Post Private resource specified by the resourceArn.
-