Uses of Class
software.amazon.awssdk.services.chime.model.UpdateUserRequestItem
-
Packages that use UpdateUserRequestItem Package Description software.amazon.awssdk.services.chime.model -
-
Uses of UpdateUserRequestItem in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type UpdateUserRequestItem Modifier and Type Method Description List<UpdateUserRequestItem>BatchUpdateUserRequest. updateUserRequestItems()The request containing the user IDs and details to update.Methods in software.amazon.awssdk.services.chime.model with parameters of type UpdateUserRequestItem Modifier and Type Method Description BatchUpdateUserRequest.BuilderBatchUpdateUserRequest.Builder. updateUserRequestItems(UpdateUserRequestItem... updateUserRequestItems)The request containing the user IDs and details to update.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type UpdateUserRequestItem Modifier and Type Method Description BatchUpdateUserRequest.BuilderBatchUpdateUserRequest.Builder. updateUserRequestItems(Collection<UpdateUserRequestItem> updateUserRequestItems)The request containing the user IDs and details to update.
-