| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamPolicyVersion |
AwsIamPolicyVersion.clone() |
AwsIamPolicyVersion |
AwsIamPolicyVersion.withCreateDate(String createDate)
Indicates when the version was created.
|
AwsIamPolicyVersion |
AwsIamPolicyVersion.withIsDefaultVersion(Boolean isDefaultVersion)
Whether the version is the default version.
|
AwsIamPolicyVersion |
AwsIamPolicyVersion.withVersionId(String versionId)
The identifier of the policy version.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsIamPolicyVersion> |
AwsIamPolicyDetails.getPolicyVersionList()
List of versions of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyVersionList(AwsIamPolicyVersion... policyVersionList)
List of versions of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamPolicyDetails.setPolicyVersionList(Collection<AwsIamPolicyVersion> policyVersionList)
List of versions of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyVersionList(Collection<AwsIamPolicyVersion> policyVersionList)
List of versions of the policy.
|
Copyright © 2020. All rights reserved.