Uses of Class
software.amazon.awssdk.services.iam.model.ListUserPoliciesResponse
-
Packages that use ListUserPoliciesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListUserPoliciesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListUserPoliciesResponse Modifier and Type Method Description default ListUserPoliciesResponseIamClient. listUserPolicies(Consumer<ListUserPoliciesRequest.Builder> listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user.default ListUserPoliciesResponseIamClient. listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListUserPoliciesResponse Modifier and Type Method Description default CompletableFuture<ListUserPoliciesResponse>IamAsyncClient. listUserPolicies(Consumer<ListUserPoliciesRequest.Builder> listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user.default CompletableFuture<ListUserPoliciesResponse>IamAsyncClient. listUserPolicies(ListUserPoliciesRequest listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user. -
Uses of ListUserPoliciesResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListUserPoliciesResponse Modifier and Type Method Description Iterator<ListUserPoliciesResponse>ListUserPoliciesIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListUserPoliciesResponse Modifier and Type Method Description voidListUserPoliciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserPoliciesResponse> subscriber)
-