Uses of Class
software.amazon.awssdk.services.kendra.model.GroupOrderingIdSummary
-
Packages that use GroupOrderingIdSummary Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of GroupOrderingIdSummary in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type GroupOrderingIdSummary Modifier and Type Method Description List<GroupOrderingIdSummary>DescribePrincipalMappingResponse. groupOrderingIdSummaries()Shows the following information on the processing ofPUTandDELETEactions for mapping users to their groups:Methods in software.amazon.awssdk.services.kendra.model with parameters of type GroupOrderingIdSummary Modifier and Type Method Description DescribePrincipalMappingResponse.BuilderDescribePrincipalMappingResponse.Builder. groupOrderingIdSummaries(GroupOrderingIdSummary... groupOrderingIdSummaries)Shows the following information on the processing ofPUTandDELETEactions for mapping users to their groups:Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type GroupOrderingIdSummary Modifier and Type Method Description DescribePrincipalMappingResponse.BuilderDescribePrincipalMappingResponse.Builder. groupOrderingIdSummaries(Collection<GroupOrderingIdSummary> groupOrderingIdSummaries)Shows the following information on the processing ofPUTandDELETEactions for mapping users to their groups:
-