Uses of Class
software.amazon.awssdk.services.rbin.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.rbin.model -
-
Uses of Tag in software.amazon.awssdk.services.rbin.model
Methods in software.amazon.awssdk.services.rbin.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateRuleRequest. tags()Information about the tags to assign to the retention rule.List<Tag>CreateRuleResponse. tags()Information about the tags assigned to the retention rule.List<Tag>ListTagsForResourceResponse. tags()Information about the tags assigned to the retention rule.List<Tag>TagResourceRequest. tags()Information about the tags to assign to the retention rule.Methods in software.amazon.awssdk.services.rbin.model with parameters of type Tag Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. tags(Tag... tags)Information about the tags to assign to the retention rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. tags(Tag... tags)Information about the tags assigned to the retention rule.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Information about the tags assigned to the retention rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Information about the tags to assign to the retention rule.Method parameters in software.amazon.awssdk.services.rbin.model with type arguments of type Tag Modifier and Type Method Description CreateRuleRequest.BuilderCreateRuleRequest.Builder. tags(Collection<Tag> tags)Information about the tags to assign to the retention rule.CreateRuleResponse.BuilderCreateRuleResponse.Builder. tags(Collection<Tag> tags)Information about the tags assigned to the retention rule.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Information about the tags assigned to the retention rule.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Information about the tags to assign to the retention rule.
-