Uses of Class
com.amazonaws.services.identitymanagement.model.ListUserPoliciesRequest
Packages that use ListUserPoliciesRequest
Package
Description
-
Uses of ListUserPoliciesRequest in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement with parameters of type ListUserPoliciesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.listUserPolicies
(ListUserPoliciesRequest request) AmazonIdentityManagement.listUserPolicies
(ListUserPoliciesRequest listUserPoliciesRequest) Lists the names of the inline policies embedded in the specified IAM user.AmazonIdentityManagementClient.listUserPolicies
(ListUserPoliciesRequest listUserPoliciesRequest) Lists the names of the inline policies embedded in the specified IAM user.AbstractAmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest request) AbstractAmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest request, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest listUserPoliciesRequest) Lists the names of the inline policies embedded in the specified IAM user.AmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest listUserPoliciesRequest, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) Lists the names of the inline policies embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.listUserPoliciesAsync
(ListUserPoliciesRequest request) AmazonIdentityManagementAsyncClient.listUserPoliciesAsync
(ListUserPoliciesRequest request, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type ListUserPoliciesRequestModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest request, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) AmazonIdentityManagementAsync.listUserPoliciesAsync
(ListUserPoliciesRequest listUserPoliciesRequest, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) Lists the names of the inline policies embedded in the specified IAM user.AmazonIdentityManagementAsyncClient.listUserPoliciesAsync
(ListUserPoliciesRequest request, AsyncHandler<ListUserPoliciesRequest, ListUserPoliciesResult> asyncHandler) -
Uses of ListUserPoliciesRequest in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ListUserPoliciesRequestModifier and TypeMethodDescriptionListUserPoliciesRequest.clone()
ListUserPoliciesRequest.withMarker
(String marker) Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListUserPoliciesRequest.withMaxItems
(Integer maxItems) Use this only when paginating results to indicate the maximum number of items you want in the response.ListUserPoliciesRequest.withUserName
(String userName) The name of the user to list policies for.