| Package | Description |
|---|---|
| com.amazonaws.services.identitymanagement |
Synchronous and asynchronous client classes for accessing AmazonIdentityManagement.
|
| com.amazonaws.services.identitymanagement.model |
Classes modeling the various types represented by AmazonIdentityManagement.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResult |
AmazonIdentityManagementClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
ListEntitiesForPolicyResult |
AmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
Future<ListEntitiesForPolicyResult> |
AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest,
AsyncHandler<ListEntitiesForPolicyRequest,ListEntitiesForPolicyResult> asyncHandler)
Lists all users, groups, and roles that the specified managed policy
is attached to.
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.clone() |
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.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. |
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(PolicyGroup... policyGroups)
A list of groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(Collection<PolicyRole> policyRoles)
A list of roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(PolicyRole... policyRoles)
A list of roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(Collection<PolicyUser> policyUsers)
A list of users that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(PolicyUser... policyUsers)
A list of users that the policy is attached to.
|
Copyright © 2015. All rights reserved.