Uses of Class
com.amazonaws.services.identitymanagement.model.GetGroupResult
Packages that use GetGroupResult
Package
Description
-
Uses of GetGroupResult in com.amazonaws.services.identitymanagement
Methods in com.amazonaws.services.identitymanagement that return GetGroupResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagement.getGroup(GetGroupRequest request) AmazonIdentityManagement.getGroup(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementClient.getGroup(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.Methods in com.amazonaws.services.identitymanagement that return types with arguments of type GetGroupResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request) AbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request) AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Method parameters in com.amazonaws.services.identitymanagement with type arguments of type GetGroupResultModifier and TypeMethodDescriptionAbstractAmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) AmazonIdentityManagementAsync.getGroupAsync(GetGroupRequest getGroupRequest, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) Returns a list of IAM users that are in the specified IAM group.AmazonIdentityManagementAsyncClient.getGroupAsync(GetGroupRequest request, AsyncHandler<GetGroupRequest, GetGroupResult> asyncHandler) -
Uses of GetGroupResult in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GetGroupResultModifier and TypeMethodDescriptionGetGroupResult.clone()A structure that contains details about the group.GetGroupResult.withIsTruncated(Boolean isTruncated) A flag that indicates whether there are more items to return.GetGroupResult.withMarker(String marker) WhenIsTruncatedistrue, this element is present and contains the value to use for theMarkerparameter in a subsequent pagination request.A list of users in the group.GetGroupResult.withUsers(Collection<User> users) A list of users in the group.