Uses of Class
com.amazonaws.services.identitymanagement.model.GroupDetail
Packages that use GroupDetail
-
Uses of GroupDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return GroupDetailModifier and TypeMethodDescriptionGroupDetail.clone()GroupDetail.withAttachedManagedPolicies(AttachedPolicy... attachedManagedPolicies) A list of the managed policies attached to the group.GroupDetail.withAttachedManagedPolicies(Collection<AttachedPolicy> attachedManagedPolicies) A list of the managed policies attached to the group.GroupDetail.withCreateDate(Date createDate) The date and time, in ISO 8601 date-time format, when the group was created.GroupDetail.withGroupId(String groupId) The stable and unique string identifying the group.GroupDetail.withGroupName(String groupName) The friendly name that identifies the group.GroupDetail.withGroupPolicyList(PolicyDetail... groupPolicyList) A list of the inline policies embedded in the group.GroupDetail.withGroupPolicyList(Collection<PolicyDetail> groupPolicyList) A list of the inline policies embedded in the group.The path to the group.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type GroupDetailModifier and TypeMethodDescriptionGetAccountAuthorizationDetailsResult.getGroupDetailList()A list containing information about IAM groups.Methods in com.amazonaws.services.identitymanagement.model with parameters of type GroupDetailModifier and TypeMethodDescriptionGetAccountAuthorizationDetailsResult.withGroupDetailList(GroupDetail... groupDetailList) A list containing information about IAM groups.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type GroupDetailModifier and TypeMethodDescriptionvoidGetAccountAuthorizationDetailsResult.setGroupDetailList(Collection<GroupDetail> groupDetailList) A list containing information about IAM groups.GetAccountAuthorizationDetailsResult.withGroupDetailList(Collection<GroupDetail> groupDetailList) A list containing information about IAM groups.