Uses of Class
software.amazon.awssdk.services.connect.model.AssociateUserProficienciesResponse
-
Packages that use AssociateUserProficienciesResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of AssociateUserProficienciesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return AssociateUserProficienciesResponse Modifier and Type Method Description default AssociateUserProficienciesResponseConnectClient. associateUserProficiencies(Consumer<AssociateUserProficienciesRequest.Builder> associateUserProficienciesRequest)>Associates a set of proficiencies with a user.default AssociateUserProficienciesResponseConnectClient. associateUserProficiencies(AssociateUserProficienciesRequest associateUserProficienciesRequest)>Associates a set of proficiencies with a user.Methods in software.amazon.awssdk.services.connect that return types with arguments of type AssociateUserProficienciesResponse Modifier and Type Method Description default CompletableFuture<AssociateUserProficienciesResponse>ConnectAsyncClient. associateUserProficiencies(Consumer<AssociateUserProficienciesRequest.Builder> associateUserProficienciesRequest)>Associates a set of proficiencies with a user.default CompletableFuture<AssociateUserProficienciesResponse>ConnectAsyncClient. associateUserProficiencies(AssociateUserProficienciesRequest associateUserProficienciesRequest)>Associates a set of proficiencies with a user.
-