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