Uses of Class
software.amazon.awssdk.services.iam.model.ListAttachedUserPoliciesResponse
-
Packages that use ListAttachedUserPoliciesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListAttachedUserPoliciesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListAttachedUserPoliciesResponse Modifier and Type Method Description default ListAttachedUserPoliciesResponseIamClient. listAttachedUserPolicies(Consumer<ListAttachedUserPoliciesRequest.Builder> listAttachedUserPoliciesRequest)Lists all managed policies that are attached to the specified IAM user.default ListAttachedUserPoliciesResponseIamClient. listAttachedUserPolicies(ListAttachedUserPoliciesRequest listAttachedUserPoliciesRequest)Lists all managed policies that are attached to the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListAttachedUserPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListAttachedUserPoliciesResponse>IamAsyncClient. listAttachedUserPolicies(Consumer<ListAttachedUserPoliciesRequest.Builder> listAttachedUserPoliciesRequest)Lists all managed policies that are attached to the specified IAM user.default CompletableFuture<ListAttachedUserPoliciesResponse>IamAsyncClient. listAttachedUserPolicies(ListAttachedUserPoliciesRequest listAttachedUserPoliciesRequest)Lists all managed policies that are attached to the specified IAM user. -
Uses of ListAttachedUserPoliciesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListAttachedUserPoliciesResponse Modifier and Type Method Description Iterator<ListAttachedUserPoliciesResponse>ListAttachedUserPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListAttachedUserPoliciesResponse Modifier and Type Method Description voidListAttachedUserPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAttachedUserPoliciesResponse> subscriber)
-