Uses of Class
com.amazonaws.services.identitymanagement.model.GetUserPolicyRequest

Packages that use GetUserPolicyRequest
com.amazonaws.services.identitymanagement Synchronous and asynchronous client classes for accessing AmazonIdentityManagement. 
com.amazonaws.services.identitymanagement.model Classes modeling the various types represented by AmazonIdentityManagement. 
 

Uses of GetUserPolicyRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type GetUserPolicyRequest
 GetUserPolicyResult AmazonIdentityManagementClient.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
           Retrieves the specified policy document for the specified user.
 GetUserPolicyResult AmazonIdentityManagement.getUserPolicy(GetUserPolicyRequest getUserPolicyRequest)
           Retrieves the specified policy document for the specified user.
 Future<GetUserPolicyResult> AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest)
           Retrieves the specified policy document for the specified user.
 Future<GetUserPolicyResult> AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest)
           Retrieves the specified policy document for the specified user.
 Future<GetUserPolicyResult> AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest, AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified user.
 Future<GetUserPolicyResult> AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest, AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified user.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetUserPolicyRequest
 Future<GetUserPolicyResult> AmazonIdentityManagementAsyncClient.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest, AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified user.
 Future<GetUserPolicyResult> AmazonIdentityManagementAsync.getUserPolicyAsync(GetUserPolicyRequest getUserPolicyRequest, AsyncHandler<GetUserPolicyRequest,GetUserPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified user.
 

Uses of GetUserPolicyRequest in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return GetUserPolicyRequest
 GetUserPolicyRequest GetUserPolicyRequest.withPolicyName(String policyName)
          Name of the policy document to get.
 GetUserPolicyRequest GetUserPolicyRequest.withUserName(String userName)
          Name of the user who the policy is associated with.
 



Copyright © 2016. All rights reserved.