| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsIamAttachedManagedPolicy |
AwsIamAttachedManagedPolicy.clone() |
AwsIamAttachedManagedPolicy |
AwsIamAttachedManagedPolicy.withPolicyArn(String policyArn)
The ARN of the policy.
|
AwsIamAttachedManagedPolicy |
AwsIamAttachedManagedPolicy.withPolicyName(String policyName)
The name of the policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsIamAttachedManagedPolicy> |
AwsIamRoleDetails.getAttachedManagedPolicies()
The list of the managed policies that are attached to the role.
|
List<AwsIamAttachedManagedPolicy> |
AwsIamGroupDetails.getAttachedManagedPolicies()
A list of the managed policies that are attached to the IAM group.
|
List<AwsIamAttachedManagedPolicy> |
AwsIamUserDetails.getAttachedManagedPolicies()
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails |
AwsIamRoleDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamRoleDetails.setAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
void |
AwsIamGroupDetails.setAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
void |
AwsIamUserDetails.setAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
AwsIamRoleDetails |
AwsIamRoleDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamGroupDetails |
AwsIamGroupDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
Copyright © 2021. All rights reserved.