Uses of Interface
software.amazon.awssdk.services.connect.model.UpdateUserProficienciesRequest.Builder
-
Packages that use UpdateUserProficienciesRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of UpdateUserProficienciesRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type UpdateUserProficienciesRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateUserProficienciesResponse>ConnectAsyncClient. updateUserProficiencies(Consumer<UpdateUserProficienciesRequest.Builder> updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user.default UpdateUserProficienciesResponseConnectClient. updateUserProficiencies(Consumer<UpdateUserProficienciesRequest.Builder> updateUserProficienciesRequest)Updates the properties associated with the proficiencies of a user. -
Uses of UpdateUserProficienciesRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UpdateUserProficienciesRequest.Builder Modifier and Type Method Description static UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest. builder()UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest. toBuilder()UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userId(String userId)The identifier of the user account.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userProficiencies(Collection<UserProficiency> userProficiencies)The proficiencies to be updated for the user.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userProficiencies(Consumer<UserProficiency.Builder>... userProficiencies)The proficiencies to be updated for the user.UpdateUserProficienciesRequest.BuilderUpdateUserProficienciesRequest.Builder. userProficiencies(UserProficiency... userProficiencies)The proficiencies to be updated for the user.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UpdateUserProficienciesRequest.Builder Modifier and Type Method Description static Class<? extends UpdateUserProficienciesRequest.Builder>UpdateUserProficienciesRequest. serializableBuilderClass()
-