Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private Group |
GetGroupResult.group
A structure that contains details about the group.
|
private Group |
CreateGroupResult.group
A structure containing details about the new group.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Group> |
ListGroupsResult.groups
A list of groups.
|
private SdkInternalList<Group> |
ListGroupsForUserResult.groups
A list of groups.
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.clone() |
Group |
GetGroupResult.getGroup()
A structure that contains details about the group.
|
Group |
CreateGroupResult.getGroup()
A structure containing details about the new group.
|
Group |
Group.withArn(java.lang.String arn)
The Amazon Resource Name (ARN) specifying the group.
|
Group |
Group.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the group was created.
|
Group |
Group.withGroupId(java.lang.String groupId)
The stable and unique string identifying the group.
|
Group |
Group.withGroupName(java.lang.String groupName)
The friendly name that identifies the group.
|
Group |
Group.withPath(java.lang.String path)
The path to the group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
ListGroupsResult.getGroups()
A list of groups.
|
java.util.List<Group> |
ListGroupsForUserResult.getGroups()
A list of groups.
|
Modifier and Type | Method and Description |
---|---|
void |
GetGroupResult.setGroup(Group group)
A structure that contains details about the group.
|
void |
CreateGroupResult.setGroup(Group group)
A structure containing details about the new group.
|
GetGroupResult |
GetGroupResult.withGroup(Group group)
A structure that contains details about the group.
|
CreateGroupResult |
CreateGroupResult.withGroup(Group group)
A structure containing details about the new group.
|
ListGroupsResult |
ListGroupsResult.withGroups(Group... groups)
A list of groups.
|
ListGroupsForUserResult |
ListGroupsForUserResult.withGroups(Group... groups)
A list of groups.
|
Modifier and Type | Method and Description |
---|---|
void |
ListGroupsResult.setGroups(java.util.Collection<Group> groups)
A list of groups.
|
void |
ListGroupsForUserResult.setGroups(java.util.Collection<Group> groups)
A list of groups.
|
ListGroupsResult |
ListGroupsResult.withGroups(java.util.Collection<Group> groups)
A list of groups.
|
ListGroupsForUserResult |
ListGroupsForUserResult.withGroups(java.util.Collection<Group> groups)
A list of groups.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |