Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
ListGroupsForUserResult.getGroups()
A list of groups.
|
List<Group> |
ListGroupsResult.getGroups()
A list of groups.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.