Uses of Class
software.amazon.awssdk.services.kendra.model.AccessControlConfigurationSummary
-
Packages that use AccessControlConfigurationSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of AccessControlConfigurationSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type AccessControlConfigurationSummary Modifier and Type Method Description List<AccessControlConfigurationSummary>ListAccessControlConfigurationsResponse. accessControlConfigurations()The details of your access control configurations.Methods in software.amazon.awssdk.services.kendra.model with parameters of type AccessControlConfigurationSummary Modifier and Type Method Description ListAccessControlConfigurationsResponse.BuilderListAccessControlConfigurationsResponse.Builder. accessControlConfigurations(AccessControlConfigurationSummary... accessControlConfigurations)The details of your access control configurations.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type AccessControlConfigurationSummary Modifier and Type Method Description ListAccessControlConfigurationsResponse.BuilderListAccessControlConfigurationsResponse.Builder. accessControlConfigurations(Collection<AccessControlConfigurationSummary> accessControlConfigurations)The details of your access control configurations.
-