| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
TagRoleResult |
AbstractAmazonIdentityManagement.tagRole(TagRoleRequest request) |
TagRoleResult |
AmazonIdentityManagement.tagRole(TagRoleRequest tagRoleRequest)
Adds one or more tags to an IAM role.
|
TagRoleResult |
AmazonIdentityManagementClient.tagRole(TagRoleRequest request)
Adds one or more tags to an IAM role.
|
Future<TagRoleResult> |
AmazonIdentityManagementAsyncClient.tagRoleAsync(TagRoleRequest request) |
Future<TagRoleResult> |
AbstractAmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest request) |
Future<TagRoleResult> |
AmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest tagRoleRequest)
Adds one or more tags to an IAM role.
|
Future<TagRoleResult> |
AmazonIdentityManagementAsyncClient.tagRoleAsync(TagRoleRequest request,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler) |
Future<TagRoleResult> |
AbstractAmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest request,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler) |
Future<TagRoleResult> |
AmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest tagRoleRequest,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler)
Adds one or more tags to an IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
Future<TagRoleResult> |
AmazonIdentityManagementAsyncClient.tagRoleAsync(TagRoleRequest request,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler) |
Future<TagRoleResult> |
AbstractAmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest request,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler) |
Future<TagRoleResult> |
AmazonIdentityManagementAsync.tagRoleAsync(TagRoleRequest tagRoleRequest,
AsyncHandler<TagRoleRequest,TagRoleResult> asyncHandler)
Adds one or more tags to an IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
TagRoleRequest |
TagRoleRequest.clone() |
TagRoleRequest |
TagRoleRequest.withRoleName(String roleName)
The name of the role that you want to add tags to.
|
TagRoleRequest |
TagRoleRequest.withTags(Collection<Tag> tags)
The list of tags that you want to attach to the role.
|
TagRoleRequest |
TagRoleRequest.withTags(Tag... tags)
The list of tags that you want to attach to the role.
|
Copyright © 2020. All rights reserved.