Uses of Class
software.amazon.awssdk.services.rbin.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.rbin This is the Recycle Bin API Reference. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.rbin
Methods in software.amazon.awssdk.services.rbin that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseRbinClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns tags to the specified retention rule.default TagResourceResponseRbinClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to the specified retention rule.Methods in software.amazon.awssdk.services.rbin that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>RbinAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)Assigns tags to the specified retention rule.default CompletableFuture<TagResourceResponse>RbinAsyncClient. tagResource(TagResourceRequest tagResourceRequest)Assigns tags to the specified retention rule.
-