Uses of Class
software.amazon.awssdk.services.iam.model.ListEntitiesForPolicyResponse
-
Packages that use ListEntitiesForPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListEntitiesForPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListEntitiesForPolicyResponse Modifier and Type Method Description default ListEntitiesForPolicyResponseIamClient. listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.default ListEntitiesForPolicyResponseIamClient. listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListEntitiesForPolicyResponse Modifier and Type Method Description default CompletableFuture<ListEntitiesForPolicyResponse>IamAsyncClient. listEntitiesForPolicy(Consumer<ListEntitiesForPolicyRequest.Builder> listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to.default CompletableFuture<ListEntitiesForPolicyResponse>IamAsyncClient. listEntitiesForPolicy(ListEntitiesForPolicyRequest listEntitiesForPolicyRequest)Lists all IAM users, groups, and roles that the specified managed policy is attached to. -
Uses of ListEntitiesForPolicyResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListEntitiesForPolicyResponse Modifier and Type Method Description Iterator<ListEntitiesForPolicyResponse>ListEntitiesForPolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListEntitiesForPolicyResponse Modifier and Type Method Description voidListEntitiesForPolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEntitiesForPolicyResponse> subscriber)
-