Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<ListEntitiesForPolicyResult> |
AbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler) |
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler)
Lists all IAM users, groups, and roles that the specified managed policy
is attached to.
|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.clone() |
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withEntityFilter(EntityType entityFilter)
The entity type to use for filtering the results.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withEntityFilter(String entityFilter)
The entity type to use for filtering the results.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withMarker(String marker)
Use this parameter only when paginating results and only after you
receive a response indicating that the results are truncated.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withMaxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of
items you want in the response.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withPathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListEntitiesForPolicyRequest |
ListEntitiesForPolicyRequest.withPolicyArn(String policyArn)
The Amazon Resource Name (ARN) of the IAM policy for which you want the
versions.
|
Copyright © 2018. All rights reserved.