Uses of Class
software.amazon.awssdk.services.repostspace.model.TagResourceResponse
-
Packages that use TagResourceResponse 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 TagResourceResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseRepostspaceClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates tags with an AWS re:Post Private resource.default TagResourceResponseRepostspaceClient. tagResource(TagResourceRequest tagResourceRequest)Associates tags with an AWS re:Post Private resource.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>RepostspaceAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Associates tags with an AWS re:Post Private resource.default CompletableFuture<TagResourceResponse>RepostspaceAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Associates tags with an AWS re:Post Private resource.
-