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 PolicyDetail
PolicyDetail. clone()
PolicyDetail
PolicyDetail. withPolicyDocument(String policyDocument)
The policy document.PolicyDetail
PolicyDetail. 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 GroupDetail
GroupDetail. withGroupPolicyList(PolicyDetail... groupPolicyList)
A list of the inline policies embedded in the group.RoleDetail
RoleDetail. withRolePolicyList(PolicyDetail... rolePolicyList)
A list of inline policies embedded in the role.UserDetail
UserDetail. 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 void
GroupDetail. setGroupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.void
RoleDetail. setRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.void
UserDetail. setUserPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.GroupDetail
GroupDetail. withGroupPolicyList(Collection<PolicyDetail> groupPolicyList)
A list of the inline policies embedded in the group.RoleDetail
RoleDetail. withRolePolicyList(Collection<PolicyDetail> rolePolicyList)
A list of inline policies embedded in the role.UserDetail
UserDetail. withUserPolicyList(Collection<PolicyDetail> userPolicyList)
A list of the inline policies embedded in the user.
-