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

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

Methods in com.amazonaws.services.identitymanagement with parameters of type GetGroupRequest
 GetGroupResult AmazonIdentityManagementClient.getGroup(GetGroupRequest getGroupRequest)
           Returns a list of users that are in the specified group.
 GetGroupResult AmazonIdentityManagement.getGroup(GetGroupRequest getGroupRequest)
           Returns a list of users that are in the specified group.
 Future<GetGroupResult> AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest)
           Returns a list of users that are in the specified group.
 Future<GetGroupResult> AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest)
           Returns a list of users that are in the specified group.
 Future<GetGroupResult> AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
           Returns a list of users that are in the specified group.
 Future<GetGroupResult> AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
           Returns a list of users that are in the specified group.
 

Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupRequest
 Future<GetGroupResult> AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
           Returns a list of users that are in the specified group.
 Future<GetGroupResult> AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest,GetGroupResult> asyncHandler)
           Returns a list of users that are in the specified group.
 

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

Methods in com.amazonaws.services.identitymanagement.model that return GetGroupRequest
 GetGroupRequest GetGroupRequest.withGroupName(String groupName)
          Name of the group.
 GetGroupRequest GetGroupRequest.withMarker(String marker)
          Use this only when paginating results, and only in a subsequent request after you've received a response where the results are truncated.
 GetGroupRequest GetGroupRequest.withMaxItems(Integer maxItems)
          Use this only when paginating results to indicate the maximum number of user names you want in the response.
 



Copyright © 2016. All rights reserved.