Uses of Class
software.amazon.awssdk.services.qbusiness.model.AccessControl
-
Packages that use AccessControl Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of AccessControl in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type AccessControl Modifier and Type Method Description List<AccessControl>AccessConfiguration. accessControls()A list ofAccessControlListobjects.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type AccessControl Modifier and Type Method Description AccessConfiguration.BuilderAccessConfiguration.Builder. accessControls(AccessControl... accessControls)A list ofAccessControlListobjects.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type AccessControl Modifier and Type Method Description AccessConfiguration.BuilderAccessConfiguration.Builder. accessControls(Collection<AccessControl> accessControls)A list ofAccessControlListobjects.
-