| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
Lists the requested tags.
|
List<Tag> |
ListTagsForResourceResult.getTags()
The tags requested for the specified resource.
|
List<Tag> |
CreateMeetingWithAttendeesRequest.getTags()
The tags in the request.
|
List<Tag> |
CreateMeetingRequest.getTags()
Applies one or more tags to an Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
Lists the requested tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
The tags requested for the specified resource.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTags(Tag... tags)
The tags in the request.
|
CreateMeetingRequest |
CreateMeetingRequest.withTags(Tag... tags)
Applies one or more tags to an Amazon Chime SDK meeting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
Lists the requested tags.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
The tags requested for the specified resource.
|
void |
CreateMeetingWithAttendeesRequest.setTags(Collection<Tag> tags)
The tags in the request.
|
void |
CreateMeetingRequest.setTags(Collection<Tag> tags)
Applies one or more tags to an Amazon Chime SDK meeting.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
Lists the requested tags.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
The tags requested for the specified resource.
|
CreateMeetingWithAttendeesRequest |
CreateMeetingWithAttendeesRequest.withTags(Collection<Tag> tags)
The tags in the request.
|
CreateMeetingRequest |
CreateMeetingRequest.withTags(Collection<Tag> tags)
Applies one or more tags to an Amazon Chime SDK meeting.
|
Copyright © 2023. All rights reserved.