Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamAttachedManagedPolicy
-
Packages that use AwsIamAttachedManagedPolicy Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamAttachedManagedPolicy in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsIamAttachedManagedPolicy Modifier and Type Method Description List<AwsIamAttachedManagedPolicy>AwsIamGroupDetails. attachedManagedPolicies()A list of the managed policies that are attached to the IAM group.List<AwsIamAttachedManagedPolicy>AwsIamRoleDetails. attachedManagedPolicies()The list of the managed policies that are attached to the role.List<AwsIamAttachedManagedPolicy>AwsIamUserDetails. attachedManagedPolicies()A list of the managed policies that are attached to the user.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamAttachedManagedPolicy Modifier and Type Method Description AwsIamGroupDetails.BuilderAwsIamGroupDetails.Builder. attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)A list of the managed policies that are attached to the IAM group.AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)The list of the managed policies that are attached to the role.AwsIamUserDetails.BuilderAwsIamUserDetails.Builder. attachedManagedPolicies(AwsIamAttachedManagedPolicy... attachedManagedPolicies)A list of the managed policies that are attached to the user.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsIamAttachedManagedPolicy Modifier and Type Method Description AwsIamGroupDetails.BuilderAwsIamGroupDetails.Builder. attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)A list of the managed policies that are attached to the IAM group.AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)The list of the managed policies that are attached to the role.AwsIamUserDetails.BuilderAwsIamUserDetails.Builder. attachedManagedPolicies(Collection<AwsIamAttachedManagedPolicy> attachedManagedPolicies)A list of the managed policies that are attached to the user.
-