Uses of Class
software.amazon.awssdk.services.ram.model.TagResourceResponse
Packages that use TagResourceResponse
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of TagResourceResponse in software.amazon.awssdk.services.ram
Methods in software.amazon.awssdk.services.ram that return TagResourceResponseModifier and TypeMethodDescriptiondefault TagResourceResponseRamClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds the specified tag keys and values to a resource share or managed permission.default TagResourceResponseRamClient.tagResource(TagResourceRequest tagResourceRequest) Adds the specified tag keys and values to a resource share or managed permission.Methods in software.amazon.awssdk.services.ram that return types with arguments of type TagResourceResponseModifier and TypeMethodDescriptiondefault CompletableFuture<TagResourceResponse>RamAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds the specified tag keys and values to a resource share or managed permission.default CompletableFuture<TagResourceResponse>RamAsyncClient.tagResource(TagResourceRequest tagResourceRequest) Adds the specified tag keys and values to a resource share or managed permission.