Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyDetail
Packages that use PolicyDetail
-
Uses of PolicyDetail in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyDetailModifier and TypeMethodDescriptionPolicyDetail.clone()
PolicyDetail.withPolicyDocument
(String policyDocument) The policy document.PolicyDetail.withPolicyName
(String policyName) The name of the policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyDetailModifier and TypeMethodDescriptionGroupDetail.getGroupPolicyList()
A list of the inline policies embedded in the group.RoleDetail.getRolePolicyList()
A list of inline policies embedded in the role.UserDetail.getUserPolicyList()
A list of the inline policies embedded in the user.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyDetailModifier and TypeMethodDescriptionGroupDetail.withGroupPolicyList
(PolicyDetail... groupPolicyList) A list of the inline policies embedded in the group.RoleDetail.withRolePolicyList
(PolicyDetail... rolePolicyList) A list of inline policies embedded in the role.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 PolicyDetailModifier and TypeMethodDescriptionvoid
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.withGroupPolicyList
(Collection<PolicyDetail> groupPolicyList) A list of the inline policies embedded in the group.RoleDetail.withRolePolicyList
(Collection<PolicyDetail> rolePolicyList) A list of inline policies embedded in the role.UserDetail.withUserPolicyList
(Collection<PolicyDetail> userPolicyList) A list of the inline policies embedded in the user.