Uses of Class
com.amazonaws.services.identitymanagement.model.ListEntitiesForPolicyResult
Packages that use ListEntitiesForPolicyResult
Package
Description
-
Uses of ListEntitiesForPolicyResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return ListEntitiesForPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest request) AmazonIdentityManagement.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementClient.listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type ListEntitiesForPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request) AbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Lists all IAM users, groups, and roles that the specified managed policy is attached to.AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request) AmazonIdentityManagementAsyncClient.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListEntitiesForPolicyResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest request, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) AmazonIdentityManagementAsync.listEntitiesForPolicyAsync(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest, AsyncHandler<ListEntitiesForPolicyRequest, ListEntitiesForPolicyResult> asyncHandler) Lists all IAM users, groups, and roles that the specified managed policy is attached to.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 ListEntitiesForPolicyResultModifier and TypeMethodDescriptionListEntitiesForPolicyResult.clone()ListEntitiesForPolicyResult.withIsTruncated(Boolean isTruncated) A flag that indicates whether there are more items to return.ListEntitiesForPolicyResult.withMarker(String marker) WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.ListEntitiesForPolicyResult.withPolicyGroups(PolicyGroup... policyGroups) A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResult.withPolicyGroups(Collection<PolicyGroup> policyGroups) A list of IAM groups that the policy is attached to.ListEntitiesForPolicyResult.withPolicyRoles(PolicyRole... policyRoles) A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResult.withPolicyRoles(Collection<PolicyRole> policyRoles) A list of IAM roles that the policy is attached to.ListEntitiesForPolicyResult.withPolicyUsers(PolicyUser... policyUsers) A list of IAM users that the policy is attached to.ListEntitiesForPolicyResult.withPolicyUsers(Collection<PolicyUser> policyUsers) A list of IAM users that the policy is attached to.