| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfileTagsResult |
AmazonIdentityManagement.listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)
Lists the tags that are attached to the specified IAM instance profile.
|
ListInstanceProfileTagsResult |
AmazonIdentityManagementClient.listInstanceProfileTags(ListInstanceProfileTagsRequest request)
Lists the tags that are attached to the specified IAM instance profile.
|
ListInstanceProfileTagsResult |
AbstractAmazonIdentityManagement.listInstanceProfileTags(ListInstanceProfileTagsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstanceProfileTagsResult> |
AmazonIdentityManagementAsyncClient.listInstanceProfileTagsAsync(ListInstanceProfileTagsRequest request,
AsyncHandler<ListInstanceProfileTagsRequest,ListInstanceProfileTagsResult> asyncHandler) |
Future<ListInstanceProfileTagsResult> |
AmazonIdentityManagementAsync.listInstanceProfileTagsAsync(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest,
AsyncHandler<ListInstanceProfileTagsRequest,ListInstanceProfileTagsResult> asyncHandler)
Lists the tags that are attached to the specified IAM instance profile.
|
Future<ListInstanceProfileTagsResult> |
AbstractAmazonIdentityManagementAsync.listInstanceProfileTagsAsync(ListInstanceProfileTagsRequest request,
AsyncHandler<ListInstanceProfileTagsRequest,ListInstanceProfileTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfileTagsResult |
ListInstanceProfileTagsResult.clone() |
ListInstanceProfileTagsResult |
ListInstanceProfileTagsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListInstanceProfileTagsResult |
ListInstanceProfileTagsResult.withMarker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for the
Marker parameter in a subsequent pagination request. |
ListInstanceProfileTagsResult |
ListInstanceProfileTagsResult.withTags(Collection<Tag> tags)
The list of tags that are currently attached to the IAM instance profile.
|
ListInstanceProfileTagsResult |
ListInstanceProfileTagsResult.withTags(Tag... tags)
The list of tags that are currently attached to the IAM instance profile.
|
Copyright © 2021. All rights reserved.