Uses of Class
software.amazon.awssdk.services.connect.model.UserProficiency
-
Packages that use UserProficiency Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of UserProficiency in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserProficiency Modifier and Type Method Description List<UserProficiency>AssociateUserProficienciesRequest. userProficiencies()The proficiencies to associate with the user.List<UserProficiency>UpdateUserProficienciesRequest. userProficiencies()The proficiencies to be updated for the user.List<UserProficiency>ListUserProficienciesResponse. userProficiencyList()Information about the user proficiencies.Methods in software.amazon.awssdk.services.connect.model with parameters of type UserProficiency Modifier and Type Method Description AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userProficiencies(UserProficiency... userProficiencies)The proficiencies to associate with the user.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userProficiencies(UserProficiency... userProficiencies)The proficiencies to be updated for the user.ListUserProficienciesResponse.BuilderListUserProficienciesResponse.Builder. userProficiencyList(UserProficiency... userProficiencyList)Information about the user proficiencies.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type UserProficiency Modifier and Type Method Description AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userProficiencies(Collection<UserProficiency> userProficiencies)The proficiencies to associate with the user.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userProficiencies(Collection<UserProficiency> userProficiencies)The proficiencies to be updated for the user.ListUserProficienciesResponse.BuilderListUserProficienciesResponse.Builder. userProficiencyList(Collection<UserProficiency> userProficiencyList)Information about the user proficiencies. -
Uses of UserProficiency in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type UserProficiency Modifier and Type Method Description SdkIterable<UserProficiency>ListUserProficienciesIterable. userProficiencyList()Returns an iterable to iterate through the paginatedListUserProficienciesResponse.userProficiencyList()member.SdkPublisher<UserProficiency>ListUserProficienciesPublisher. userProficiencyList()Returns a publisher that can be used to get a stream of data.
-