| Package | Description |
|---|---|
| com.amazonaws.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of a tag.
|
Tag |
Tag.withValue(String value)
The value of a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The tags to be added to the specified resource.
|
List<Tag> |
CreateRoomRequest.getTags()
The tags for the room.
|
List<Tag> |
ListTagsResult.getTags()
The tags requested for the specified resource.
|
List<Tag> |
CreateUserRequest.getTags()
The tags for the user.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The tags to be added to the specified resource.
|
CreateRoomRequest |
CreateRoomRequest.withTags(Tag... tags)
The tags for the room.
|
ListTagsResult |
ListTagsResult.withTags(Tag... tags)
The tags requested for the specified resource.
|
CreateUserRequest |
CreateUserRequest.withTags(Tag... tags)
The tags for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
void |
CreateRoomRequest.setTags(Collection<Tag> tags)
The tags for the room.
|
void |
ListTagsResult.setTags(Collection<Tag> tags)
The tags requested for the specified resource.
|
void |
CreateUserRequest.setTags(Collection<Tag> tags)
The tags for the user.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateRoomRequest |
CreateRoomRequest.withTags(Collection<Tag> tags)
The tags for the room.
|
ListTagsResult |
ListTagsResult.withTags(Collection<Tag> tags)
The tags requested for the specified resource.
|
CreateUserRequest |
CreateUserRequest.withTags(Collection<Tag> tags)
The tags for the user.
|
Copyright © 2020. All rights reserved.