Uses of Interface
software.amazon.awssdk.services.connect.model.AssociateUserProficienciesRequest.Builder
-
Packages that use AssociateUserProficienciesRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of AssociateUserProficienciesRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type AssociateUserProficienciesRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateUserProficienciesResponse>ConnectAsyncClient. associateUserProficiencies(Consumer<AssociateUserProficienciesRequest.Builder> associateUserProficienciesRequest)>Associates a set of proficiencies with a user.default AssociateUserProficienciesResponseConnectClient. associateUserProficiencies(Consumer<AssociateUserProficienciesRequest.Builder> associateUserProficienciesRequest)>Associates a set of proficiencies with a user. -
Uses of AssociateUserProficienciesRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AssociateUserProficienciesRequest.Builder Modifier and Type Method Description static AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest. builder()AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest. toBuilder()AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userId(String userId)The identifier of the user account.AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userProficiencies(Collection<UserProficiency> userProficiencies)The proficiencies to associate with the user.AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userProficiencies(Consumer<UserProficiency.Builder>... userProficiencies)The proficiencies to associate with the user.AssociateUserProficienciesRequest.BuilderAssociateUserProficienciesRequest.Builder. userProficiencies(UserProficiency... userProficiencies)The proficiencies to associate with the user.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AssociateUserProficienciesRequest.Builder Modifier and Type Method Description static Class<? extends AssociateUserProficienciesRequest.Builder>AssociateUserProficienciesRequest. serializableBuilderClass()
-