Uses of Class
software.amazon.awssdk.services.iam.model.ListUserPoliciesRequest
-
Packages that use ListUserPoliciesRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of ListUserPoliciesRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListUserPoliciesRequest Modifier and Type Method Description default CompletableFuture<ListUserPoliciesResponse>IamAsyncClient. listUserPolicies(ListUserPoliciesRequest 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.default ListUserPoliciesPublisherIamAsyncClient. listUserPoliciesPaginator(ListUserPoliciesRequest listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user.default ListUserPoliciesIterableIamClient. listUserPoliciesPaginator(ListUserPoliciesRequest listUserPoliciesRequest)Lists the names of the inline policies embedded in the specified IAM user. -
Uses of ListUserPoliciesRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type ListUserPoliciesRequest Constructor Description ListUserPoliciesIterable(IamClient client, ListUserPoliciesRequest firstRequest)ListUserPoliciesPublisher(IamAsyncClient client, ListUserPoliciesRequest firstRequest) -
Uses of ListUserPoliciesRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListUserPoliciesRequest Modifier and Type Method Description SdkHttpFullRequestListUserPoliciesRequestMarshaller. marshall(ListUserPoliciesRequest listUserPoliciesRequest)
-