| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
List<AwsIamAttachedManagedPolicy> |
AwsIamRoleDetails.attachedManagedPolicies()
The list of the managed policies that are attached to the role.
|
List<AwsIamAttachedManagedPolicy> |
AwsIamGroupDetails.attachedManagedPolicies()
A list of the managed policies that are attached to the IAM group.
|
List<AwsIamAttachedManagedPolicy> |
AwsIamUserDetails.attachedManagedPolicies()
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails.Builder |
AwsIamRoleDetails.Builder.attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamGroupDetails.Builder |
AwsIamGroupDetails.Builder.attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamUserDetails.Builder |
AwsIamUserDetails.Builder.attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
| Modifier and Type | Method and Description |
|---|---|
AwsIamRoleDetails.Builder |
AwsIamRoleDetails.Builder.attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
The list of the managed policies that are attached to the role.
|
AwsIamGroupDetails.Builder |
AwsIamGroupDetails.Builder.attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the IAM group.
|
AwsIamUserDetails.Builder |
AwsIamUserDetails.Builder.attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)
A list of the managed policies that are attached to the user.
|
Copyright © 2023. All rights reserved.