Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyDetail
-
Packages that use PolicyDetail Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyDetail Modifier and Type Method Description PolicyDetailPolicyDetail. clone()PolicyDetailPolicyDetail. withPolicyDocument(String policyDocument)The policy document.PolicyDetailPolicyDetail. withPolicyName(String policyName)The name of the policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyDetail Modifier and Type Method Description List<PolicyDetail>GroupDetail. getGroupPolicyList()A list of the inline policies embedded in the group.List<PolicyDetail>RoleDetail. getRolePolicyList()A list of inline policies embedded in the role.List<PolicyDetail>UserDetail. getUserPolicyList()A list of the inline policies embedded in the user.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyDetail Modifier and Type Method Description GroupDetailGroupDetail. withGroupPolicyList(PolicyDetail... groupPolicyList)A list of the inline policies embedded in the group.RoleDetailRoleDetail. withRolePolicyList(PolicyDetail... rolePolicyList)A list of inline policies embedded in the role.UserDetailUserDetail. withUserPolicyList(PolicyDetail... userPolicyList)A list of the inline policies embedded in the user.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyDetail Modifier and Type Method Description voidGroupDetail. setGroupPolicyList(Collection<PolicyDetail> groupPolicyList)A list of the inline policies embedded in the group.voidRoleDetail. setRolePolicyList(Collection<PolicyDetail> rolePolicyList)A list of inline policies embedded in the role.voidUserDetail. setUserPolicyList(Collection<PolicyDetail> userPolicyList)A list of the inline policies embedded in the user.GroupDetailGroupDetail. withGroupPolicyList(Collection<PolicyDetail> groupPolicyList)A list of the inline policies embedded in the group.RoleDetailRoleDetail. withRolePolicyList(Collection<PolicyDetail> rolePolicyList)A list of inline policies embedded in the role.UserDetailUserDetail. withUserPolicyList(Collection<PolicyDetail> userPolicyList)A list of the inline policies embedded in the user.
-