Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of Tag in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateMeetingRequest. tags()Applies one or more tags to an Amazon Chime SDK meeting.List<Tag>CreateMeetingWithAttendeesRequest. tags()The tags in the request.List<Tag>ListTagsForResourceResponse. tags()The tags requested for the specified resource.List<Tag>TagResourceRequest. tags()Lists the requested tags.Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type Tag Modifier and Type Method Description CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. tags(Tag... tags)Applies one or more tags to an Amazon Chime SDK meeting.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. tags(Tag... tags)The tags in the request.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags requested for the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)Lists the requested tags.Method parameters in software.amazon.awssdk.services.chimesdkmeetings.model with type arguments of type Tag Modifier and Type Method Description CreateMeetingRequest.BuilderCreateMeetingRequest.Builder. tags(Collection<Tag> tags)Applies one or more tags to an Amazon Chime SDK meeting.CreateMeetingWithAttendeesRequest.BuilderCreateMeetingWithAttendeesRequest.Builder. tags(Collection<Tag> tags)The tags in the request.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags requested for the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)Lists the requested tags.
-