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 GroupDetailGroupDetail. clone()GroupDetailGroupDetail. withArn(String arn)GroupDetailGroupDetail. withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies)A list of the managed policies attached to the group.GroupDetailGroupDetail. withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies)A list of the managed policies attached to the group.GroupDetailGroupDetail. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the group was created.GroupDetailGroupDetail. withGroupId(String groupId)The stable and unique string identifying the group.GroupDetailGroupDetail. withGroupName(String groupName)The friendly name that identifies the group.GroupDetailGroupDetail. withGroupPolicyList(PolicyDetail... groupPolicyList)A list of the inline policies embedded in the group.GroupDetailGroupDetail. withGroupPolicyList(Collection<PolicyDetail> groupPolicyList)A list of the inline policies embedded in the group.GroupDetailGroupDetail. 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 GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. 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 voidGetAccountAuthorizationDetailsResult. setGroupDetailList(Collection<GroupDetail> groupDetailList)A list containing information about IAM groups.GetAccountAuthorizationDetailsResultGetAccountAuthorizationDetailsResult. withGroupDetailList(Collection<GroupDetail> groupDetailList)A list containing information about IAM groups.
-