Uses of Class
software.amazon.awssdk.services.repostspace.model.ListTagsForResourceRequest
-
Packages that use ListTagsForResourceRequest 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.software.amazon.awssdk.services.repostspace.transform -
-
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace with parameters of type ListTagsForResourceRequest Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>RepostspaceAsyncClient. listTagsForResource(ListTagsForResourceRequest 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. -
Uses of ListTagsForResourceRequest in software.amazon.awssdk.services.repostspace.transform
Methods in software.amazon.awssdk.services.repostspace.transform with parameters of type ListTagsForResourceRequest Modifier and Type Method Description SdkHttpFullRequestListTagsForResourceRequestMarshaller. marshall(ListTagsForResourceRequest listTagsForResourceRequest)
-