Uses of Interface
software.amazon.awssdk.services.connect.model.UserProficiencyDisassociate.Builder
-
Packages that use UserProficiencyDisassociate.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of UserProficiencyDisassociate.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return UserProficiencyDisassociate.Builder Modifier and Type Method Description UserProficiencyDisassociate.BuilderUserProficiencyDisassociate.Builder. attributeName(String attributeName)The name of user's proficiency.UserProficiencyDisassociate.BuilderUserProficiencyDisassociate.Builder. attributeValue(String attributeValue)The value of user's proficiency.static UserProficiencyDisassociate.BuilderUserProficiencyDisassociate. builder()UserProficiencyDisassociate.BuilderUserProficiencyDisassociate. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type UserProficiencyDisassociate.Builder Modifier and Type Method Description static Class<? extends UserProficiencyDisassociate.Builder>UserProficiencyDisassociate. serializableBuilderClass()
-