Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.IamRoleConfiguration
-
Packages that use IamRoleConfiguration Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of IamRoleConfiguration in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return IamRoleConfiguration Modifier and Type Method Description IamRoleConfigurationConfiguration. iamRole()The access control configuration is for an IAM role.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type IamRoleConfiguration Modifier and Type Method Description static ConfigurationConfiguration. fromIamRole(IamRoleConfiguration iamRole)Create an instance of this class withConfiguration.iamRole()initialized to the given value.Configuration.BuilderConfiguration.Builder. iamRole(IamRoleConfiguration iamRole)The access control configuration is for an IAM role.
-