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

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

Methods in com.amazonaws.services.identitymanagement that return GetRolePolicyResult
 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.
 

Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetRolePolicyResult
 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 GetRolePolicyResult
 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 GetRolePolicyResult in com.amazonaws.services.identitymanagement.model
 

Methods in com.amazonaws.services.identitymanagement.model that return GetRolePolicyResult
 GetRolePolicyResult GetRolePolicyResult.withPolicyDocument(String policyDocument)
          The policy document.
 GetRolePolicyResult GetRolePolicyResult.withPolicyName(String policyName)
          The name of the policy.
 GetRolePolicyResult GetRolePolicyResult.withRoleName(String roleName)
          The role the policy is associated with.
 



Copyright © 2016. All rights reserved.