Uses of Class
software.amazon.awssdk.services.scheduler.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.scheduler.model -
-
Uses of Tag in software.amazon.awssdk.services.scheduler.model
Methods in software.amazon.awssdk.services.scheduler.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateScheduleGroupRequest. tags()The list of tags to associate with the schedule group.List<Tag>ListTagsForResourceResponse. tags()The list of tags associated with the specified resource.List<Tag>TagResourceRequest. tags()The list of tags to associate with the schedule group.Methods in software.amazon.awssdk.services.scheduler.model with parameters of type Tag Modifier and Type Method Description CreateScheduleGroupRequest.BuilderCreateScheduleGroupRequest.Builder. tags(Tag... tags)The list of tags to associate with the schedule group.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The list of tags to associate with the schedule group.Method parameters in software.amazon.awssdk.services.scheduler.model with type arguments of type Tag Modifier and Type Method Description CreateScheduleGroupRequest.BuilderCreateScheduleGroupRequest.Builder. tags(Collection<Tag> tags)The list of tags to associate with the schedule group.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The list of tags to associate with the schedule group.
-