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 Group
Group. clone()
Group
CreateGroupResult. getGroup()
A structure containing details about the new group.Group
GetGroupResult. getGroup()
A structure that contains details about the group.Group
Group. withArn(String arn)
The Amazon Resource Name (ARN) specifying the group.Group
Group. withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the group was created.Group
Group. withGroupId(String groupId)
The stable and unique string identifying the group.Group
Group. withGroupName(String groupName)
The friendly name that identifies the group.Group
Group. 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 void
CreateGroupResult. setGroup(Group group)
A structure containing details about the new group.void
GetGroupResult. setGroup(Group group)
A structure that contains details about the group.CreateGroupResult
CreateGroupResult. withGroup(Group group)
A structure containing details about the new group.GetGroupResult
GetGroupResult. withGroup(Group group)
A structure that contains details about the group.ListGroupsForUserResult
ListGroupsForUserResult. withGroups(Group... groups)
A list of groups.ListGroupsResult
ListGroupsResult. 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 void
ListGroupsForUserResult. setGroups(Collection<Group> groups)
A list of groups.void
ListGroupsResult. setGroups(Collection<Group> groups)
A list of groups.ListGroupsForUserResult
ListGroupsForUserResult. withGroups(Collection<Group> groups)
A list of groups.ListGroupsResult
ListGroupsResult. withGroups(Collection<Group> groups)
A list of groups.
-