Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<GroupDetail> |
GetAccountAuthorizationDetailsResult.groupDetailList
A list containing information about IAM groups.
|
Modifier and Type | Method and Description |
---|---|
GroupDetail |
GroupDetail.clone() |
GroupDetail |
GroupDetail.withArn(java.lang.String arn) |
GroupDetail |
GroupDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the group.
|
GroupDetail |
GroupDetail.withAttachedManagedPolicies(java.util.Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the group.
|
GroupDetail |
GroupDetail.withCreateDate(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the group was created.
|
GroupDetail |
GroupDetail.withGroupId(java.lang.String groupId)
The stable and unique string identifying the group.
|
GroupDetail |
GroupDetail.withGroupName(java.lang.String groupName)
The friendly name that identifies the group.
|
GroupDetail |
GroupDetail.withGroupPolicyList(java.util.Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.
|
GroupDetail |
GroupDetail.withGroupPolicyList(PolicyDetail... groupPolicyList)
A list of the inline policies embedded in the group.
|
GroupDetail |
GroupDetail.withPath(java.lang.String path)
The path to the group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GroupDetail> |
GetAccountAuthorizationDetailsResult.getGroupDetailList()
A list containing information about IAM groups.
|
Modifier and Type | Method and Description |
---|---|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withGroupDetailList(GroupDetail... groupDetailList)
A list containing information about IAM groups.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAccountAuthorizationDetailsResult.setGroupDetailList(java.util.Collection<GroupDetail> groupDetailList)
A list containing information about IAM groups.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withGroupDetailList(java.util.Collection<GroupDetail> groupDetailList)
A list containing information about IAM groups.
|
Modifier and Type | Method and Description |
---|---|
GroupDetail |
GroupDetailStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |