Uses of Class
software.amazon.awssdk.services.connect.model.ListUserProficienciesRequest
-
Packages that use ListUserProficienciesRequest Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.paginators software.amazon.awssdk.services.connect.transform -
-
Uses of ListUserProficienciesRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type ListUserProficienciesRequest Modifier and Type Method Description default CompletableFuture<ListUserProficienciesResponse>ConnectAsyncClient. listUserProficiencies(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user.default ListUserProficienciesResponseConnectClient. listUserProficiencies(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user.default ListUserProficienciesPublisherConnectAsyncClient. listUserProficienciesPaginator(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user.default ListUserProficienciesIterableConnectClient. listUserProficienciesPaginator(ListUserProficienciesRequest listUserProficienciesRequest)Lists proficiencies associated with a user. -
Uses of ListUserProficienciesRequest in software.amazon.awssdk.services.connect.paginators
Constructors in software.amazon.awssdk.services.connect.paginators with parameters of type ListUserProficienciesRequest Constructor Description ListUserProficienciesIterable(ConnectClient client, ListUserProficienciesRequest firstRequest)ListUserProficienciesPublisher(ConnectAsyncClient client, ListUserProficienciesRequest firstRequest) -
Uses of ListUserProficienciesRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type ListUserProficienciesRequest Modifier and Type Method Description SdkHttpFullRequestListUserProficienciesRequestMarshaller. marshall(ListUserProficienciesRequest listUserProficienciesRequest)
-