Package | Description |
---|---|
com.amazonaws.services.identitymanagement | |
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
ListEntitiesForPolicyResult |
AmazonIdentityManagementClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy
is attached to.
|
ListEntitiesForPolicyResult |
AbstractAmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest request) |
ListEntitiesForPolicyResult |
AmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy
is attached to.
|
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 |
---|---|
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 IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(Collection<PolicyRole> policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyRoles(PolicyRole... policyRoles)
A list of IAM roles that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
|
ListEntitiesForPolicyResult |
ListEntitiesForPolicyResult.withPolicyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.
|
Copyright © 2018. All rights reserved.