| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagRoleRequest.tags()
The list of tags that you want to attach to the role.
|
List<Tag> |
TagUserRequest.tags()
The list of tags that you want to attach to the user.
|
List<Tag> |
User.tags()
A list of tags that are associated with the specified user.
|
List<Tag> |
Role.tags()
A list of tags that are attached to the specified role.
|
List<Tag> |
ListUserTagsResponse.tags()
The list of tags that are currently attached to the user.
|
List<Tag> |
RoleDetail.tags()
A list of tags that are attached to the specified role.
|
List<Tag> |
UserDetail.tags()
A list of tags that are associated with the specified user.
|
List<Tag> |
CreateUserRequest.tags()
A list of tags that you want to attach to the newly created user.
|
List<Tag> |
CreateRoleRequest.tags()
A list of tags that you want to attach to the newly created role.
|
List<Tag> |
ListRoleTagsResponse.tags()
The list of tags currently that is attached to the role.
|
| Modifier and Type | Method and Description |
|---|---|
TagRoleRequest.Builder |
TagRoleRequest.Builder.tags(Tag... tags)
The list of tags that you want to attach to the role.
|
TagUserRequest.Builder |
TagUserRequest.Builder.tags(Tag... tags)
The list of tags that you want to attach to the user.
|
User.Builder |
User.Builder.tags(Tag... tags)
A list of tags that are associated with the specified user.
|
Role.Builder |
Role.Builder.tags(Tag... tags)
A list of tags that are attached to the specified role.
|
ListUserTagsResponse.Builder |
ListUserTagsResponse.Builder.tags(Tag... tags)
The list of tags that are currently attached to the user.
|
RoleDetail.Builder |
RoleDetail.Builder.tags(Tag... tags)
A list of tags that are attached to the specified role.
|
UserDetail.Builder |
UserDetail.Builder.tags(Tag... tags)
A list of tags that are associated with the specified user.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created user.
|
CreateRoleRequest.Builder |
CreateRoleRequest.Builder.tags(Tag... tags)
A list of tags that you want to attach to the newly created role.
|
ListRoleTagsResponse.Builder |
ListRoleTagsResponse.Builder.tags(Tag... tags)
The list of tags currently that is attached to the role.
|
| Modifier and Type | Method and Description |
|---|---|
TagRoleRequest.Builder |
TagRoleRequest.Builder.tags(Collection<Tag> tags)
The list of tags that you want to attach to the role.
|
TagUserRequest.Builder |
TagUserRequest.Builder.tags(Collection<Tag> tags)
The list of tags that you want to attach to the user.
|
User.Builder |
User.Builder.tags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
Role.Builder |
Role.Builder.tags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
ListUserTagsResponse.Builder |
ListUserTagsResponse.Builder.tags(Collection<Tag> tags)
The list of tags that are currently attached to the user.
|
RoleDetail.Builder |
RoleDetail.Builder.tags(Collection<Tag> tags)
A list of tags that are attached to the specified role.
|
UserDetail.Builder |
UserDetail.Builder.tags(Collection<Tag> tags)
A list of tags that are associated with the specified user.
|
CreateUserRequest.Builder |
CreateUserRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created user.
|
CreateRoleRequest.Builder |
CreateRoleRequest.Builder.tags(Collection<Tag> tags)
A list of tags that you want to attach to the newly created role.
|
ListRoleTagsResponse.Builder |
ListRoleTagsResponse.Builder.tags(Collection<Tag> tags)
The list of tags currently that is attached to the role.
|
Copyright © 2020. All rights reserved.