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