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

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

Methods in com.amazonaws.services.identitymanagement with parameters of type GetGroupPolicyRequest
 GetGroupPolicyResult AmazonIdentityManagementClient.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
           Retrieves the specified policy document for the specified group.
 GetGroupPolicyResult AmazonIdentityManagement.getGroupPolicy(GetGroupPolicyRequest getGroupPolicyRequest)
           Retrieves the specified policy document for the specified group.
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
           Retrieves the specified policy document for the specified group.
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest)
           Retrieves the specified policy document for the specified group.
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified group.
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified group.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupPolicyRequest
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsyncClient.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified group.
 Future<GetGroupPolicyResult> AmazonIdentityManagementAsync.getGroupPolicyAsync(GetGroupPolicyRequest getGroupPolicyRequest, AsyncHandler<GetGroupPolicyRequest,GetGroupPolicyResult> asyncHandler)
           Retrieves the specified policy document for the specified group.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return GetGroupPolicyRequest
 GetGroupPolicyRequest GetGroupPolicyRequest.withGroupName(String groupName)
          Name of the group the policy is associated with.
 GetGroupPolicyRequest GetGroupPolicyRequest.withPolicyName(String policyName)
          Name of the policy document to get.
 



Copyright © 2016. All rights reserved.