Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsIamRolePolicy
-
Packages that use AwsIamRolePolicy Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsIamRolePolicy in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsIamRolePolicy Modifier and Type Method Description List<AwsIamRolePolicy>AwsIamRoleDetails. rolePolicyList()The list of inline policies that are embedded in the role.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsIamRolePolicy Modifier and Type Method Description AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. rolePolicyList(AwsIamRolePolicy... rolePolicyList)The list of inline policies that are embedded in the role.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsIamRolePolicy Modifier and Type Method Description AwsIamRoleDetails.BuilderAwsIamRoleDetails.Builder. rolePolicyList(Collection<AwsIamRolePolicy> rolePolicyList)The list of inline policies that are embedded in the role.
-