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 ListEntitiesForPolicyResultAbstractAmazonIdentityManagement. listEntitiesForPolicy(ListEntitiesForPolicyRequest request)ListEntitiesForPolicyResultAmazonIdentityManagement. listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.ListEntitiesForPolicyResultAmazonIdentityManagementClient. 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 ListEntitiesForPolicyResultListEntitiesForPolicyResult. clone()ListEntitiesForPolicyResultListEntitiesForPolicyResult. withIsTruncated(Boolean isTruncated)A flag that indicates whether there are more items to return.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withMarker(String marker)WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyGroups(PolicyGroup... policyGroups)A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyGroups(Collection<PolicyGroup> policyGroups)A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyRoles(PolicyRole... policyRoles)A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyRoles(Collection<PolicyRole> policyRoles)A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyUsers(PolicyUser... policyUsers)A list of IAM users that the policy is attached to.ListEntitiesForPolicyResultListEntitiesForPolicyResult. withPolicyUsers(Collection<PolicyUser> policyUsers)A list of IAM users that the policy is attached to.
-