| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key name that can be used to look up or retrieve the associated value.
|
Tag |
Tag.withValue(String value)
The value associated with this tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
Role.getTags()
A list of tags that are attached to the specified role.
|
List<Tag> |
ListRoleTagsResult.getTags()
The list of tags currently that is attached to the role.
|
List<Tag> |
TagRoleRequest.getTags()
The list of tags that you want to attach to the role.
|
List<Tag> |
RoleDetail.getTags()
A list of tags that are attached to the specified role.
|
List<Tag> |
User.getTags()
A list of tags that are associated with the specified user.
|
List<Tag> |
ListUserTagsResult.getTags()
The list of tags that are currently attached to the user.
|
List<Tag> |
CreateUserRequest.getTags()
A list of tags that you want to attach to the newly created user.
|
List<Tag> |
UserDetail.getTags()
A list of tags that are associated with the specified user.
|
List<Tag> |
CreateRoleRequest.getTags()
A list of tags that you want to attach to the newly created role.
|
List<Tag> |
TagUserRequest.getTags()
The list of tags that you want to attach to the user.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Role.withTags(Tag... tags)
A list of tags that are attached to the specified role.
|
ListRoleTagsResult |
ListRoleTagsResult.withTags(Tag... tags)
The list of tags currently that is attached to the role.
|
TagRoleRequest |
TagRoleRequest.withTags(Tag... tags)
The list of tags that you want to attach to the role.
|
RoleDetail |
RoleDetail.withTags(Tag... tags)
A list of tags that are attached to the specified role.
|
User |
User.withTags(Tag... tags)
A list of tags that are associated with the specified user.
|
ListUserTagsResult |
ListUserTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the user.
|
CreateUserRequest |
CreateUserRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created user.
|
UserDetail |
UserDetail.withTags(Tag... tags)
A list of tags that are associated with the specified user.
|
CreateRoleRequest |
CreateRoleRequest.withTags(Tag... tags)
A list of tags that you want to attach to the newly created role.
|
TagUserRequest |
TagUserRequest.withTags(Tag... tags)
The list of tags that you want to attach to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Role.setTags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
void |
ListRoleTagsResult.setTags(Collection<Tag> tags)
The list of tags currently that is attached to the role.
|
void |
TagRoleRequest.setTags(Collection<Tag> tags)
The list of tags that you want to attach to the role.
|
void |
RoleDetail.setTags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
void |
User.setTags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
void |
ListUserTagsResult.setTags(Collection<Tag> tags)
The list of tags that are currently attached to the user.
|
void |
CreateUserRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created user.
|
void |
UserDetail.setTags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
void |
CreateRoleRequest.setTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created role.
|
void |
TagUserRequest.setTags(Collection<Tag> tags)
The list of tags that you want to attach to the user.
|
Role |
Role.withTags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
ListRoleTagsResult |
ListRoleTagsResult.withTags(Collection<Tag> tags)
The list of tags currently that is attached to the role.
|
TagRoleRequest |
TagRoleRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the role.
|
RoleDetail |
RoleDetail.withTags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
User |
User.withTags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
ListUserTagsResult |
ListUserTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the user.
|
CreateUserRequest |
CreateUserRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created user.
|
UserDetail |
UserDetail.withTags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
CreateRoleRequest |
CreateRoleRequest.withTags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created role.
|
TagUserRequest |
TagUserRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the user.
|
Copyright © 2021. All rights reserved.