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 PolicyPolicy. clone()PolicyCreatePolicyResult. getPolicy()A structure containing details about the new policy.PolicyGetPolicyResult. getPolicy()A structure containing details about the policy.PolicyPolicy. withArn(String arn)PolicyPolicy. withAttachmentCount(Integer attachmentCount)The number of entities (users, groups, and roles) that the policy is attached to.PolicyPolicy. withCreateDate(Date createDate)The date and time, in ISO 8601 date-time format, when the policy was created.PolicyPolicy. withDefaultVersionId(String defaultVersionId)The identifier for the version of the policy that is set as the default version.PolicyPolicy. withDescription(String description)A friendly description of the policy.PolicyPolicy. withIsAttachable(Boolean isAttachable)Specifies whether the policy can be attached to an IAM user, group, or role.PolicyPolicy. withPath(String path)The path to the policy.PolicyPolicy. withPolicyId(String policyId)The stable and unique string identifying the policy.PolicyPolicy. withPolicyName(String policyName)The friendly name (not ARN) identifying the policy.PolicyPolicy. 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 voidCreatePolicyResult. setPolicy(Policy policy)A structure containing details about the new policy.voidGetPolicyResult. setPolicy(Policy policy)A structure containing details about the policy.ListPoliciesResultListPoliciesResult. withPolicies(Policy... policies)A list of policies.CreatePolicyResultCreatePolicyResult. withPolicy(Policy policy)A structure containing details about the new policy.GetPolicyResultGetPolicyResult. 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 voidListPoliciesResult. setPolicies(Collection<Policy> policies)A list of policies.ListPoliciesResultListPoliciesResult. withPolicies(Collection<Policy> policies)A list of policies.
-