Uses of Class
software.amazon.awssdk.services.connect.model.ListUserProficienciesResponse
-
Packages that use ListUserProficienciesResponse Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.paginators -
-
Uses of ListUserProficienciesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListUserProficienciesResponse Modifier and Type Method Description default ListUserProficienciesResponseConnectClient. listUserProficiencies(Consumer<ListUserProficienciesRequest.Builder> listUserProficienciesRequest)Lists proficiencies associated with a user.default ListUserProficienciesResponseConnectClient. listUserProficiencies(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListUserProficienciesResponse Modifier and Type Method Description default CompletableFuture<ListUserProficienciesResponse>ConnectAsyncClient. listUserProficiencies(Consumer<ListUserProficienciesRequest.Builder> listUserProficienciesRequest)Lists proficiencies associated with a user.default CompletableFuture<ListUserProficienciesResponse>ConnectAsyncClient. listUserProficiencies(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user. -
Uses of ListUserProficienciesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListUserProficienciesResponse Modifier and Type Method Description Iterator<ListUserProficienciesResponse>ListUserProficienciesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListUserProficienciesResponse Modifier and Type Method Description voidListUserProficienciesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListUserProficienciesResponse> subscriber)
-