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