Uses of Class
com.amazonaws.services.identitymanagement.model.Group
-
Packages that use Group Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of Group in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return Group Modifier and Type Method Description GroupGroup. clone()GroupCreateGroupResult. getGroup()A structure containing details about the new group.GroupGetGroupResult. getGroup()A structure that contains details about the group.GroupGroup. withArn(String arn)The Amazon Resource Name (ARN) specifying the group.GroupGroup. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the group was created.GroupGroup. withGroupId(String groupId)The stable and unique string identifying the group.GroupGroup. withGroupName(String groupName)The friendly name that identifies the group.GroupGroup. withPath(String path)The path to the group.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type Group Modifier and Type Method Description List<Group>ListGroupsForUserResult. getGroups()A list of groups.List<Group>ListGroupsResult. getGroups()A list of groups.Methods in com.amazonaws.services.identitymanagement.model with parameters of type Group Modifier and Type Method Description voidCreateGroupResult. setGroup(Group group)A structure containing details about the new group.voidGetGroupResult. setGroup(Group group)A structure that contains details about the group.CreateGroupResultCreateGroupResult. withGroup(Group group)A structure containing details about the new group.GetGroupResultGetGroupResult. withGroup(Group group)A structure that contains details about the group.ListGroupsForUserResultListGroupsForUserResult. withGroups(Group... groups)A list of groups.ListGroupsResultListGroupsResult. withGroups(Group... groups)A list of groups.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type Group Modifier and Type Method Description voidListGroupsForUserResult. setGroups(Collection<Group> groups)A list of groups.voidListGroupsResult. setGroups(Collection<Group> groups)A list of groups.ListGroupsForUserResultListGroupsForUserResult. withGroups(Collection<Group> groups)A list of groups.ListGroupsResultListGroupsResult. withGroups(Collection<Group> groups)A list of groups.
-