Uses of Class
software.amazon.awssdk.services.ssoadmin.model.AccessControlAttribute
-
Packages that use AccessControlAttribute Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of AccessControlAttribute in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type AccessControlAttribute Modifier and Type Method Description List<AccessControlAttribute>
InstanceAccessControlAttributeConfiguration. accessControlAttributes()
Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type AccessControlAttribute Modifier and Type Method Description InstanceAccessControlAttributeConfiguration.Builder
InstanceAccessControlAttributeConfiguration.Builder. accessControlAttributes(AccessControlAttribute... accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.Method parameters in software.amazon.awssdk.services.ssoadmin.model with type arguments of type AccessControlAttribute Modifier and Type Method Description InstanceAccessControlAttributeConfiguration.Builder
InstanceAccessControlAttributeConfiguration.Builder. accessControlAttributes(Collection<AccessControlAttribute> accessControlAttributes)
Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.
-