| 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> |
AwsIamUserDetails.getAttachedManagedPolicies()
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsIamUserDetails.setAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
AwsIamUserDetails |
AwsIamUserDetails.withAttachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
Copyright © 2020. All rights reserved.