| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamPolicyDetails |
AwsIamPolicyDetails.clone() |
AwsIamPolicyDetails |
ResourceDetails.getAwsIamPolicy()
Details about an IAM permissions policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withAttachmentCount(Integer attachmentCount)
The number of users, groups, and roles that the policy is attached to.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withCreateDate(String createDate)
When the policy was created.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withDefaultVersionId(String defaultVersionId)
The identifier of the default version of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withDescription(String description)
A description of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withIsAttachable(Boolean isAttachable)
Whether the policy can be attached to a user, group, or role.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPath(String path)
The path to the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPermissionsBoundaryUsageCount(Integer permissionsBoundaryUsageCount)
The number of users and roles that use the policy to set the permissions boundary.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyId(String policyId)
The unique identifier of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyName(String policyName)
The name of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyVersionList(AwsIamPolicyVersion... policyVersionList)
List of versions of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withPolicyVersionList(Collection<AwsIamPolicyVersion> policyVersionList)
List of versions of the policy.
|
AwsIamPolicyDetails |
AwsIamPolicyDetails.withUpdateDate(String updateDate)
When the policy was most recently updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsIamPolicy(AwsIamPolicyDetails awsIamPolicy)
Details about an IAM permissions policy.
|
ResourceDetails |
ResourceDetails.withAwsIamPolicy(AwsIamPolicyDetails awsIamPolicy)
Details about an IAM permissions policy.
|
Copyright © 2021. All rights reserved.