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

Packages that use GetRolePolicyRequest
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 GetRolePolicyRequest in com.amazonaws.services.identitymanagement
 

Methods in com.amazonaws.services.identitymanagement with parameters of type GetRolePolicyRequest
 GetRolePolicyResult AmazonIdentityManagementClient.getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
           Retrieves the specified policy document for the specified role.
 GetRolePolicyResult AmazonIdentityManagement.getRolePolicy(GetRolePolicyRequest getRolePolicyRequest)
           Retrieves the specified policy document for the specified role.
 Future<GetRolePolicyResult> AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest)
           Retrieves the specified policy document for the specified role.
 Future<GetRolePolicyResult> AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest)
           Retrieves the specified policy document for the specified role.
 Future<GetRolePolicyResult> AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified role.
 Future<GetRolePolicyResult> AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified role.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetRolePolicyRequest
 Future<GetRolePolicyResult> AmazonIdentityManagementAsyncClient.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified role.
 Future<GetRolePolicyResult> AmazonIdentityManagementAsync.getRolePolicyAsync(GetRolePolicyRequest getRolePolicyRequest, AsyncHandler<GetRolePolicyRequest,GetRolePolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified role.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return GetRolePolicyRequest
 GetRolePolicyRequest GetRolePolicyRequest.withPolicyName(String policyName)
          Name of the policy document to get.
 GetRolePolicyRequest GetRolePolicyRequest.withRoleName(String roleName)
          Name of the role associated with the policy.
 



Copyright © 2016. All rights reserved.