Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private PolicyVersion |
GetPolicyVersionResult.policyVersion
A structure containing details about the policy version.
|
private PolicyVersion |
CreatePolicyVersionResult.policyVersion
A structure containing details about the new policy version.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<PolicyVersion> |
ManagedPolicyDetail.policyVersionList
A list containing information about the versions of the policy.
|
private SdkInternalList<PolicyVersion> |
ListPolicyVersionsResult.versions
A list of policy versions.
|
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(java.util.Date createDate)
The date and time, in ISO 8601
date-time format, when the policy version was created.
|
PolicyVersion |
PolicyVersion.withDocument(java.lang.String document)
The policy document.
|
PolicyVersion |
PolicyVersion.withIsDefaultVersion(java.lang.Boolean isDefaultVersion)
Specifies whether the policy version is set as the policy's default
version.
|
PolicyVersion |
PolicyVersion.withVersionId(java.lang.String versionId)
The identifier for the policy version.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PolicyVersion> |
ManagedPolicyDetail.getPolicyVersionList()
A list containing information about the versions of the policy.
|
java.util.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(java.util.Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
void |
ListPolicyVersionsResult.setVersions(java.util.Collection<PolicyVersion> versions)
A list of policy versions.
|
ManagedPolicyDetail |
ManagedPolicyDetail.withPolicyVersionList(java.util.Collection<PolicyVersion> policyVersionList)
A list containing information about the versions of the policy.
|
ListPolicyVersionsResult |
ListPolicyVersionsResult.withVersions(java.util.Collection<PolicyVersion> versions)
A list of policy versions.
|
Modifier and Type | Method and Description |
---|---|
PolicyVersion |
PolicyVersionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |