Uses of Class
com.amazonaws.services.identitymanagement.model.ListEntitiesForPolicyResult
-
Packages that use ListEntitiesForPolicyResult Package Description com.amazonaws.services.identitymanagement com.amazonaws.services.identitymanagement.model -
-
Uses of ListEntitiesForPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListEntitiesForPolicyResult Modifier and Type Method Description 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.ListEntitiesForPolicyResult
AmazonIdentityManagementClient. listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)
Lists all IAM users, groups, and roles that the specified managed policy is attached to.Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListEntitiesForPolicyResult Modifier and Type Method 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)
-
Uses of ListEntitiesForPolicyResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListEntitiesForPolicyResult Modifier and Type Method 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)
WhenIsTruncated
istrue
, this element is present and contains the value to use for theMarker
parameter in a subsequent pagination request.ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyGroups(PolicyGroup... policyGroups)
A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyGroups(Collection<PolicyGroup> policyGroups)
A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyRoles(PolicyRole... policyRoles)
A list of IAM roles 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. withPolicyUsers(PolicyUser... policyUsers)
A list of IAM users that the policy is attached to.ListEntitiesForPolicyResult
ListEntitiesForPolicyResult. withPolicyUsers(Collection<PolicyUser> policyUsers)
A list of IAM users that the policy is attached to.
-