| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key of the tag.
|
Tag |
Tag.withValue(String value)
The value of the tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateAppInstanceRequest.getTags()
Tags assigned to the
AppInstanceUser. |
List<Tag> |
CreateAppInstanceUserRequest.getTags()
Tags assigned to the
AppInstanceUser. |
| Modifier and Type | Method and Description |
|---|---|
CreateAppInstanceRequest |
CreateAppInstanceRequest.withTags(Tag... tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceUserRequest |
CreateAppInstanceUserRequest.withTags(Tag... tags)
Tags assigned to the
AppInstanceUser. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppInstanceRequest.setTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
void |
CreateAppInstanceUserRequest.setTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceRequest |
CreateAppInstanceRequest.withTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
CreateAppInstanceUserRequest |
CreateAppInstanceUserRequest.withTags(Collection<Tag> tags)
Tags assigned to the
AppInstanceUser. |
Copyright © 2021. All rights reserved.