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