Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
GroupDetail |
GroupDetail.clone() |
GroupDetail |
GroupDetail.withArn(String arn) |
GroupDetail |
GroupDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)
A list of the managed policies attached to the group.
|
GroupDetail |
GroupDetail.withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)
A list of the managed policies attached to the group.
|
GroupDetail |
GroupDetail.withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the group was
created.
|
GroupDetail |
GroupDetail.withGroupId(String groupId)
The stable and unique string identifying the group.
|
GroupDetail |
GroupDetail.withGroupName(String groupName)
The friendly name that identifies the group.
|
GroupDetail |
GroupDetail.withGroupPolicyList(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(String path)
The path to the group.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<GroupDetail> groupDetailList)
A list containing information about IAM groups.
|
GetAccountAuthorizationDetailsResult |
GetAccountAuthorizationDetailsResult.withGroupDetailList(Collection<GroupDetail> groupDetailList)
A list containing information about IAM groups.
|
Copyright © 2019. All rights reserved.