Uses of Class
com.amazonaws.services.identitymanagement.model.Policy
Packages that use Policy
-
Uses of Policy in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyModifier and TypeMethodDescriptionPolicy.clone()
CreatePolicyResult.getPolicy()
A structure containing details about the new policy.GetPolicyResult.getPolicy()
A structure containing details about the policy.Policy.withAttachmentCount
(Integer attachmentCount) The number of entities (users, groups, and roles) that the policy is attached to.Policy.withCreateDate
(Date createDate) The date and time, in ISO 8601 date-time format, when the policy was created.Policy.withDefaultVersionId
(String defaultVersionId) The identifier for the version of the policy that is set as the default version.Policy.withDescription
(String description) A friendly description of the policy.Policy.withIsAttachable
(Boolean isAttachable) Specifies whether the policy can be attached to an IAM user, group, or role.The path to the policy.Policy.withPolicyId
(String policyId) The stable and unique string identifying the policy.Policy.withPolicyName
(String policyName) The friendly name (not ARN) identifying the policy.Policy.withUpdateDate
(Date updateDate) The date and time, in ISO 8601 date-time format, when the policy was last updated.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyMethods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyModifier and TypeMethodDescriptionvoid
A structure containing details about the new policy.void
A structure containing details about the policy.ListPoliciesResult.withPolicies
(Policy... policies) A list of policies.CreatePolicyResult.withPolicy
(Policy policy) A structure containing details about the new policy.GetPolicyResult.withPolicy
(Policy policy) A structure containing details about the policy.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyModifier and TypeMethodDescriptionvoid
ListPoliciesResult.setPolicies
(Collection<Policy> policies) A list of policies.ListPoliciesResult.withPolicies
(Collection<Policy> policies) A list of policies.