Uses of Class
software.amazon.awssdk.services.rbin.model.ResourceTag
-
Packages that use ResourceTag Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of ResourceTag in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type ResourceTag Modifier and Type Method Description List<ResourceTag>CreateRuleRequest. resourceTags()Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.List<ResourceTag>CreateRuleResponse. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.List<ResourceTag>GetRuleResponse. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.List<ResourceTag>ListRulesRequest. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.List<ResourceTag>LockRuleResponse. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.List<ResourceTag>UnlockRuleResponse. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.List<ResourceTag>UpdateRuleRequest. resourceTags()Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.List<ResourceTag>UpdateRuleResponse. resourceTags()Information about the resource tags used to identify resources that are retained by the retention rule.Methods in software.amazon.awssdk.services.rbin.model with parameters of type ResourceTag Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. resourceTags(ResourceTag... resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.GetRuleResponse.BuilderGetRuleResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.ListRulesRequest.BuilderListRulesRequest.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.LockRuleResponse.BuilderLockRuleResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.UnlockRuleResponse.BuilderUnlockRuleResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. resourceTags(ResourceTag... resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. resourceTags(ResourceTag... resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.Method parameters in software.amazon.awssdk.services.rbin.model with type arguments of type ResourceTag Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.GetRuleResponse.BuilderGetRuleResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.ListRulesRequest.BuilderListRulesRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.LockRuleResponse.BuilderLockRuleResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.UnlockRuleResponse.BuilderUnlockRuleResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.UpdateRuleRequest.BuilderUpdateRuleRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.UpdateRuleResponse.BuilderUpdateRuleResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)Information about the resource tags used to identify resources that are retained by the retention rule.
-