Uses of Class
com.amazonaws.services.identitymanagement.model.PolicyVersion
-
Packages that use PolicyVersion Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of PolicyVersion in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return PolicyVersion Modifier and Type Method Description PolicyVersion
PolicyVersion. clone()
PolicyVersion
CreatePolicyVersionResult. getPolicyVersion()
A structure containing details about the new policy version.PolicyVersion
GetPolicyVersionResult. getPolicyVersion()
A structure containing details about the policy version.PolicyVersion
PolicyVersion. withCreateDate(Date createDate)
The date and time, in ISO 8601 date-time format, when the policy version was created.PolicyVersion
PolicyVersion. withDocument(String document)
The policy document.PolicyVersion
PolicyVersion. withIsDefaultVersion(Boolean isDefaultVersion)
Specifies whether the policy version is set as the policy's default version.PolicyVersion
PolicyVersion. withVersionId(String versionId)
The identifier for the policy version.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type PolicyVersion Modifier and Type Method Description List<PolicyVersion>
ManagedPolicyDetail. getPolicyVersionList()
A list containing information about the versions of the policy.List<PolicyVersion>
ListPolicyVersionsResult. getVersions()
A list of policy versions.Methods in com.amazonaws.services.identitymanagement.model with parameters of type PolicyVersion Modifier and Type Method Description void
CreatePolicyVersionResult. setPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the new policy version.void
GetPolicyVersionResult. setPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the policy version.CreatePolicyVersionResult
CreatePolicyVersionResult. withPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the new policy version.GetPolicyVersionResult
GetPolicyVersionResult. withPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the policy version.ManagedPolicyDetail
ManagedPolicyDetail. withPolicyVersionList(PolicyVersion... policyVersionList)
A list containing information about the versions of the policy.ListPolicyVersionsResult
ListPolicyVersionsResult. withVersions(PolicyVersion... versions)
A list of policy versions.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type PolicyVersion Modifier and Type Method Description void
ManagedPolicyDetail. setPolicyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.void
ListPolicyVersionsResult. setVersions(Collection<PolicyVersion> versions)
A list of policy versions.ManagedPolicyDetail
ManagedPolicyDetail. withPolicyVersionList(Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.ListPolicyVersionsResult
ListPolicyVersionsResult. withVersions(Collection<PolicyVersion> versions)
A list of policy versions.
-