| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
|
| com.amazonaws.services.identitymanagement.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListInstanceProfileTagsResult> |
AbstractAmazonIdentityManagementAsync.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> |
AmazonIdentityManagementAsyncClient.listInstanceProfileTagsAsync(ListInstanceProfileTagsRequest request,
AsyncHandler<ListInstanceProfileTagsRequest,ListInstanceProfileTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListInstanceProfileTagsRequest |
ListInstanceProfileTagsRequest.clone() |
ListInstanceProfileTagsRequest |
ListInstanceProfileTagsRequest.withInstanceProfileName(String instanceProfileName)
The name of the IAM instance profile whose tags you want to see.
|
ListInstanceProfileTagsRequest |
ListInstanceProfileTagsRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the results
are truncated.
|
ListInstanceProfileTagsRequest |
ListInstanceProfileTagsRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
Copyright © 2024. All rights reserved.