Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
PolicyVersion |
PolicyVersion.clone() |
PolicyVersion |
GetPolicyVersionResult.getPolicyVersion()
A structure containing details about the policy version.
|
PolicyVersion |
CreatePolicyVersionResult.getPolicyVersion()
A structure containing details about the new 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.
|
Modifier and Type | Method and Description |
---|---|
List<PolicyVersion> |
ManagedPolicyDetail.getPolicyVersionList()
A list containing information about the versions of the policy.
|
List<PolicyVersion> |
ListPolicyVersionsResult.getVersions()
A list of policy versions.
|
Modifier and Type | Method and Description |
---|---|
void |
GetPolicyVersionResult.setPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the policy version.
|
void |
CreatePolicyVersionResult.setPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the new policy version.
|
GetPolicyVersionResult |
GetPolicyVersionResult.withPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the policy version.
|
CreatePolicyVersionResult |
CreatePolicyVersionResult.withPolicyVersion(PolicyVersion policyVersion)
A structure containing details about the new 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.