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