Uses of Class
com.amazonaws.services.identitymanagement.model.Group
Packages that use Group
-
Uses of Group in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GroupModifier and TypeMethodDescriptionGroup.clone()
CreateGroupResult.getGroup()
A structure containing details about the new group.GetGroupResult.getGroup()
A structure that contains details about the group.The Amazon Resource Name (ARN) specifying the group.Group.withCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the group was created.Group.withGroupId
(String groupId) The stable and unique string identifying the group.Group.withGroupName
(String groupName) The friendly name that identifies the group.The path to the group.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type GroupModifier and TypeMethodDescriptionListGroupsForUserResult.getGroups()
A list of groups.ListGroupsResult.getGroups()
A list of groups.Methods in com.amazonaws.services.identitymanagement.model with parameters of type GroupModifier and TypeMethodDescriptionvoid
A structure containing details about the new group.void
A structure that contains details about the group.A structure containing details about the new group.A structure that contains details about the group.ListGroupsForUserResult.withGroups
(Group... groups) A list of groups.ListGroupsResult.withGroups
(Group... groups) A list of groups.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type GroupModifier and TypeMethodDescriptionvoid
ListGroupsForUserResult.setGroups
(Collection<Group> groups) A list of groups.void
ListGroupsResult.setGroups
(Collection<Group> groups) A list of groups.ListGroupsForUserResult.withGroups
(Collection<Group> groups) A list of groups.ListGroupsResult.withGroups
(Collection<Group> groups) A list of groups.