| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateRoomRequest.tags()
The tags for the room.
|
List<Tag> |
ListTagsResponse.tags()
The tags requested for the specified resource.
|
List<Tag> |
TagResourceRequest.tags()
The tags to be added to the specified resource.
|
List<Tag> |
CreateUserRequest.tags()
The tags for the user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoomRequest.Builder |
CreateRoomRequest.Builder.tags(Tag... tags)
The tags for the room.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Tag... tags)
The tags requested for the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The tags to be added to the specified resource.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Tag... tags)
The tags for the user.
|
| Modifier and Type | Method and Description |
|---|---|
CreateRoomRequest.Builder |
CreateRoomRequest.Builder.tags(Collection<Tag> tags)
The tags for the room.
|
ListTagsResponse.Builder |
ListTagsResponse.Builder.tags(Collection<Tag> tags)
The tags requested for the specified resource.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The tags to be added to the specified resource.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Collection<Tag> tags)
The tags for the user.
|
Copyright © 2020. All rights reserved.