Uses of Class
com.amazonaws.services.identitymanagement.model.GroupDetail
-
Packages that use GroupDetail Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of GroupDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GroupDetail Modifier and Type Method 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(PolicyDetail... groupPolicyList)
A list of the inline policies embedded in the group.GroupDetail
GroupDetail. withGroupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.GroupDetail
GroupDetail. withPath(String path)
The path to the group.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type GroupDetail Modifier and Type Method Description List<GroupDetail>
GetAccountAuthorizationDetailsResult. getGroupDetailList()
A list containing information about IAM groups.Methods in com.amazonaws.services.identitymanagement.model with parameters of type GroupDetail Modifier and Type Method Description GetAccountAuthorizationDetailsResult
GetAccountAuthorizationDetailsResult. withGroupDetailList(GroupDetail... groupDetailList)
A list containing information about IAM groups.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type GroupDetail Modifier and Type Method 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.
-